Excessive Plus v2.2b
mb server also must have version 2.2?
mb server also must have version 2.2?
I think yes
/* Physics * * Bitmask to modify physics behaviour. Available flags are: * * 1 PHYSICS_CONTROL_FORWARD Enables forward physics control * 2 PHYSICS_CONTROL_SIDEWARD Enables sideward physics control * 4 PHYSICS_CONTROL_STOP Enables air stopping control * 16 PHYSICS_RAMP_JUMPS Enables ramp jumps * 32 PHYSICS_DOUBLE_JUMPS Enables double jumps * 64 PHYSICS_QUAKE_LIVE Enables a bunch of QL physics * 128 PHYSICS_AIR_STEPS Enables air stepping * 256 PHYSICS_STEP_JUMPS Fixes step jumps **/ //$xp_physics = PHYSICS_RAMP_JUMPS | PHYSICS_DOUBLE_JUMPS | PHYSICS_STEP_JUMPS;
nice!!!
Thx Easy & Panda
Time to check it out, Now lets see.
Some of the outstanding new features might be the Quake Live physics including the cylindric hitbox <...> and the frame-rate independent physics
All configuration files now use the same advanced parser/script engine which you already knew from the weapon/game configurations.
these are really sexy dozens of new things are to be discovered, i guess. n1! finally!
downloaded. sad that i cant try cos beer freezer is full and other servers are empty or locked...
This server is available on 2.2 : Fun+ #2 : Kid Games
and preliminary tests are satisfiying. gg
I see that plusN cfg is still not compatible with E+ 2.2
server updated to 2.2 !(a)rail>RSQT< !ffa>RSQT<
running plusn no problems found so far
but also had quake exe crash when running new 2.2 b4 server was updated to 2.2
plusN needs only this code for physics :
$xp_physics = PHYSICS_CONTROL_FORWARD | PHYSICS_CONTROL_SIDEWARD | ($xp_physics & PHYSICS_CONTROL_STOP) | PHYSICS_RAMP_JUMPS | PHYSICS_DOUBLE_JUMPS;