User panel stuff on forum
Index  ‹  Server Talk  ‹  KTX
  421 posts on 15 pages  First page234567891011Last page
Server Talk
2006-05-13, 18:13
Administrator
1265 posts

Registered:
Jan 2006
yeah, do the .ent's for maps

and i must say i agree on anni on that pause thing. dont do it
never argue with an idiot. they'll bring you back to their level and then beat you with experience.
2006-05-13, 19:09
Member
1011 posts

Registered:
Feb 2006
you can get all .ents for CTF on id maps from Thunderwalker TF

direct link to .ent files here -> tw_ents.zip

problem with this though is that these ents will be used when you play the maps during qwdm which could be a problem? dunno

perhaps we should extend mvdsv sv_loadentities so you can give it a string value e.g. sv_loadentities "ctf" which then look for files named as 'mapname_ctf.ent' e.g. dm1_ctf.ent ? Or is this 'clashing' of entities not a problem?
2006-05-13, 20:31
Administrator
2058 posts

Registered:
Jan 2006
new version of KTX released, a lot of fixes!

http://ktx.quakeworld.nu/releases.php
2006-05-13, 23:12
Member
805 posts

Registered:
Mar 2006
oldman wrote:
..., perhaps we should extend mvdsv sv_loadentities so you can give it a string value e.g. sv_loadentities "ctf" which then look for files named as 'mapname_ctf.ent' e.g. dm1_ctf.ent ? Or is this 'clashing' of entities not a problem?

maybe with the possibility to load or not, entities for each one of the KTX modes.
https://tinyurl.com/qwbrasil - QuakeFiles
2006-05-13, 23:12
Administrator
2058 posts

Registered:
Jan 2006
upcoming stats changes:

1. given damage no longer includes self damage and team damage.
2. given damage calculates on how much damage the enemy received, not how much damage you could have done (e.g. if you hit a 100 hp guy with a quad rocket, you get 100 dmg).
3. team damage added - see who that TKer is!
4. frag streak added, best & individual.
5. individual best quad run.

feels like christmas, kind of
2006-05-13, 23:26
Member
805 posts

Registered:
Mar 2006
!Changes.txt wrote:
134. Added midair support. cvar: k_midair command: mid_air (Needs some testing)

\o/
https://tinyurl.com/qwbrasil - QuakeFiles
2006-05-14, 02:28
Member
805 posts

Registered:
Mar 2006
MVDSV wrote:
======== QuakeWorld Initialized ========
execing server.cfg
execing mvdsv.cfg
Unknown command "sv_forcespec_onfull"
Unknown command "sv_sayteam_to_spec"
execing ktx.cfg
execing name.cfg
execing pwd.cfg
WARNING: Storing maps list in LOCALINFO supported only by ktpro version 1.63 build 42795 and newer and by ktx.
Current running mod is not ktpro and is not ktx.
couldn't open accounts
VM_Load: "qwprogs"
Building PHS...
Average leafs visible / hearable / total: 84 / 225 / 598


Last KTX build + Last CFG + mvdsv_0.19.20b_Win32_i386.exe (-progtype 2 -mem 32 +gamedir ktx -port 27500)
https://tinyurl.com/qwbrasil - QuakeFiles
2006-05-14, 04:02
Administrator
2058 posts

Registered:
Jan 2006
Quote:
Unknown command "sv_forcespec_onfull"
Unknown command "sv_sayteam_to_spec"

mvdsv errors will be fixed in next mvdsv RC

Quote:
WARNING: Storing maps list in LOCALINFO supported only by ktpro version 1.63 build 42795 and newer and by ktx.
Current running mod is not ktpro and is not ktx.

no idea why this shows.. it's "check_maps" - however, check_maps works 100% fine so ignore this error message

Quote:
couldn't open accounts

this is mvdsv user accounts, which can't be opened if they don't exist - ignore
2006-05-14, 05:27
Member
805 posts

Registered:
Mar 2006
Thanks Empezar!
https://tinyurl.com/qwbrasil - QuakeFiles
2006-05-14, 08:43
Member
151 posts

Registered:
Jan 2006
> WARNING: Storing maps list in LOCALINFO supported only by ktpro version 1.63 build 42795 and newer and by ktx.
> Current running mod is not ktpro and is not ktx.

^^^ Ignore it ^^^. This warning was cause by weird behavior of check_maps command.
Lets look on your mvdsv output detaily. First you got executed some configs (execing ktx.cfg etc), then your got this warning, then VM_Load message, then other useless messages.

What means VM_Load? It means server (mvdsv) load teh mod (KTX in our case) in memory. But you have check_maps command in mvdsv.cfg... and this command being executed while server done load any mod, so you got warning message.

Just ignore it.
kill me now and burn my soul
2006-05-14, 11:06
Administrator
2058 posts

Registered:
Jan 2006
KTX added a really cool grenade mode (dmm4) today

