Excessive Plus v1.04-beta3

245 replies [Last post]
XV!BENEDYKT
xvibenedykt's picture
Offline
Joined: Jul 2008
Posts:
Excessive Plus v1.04-beta3

when i play 1.04b3 and wanna write somethin to others (by 'T' [bind T say]) and i accept/finish typeing/writeing by numeric keypad ENTER message isnt send Confused the numeric enter (KP_ENTER) doesnt work... with main ENTER it works correctly Winking

i have turned on numlock ;] and when i bind anything for kp_enter it works ... but not for sending message Confused - i like that key Big grin

at 1.03 it working correctly Happy

lagstard
Developer (retired)
rabusmar's picture
Offline
Joined: Jan 2008
Posts:
Excessive Plus v1.04-beta3

This bug comes from 1.03. When using xp_enemymodel and cg_forcemodel, the cg_forcemodel takes precedence on ffa and tournament gametypes.

Había una vez un barco chiquito...

cml
Forum moderator Rank moderator LIVING LEGEND
camel-xp's picture
Offline
Joined: Mar 2006
Posts:
Excessive Plus v1.04-beta3

Great, I saw that E+ 1.04 had updated countries DB and now I see that webspider db is updated too, I finally can see FR flag on my servers Happy

No unknown servers at all : D

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
Excessive Plus v1.04-beta3
unique * mnc wrote:

To easy and all the coders. Can you add command to disable bodies? It's pretty annoying especially in tag.

Added flag 4 to xp_corpse. The bodys will disapear instantly after death (no animation).
This also disables gibs as it would be confusing to see an invisible body exploding.

Laktos wrote:

Found a small bug:

If you spec some1 who is dead - And that player lock his/hers team before respawn: You will get locked in a view mode with mixed movement: forward/back/left/right changes places and you cant move mouse left/right - Only up/down.

This only happens if the player you spec is dead when locking. If the player is alive you can still go free fly like normal + You can't go into tv mode to follow locked players like before whitch is great! Happy

EDIT - Update => This only occurs when its gametype TDM.

Fixed. This is a general quake thing and also happens if you spec a dead player who leaves the team/server.

XV!BENEDYKT wrote:

when i play 1.04b3 and wanna write somethin to others (by 'T' [bind T say]) and i accept/finish typeing/writeing by numeric keypad ENTER message isnt send Confused the numeric enter (KP_ENTER) doesnt work... with main ENTER it works correctly Winking

Haha, good catch. You've got your key back.

lagstard wrote:

This bug comes from 1.03. When using xp_enemymodel and cg_forcemodel, the cg_forcemodel takes precedence on ffa and tournament gametypes.

Changed.

eXtremely'visible!
funk's picture
Offline
Joined: Mar 2008
Posts:
Excessive Plus v1.04-beta3

wow 1.04 - beta3 Shock good job easy :!:

* Veni, Vidi, Vici! (c) July Caesar.
* God lives in fair heart.

|.NS?CTHULHU|
Offline
Joined: Jun 2005
Posts:
Excessive Plus v1.04-beta3

Easy, you are amazing.

I'm still Devo.

Leito
-Leito-'s picture
Offline
Joined: Jan 2008
Posts:
Excessive Plus v1.04-beta3

It would be nice if we will have new a mouse pointer on the
scoreboard (more "excessiveplus":wink: )
and "Kills \ Deaths ratio" in statistics Happy
Just suggestion Winking

|.NS?CTHULHU|
Offline
Joined: Jun 2005
Posts:
Excessive Plus v1.04-beta3

I think CPMA has a mouse pointer on the scoreboard.

I'm still Devo.

n1xter
sub_nixter's picture
Offline
Joined: Dec 2005
Posts:
Excessive Plus v1.04-beta3

Good job +Team Happy its always nice some new airs in teh community. im glad that ur back Easy and welcome to purgatory. again. Happy hf !

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
Excessive Plus v1.04-beta3
madbringer wrote:

By the way, physics 0 friction values still seems slightly broken. g_speed 320 is a bit faster than it should be and ledge jumps allow to do stuff you really shouldn't be able to do in vq3. Happy

No biggie, but still.

Good point. We use a slightly different method for ramp jumps than CPM. This allows some speed gain, while g_speed and friction is VQ3.

Changed xp_physics into a bitmask.

[code:1]/* Physics
*
* PHYSICS_CONTROL_FORWARD 1
* PHYSICS_CONTROL_SIDEWARD 2
* PHYSICS_CONTROL_STOP 4
* PHYSICS_NO_RAMP_JUMPS 8
**/
//$xp_physics = no;[/code:1]