Vanilla.cfg I v2.3 Default Physics ?

10 replies [Last post]
outofhere!
hook's picture
Offline
Joined: Mar 2008
Posts:
v_physics 0 = Default.cfg physics ( default )
14% (3 votes)
v_physics 1 = Baseq3 physics ( vq3 )
43% (9 votes)
v_physics 2 = QuakeLive physics ( quakelive )
38% (8 votes)
another physics, that i suggest in this topic!
5% (1 vote)
Total votes: 21

Fragmovies and more Arrow Click ME!

AsphyxEvents Website Arrow Click ME!

outofhere!
hook's picture
Offline
Joined: Mar 2008
Posts:
Re: Vanilla.cfg I v2.3 Default Physics ?

************************************************************************************************************
Changelog Arrow vanilla.cfg (15.06.2013)

- add Arrow New Custom cvar v_physics

v_physics 0 = Default.cfg physics ( default )
 
v_physics 1 = Baseq3 physics ( vq3 )
 
v_physics 2 = QuakeLive physics ( quakelive ) 

}if ($v_physics == 1)
 
{$xp_physics = no;}
 
if ($v_physics == 2)
 
{$xp_physics = PHYSICS_QUAKE_LIVE | PHYSICS_STEP_JUMPS | PHYSICS_AIR_STEPS;}
 
else
 
{$xp_physics = PHYSICS_AIR_STEPS | PHYSICS_STEP_JUMPS;}
 
$v_physics = 0;

Fragmovies and more Arrow Click ME!

AsphyxEvents Website Arrow Click ME!

animalchik
fala.q3's picture
Offline
Joined: Jul 2009
Posts:
Re: Vanilla.cfg I v2.3 Default Physics ?

wont play but i dont like to hit walls pm please...

I am addicted to life.

/
q3fun's picture
Offline
Joined: Jun 2010
Posts:
Re: Vanilla.cfg I v2.3 Default Physics ?

what's it physics(default)?

EVILUTION
fiendsin's picture
Offline
Joined: Jun 2012
Posts:
Re: Vanilla.cfg I v2.3 Default Physics ?
/ wrote:

what's it physics(default)?

eto dlja dvizhenie, mozhesh ilji ne mozhesh kontroljirovatj vosdushnie dvizhenie, itd.


Sometimes I wish I was a NEET again, but life is too fucking expensive man.
The weak plot revenge, the strong forgive and the Lucky forget, but Fiend, Fiend no longer gives a shit

◀█ BIG BOB wrote:
Man you even sound like Lego's

You Fuckers wrote:
I would cut my fifth finger to bang her actually

You Fuckers wrote:
BELIEVE IN BLASPHEMY

V1979
V1979's picture
Offline
Joined: Nov 2011
Posts:
RU Russian Federation
Re: Vanilla.cfg I v2.3 Default Physics ?

What is difference between Default.cfg physics ( default ) and Baseq3 physics ( vq3 ) ?
I've thought they are identical.

outofhere!
hook's picture
Offline
Joined: Mar 2008
Posts:
Re: Vanilla.cfg I v2.3 Default Physics ?
V1979 wrote:

What is difference between Default.cfg physics ( default ) and Baseq3 physics ( vq3 ) ?
I've thought they are identical.

default.cfg physics :

 xp_physics = PHYSICS_AIR_STEPS | PHYSICS_STEP_JUMPS
without PHYSICS_DOUBLE_JUMPS

baseq3 physics :

 xp_physics = no ( old physics = 0 )

Fragmovies and more Arrow Click ME!

AsphyxEvents Website Arrow Click ME!

outofhere!
hook's picture
Offline
Joined: Mar 2008
Posts:
Re: Vanilla.cfg I v2.3 Default Physics ?

For your Information to stop that private and public flaming about the physics!

-Change Arrow now its server owner/Eventmanager decission what physics version is running

Vanilla Excessive v2.3 config->version .= " (VQ3)";
 
Vanilla Excessive v2.3 config->version .= " (QL)";
 
or just Vanilla Excessive v2.3 with old physics settings

if ($v_physics == 1)	
{$xp_physics = no;}	
config->version .= " (VQ3)";
 
if ($v_physics == 2)
{$xp_physics = PHYSICS_QUAKE_LIVE | PHYSICS_STEP_JUMPS | PHYSICS_AIR_STEPS;} 
config->version .= " (QL)"; 
 
else
 
{$xp_physics = PHYSICS_RAMP_JUMPS | PHYSICS_DOUBLE_JUMPS | PHYSICS_AIR_STEPS | PHYSICS_STEP_JUMPS;}

Interesting quote from easy :

default.cfg has no Physics. It is simply the physics of the last config used or those that have been set in the server.cfg by startup.

Fragmovies and more Arrow Click ME!

AsphyxEvents Website Arrow Click ME!

V1979
V1979's picture
Offline
Joined: Nov 2011
Posts:
RU Russian Federation
Re: Vanilla.cfg I v2.3 Default Physics ?
outofhere! wrote:

V1979 wrote:
What is difference between Default.cfg physics ( default ) and Baseq3 physics ( vq3 ) ?
I've thought they are identical.

default.cfg physics :
 xp_physics = PHYSICS_AIR_STEPS | PHYSICS_STEP_JUMPS
without PHYSICS_DOUBLE_JUMPS

baseq3 physics :
 xp_physics = no ( old physics = 0 )

Not understandable for me. I vote for the default config from \baseq3\pak0.pk3 (default.cfg ?) which has been made by Id Software and is used to create a q3config.cfg through the game menu. Is it default.cfg or so-called baseq3.cfg for you?

outofhere!
hook's picture
Offline
Joined: Mar 2008
Posts:
Re: Vanilla.cfg I v2.3 Default Physics ?
V1979 wrote:

outofhere! wrote:
V1979 wrote:
What is difference between Default.cfg physics ( default ) and Baseq3 physics ( vq3 ) ?
I've thought they are identical.

default.cfg physics :
 xp_physics = PHYSICS_AIR_STEPS | PHYSICS_STEP_JUMPS
without PHYSICS_DOUBLE_JUMPS

baseq3 physics :
 xp_physics = no ( old physics = 0 )

Not understandable for me. I vote for the default config from \baseq3\pak0.pk3 (default.cfg ?) which has been made by Id Software and is used to create a q3config.cfg through the game menu. Is it default.cfg or so-called baseq3.cfg for you?

Look into following folder Arrow excessiveplus/conf/default.cfg this cfg is the main config for all other!

Fragmovies and more Arrow Click ME!

AsphyxEvents Website Arrow Click ME!

V1979
V1979's picture
Offline
Joined: Nov 2011
Posts:
RU Russian Federation
Re: Vanilla.cfg I v2.3 Default Physics ?

OK. That's better to understand. So, I vote for baseq3.cfg - the less change is the better.