toggle:
/gren_mode

turns on/off grenade non-direct impact explosions, great for gl training (aiming, not avoiding pines)

don't forget to toggle gl on with /noweapon gl
2006-05-14, 11:56
Member
35 posts

Registered:
Feb 2006
ok excellent, now fix toggleready
2006-05-14, 12:08
Member
35 posts

Registered:
Feb 2006
hmm our console spits this out (endlessly):
Cvar_Set: variable sv_sayteam_to_spec not found
2006-05-14, 12:28
Administrator
2058 posts

Registered:
Jan 2006
comment out that cvar in mvdsv.cfg until you've got the newest mvdsv (not released yet)
2006-05-14, 12:42
Administrator
2058 posts

Registered:
Jan 2006
front page updated with detailed information about what KTX is better than KTPro at!
2006-05-14, 15:27
Member
1026 posts

Registered:
Feb 2006
[17:45] <AquaSharK> when i type 1on1
[17:45] <AquaSharK> the game displays this message
[17:45] <AquaSharK> this command is lock by the server
[17:45] <AquaSharK> wtf?
[17:45] <AquaSharK> 2on2 works, ctf works.. everything works except 1on1
[17:46] <AquaSharK> i have set k_allowed_free_modes 126
[17:46] <AquaSharK> what is the value to allow every game mode to be voted and not to be locked?

there was a netsplit on quakenet so i posted it here

EDIT: dumbpost++
god damn hippies >_<
2006-05-14, 16:12
Administrator
2058 posts

Registered:
Jan 2006
set k_allowed_free_modes 63 // allowed free modes (bit mask):
// 1=1on1, 2=2on2, 4=3on3, 8=4on4, 16=10on10, 32=ffa 64=ctf

1 = 1on1

you need to increase your allowed free modes with 1

2006-05-15, 11:33
Member
1011 posts

Registered:
Feb 2006
blaps wrote:
ok excellent, now fix toggleready

...

qqhska wrote:
Change #152
By qq

Added command "toggleready". ktpro (c). Just toggle ready.
NOTES: blaps must be happy :>.

spotted this in changes.txt
2006-05-15, 14:26
Member
28 posts

Registered:
May 2006
opend a KTX server at 83.253.150.119:27500

i will change the ip to a domain name soon
/ frågan är fri
2006-05-15, 14:27
Member
1754 posts

Registered:
Jan 2006
location? what kind of server? all-round or something special?
2006-05-15, 14:39
Member
1011 posts

Registered:
Feb 2006
c83-253-150-119.bredband.comhem.se
2006-05-15, 14:47
Member
28 posts

Registered:
May 2006
its a allround...ffa enabled

hope the ping dont suck balls thou
/ frågan är fri
2006-05-15, 15:00
Member
28 posts

Registered:
May 2006
and its in karslstad sweden
/ frågan är fri
2006-05-15, 15:03
Administrator
2058 posts

Registered:
Jan 2006
what kind of connection is it
2006-05-15, 15:09
Member
28 posts

Registered:
May 2006
the domain is fragga.servequake.com:27500

its only 8/1 connection ...sorry

will upgrade it a.s.a.p. when i can get more from comhem
/ frågan är fri
2006-05-15, 16:29
Member
35 posts

Registered:
Feb 2006
Quote:
Added command "toggleready". ktpro (c). Just toggle ready.
NOTES: blaps must be happy :>.

omg! yes I am. clan-sm.dk upgraded to latest build, come and toggleready all night!
2006-05-15, 18:36
News Writer
280 posts

Registered:
May 2006
WARNING: Storing maps list in LOCALINFO supported only by ktpro version 1.63 build 42795 and newer and by ktx.
Current running mod is not ktpro and is not ktx.

Mod (ktx, ktpro) not initialized, but check_maps already run.
U can add to server.cfg before check_maps:
ktpro:
serverinfo kmod 1.66
serverinfo build 43204
ktx:
serverinfo xmod 1.00
serverinfo xbuild 00001

And shut up this warning! :-)
2006-05-15, 19:37
Member
1011 posts

Registered:
Feb 2006
VVD: the serverinfo xmod xbuild settings should be added to KTX default server cfgs @ f.nu/ktx/files
2006-05-15, 19:42
Member
805 posts

Registered:
Mar 2006
they probably wrote that because they don't have the KTpro source code to stand that it's exactly the same thing.
https://tinyurl.com/qwbrasil - QuakeFiles
2006-05-15, 22:36
Member
1011 posts

Registered:
Feb 2006
22:34 < oldman_> in dmm4
22:35 < oldman_> in ktpro, i'm pretty sure you spawn with RL in-hand
22:35 < oldman_> but in ktx you spawn with shotgun in-hand
22:35 <@i0h-> \o/
22:35 < oldman_> (correct me if i'm wrong)
  421 posts on 15 pages  First page234567891011Last page