User panel stuff on forum
  11 posts on 1 page  1
Server Talk
2012-01-03, 13:54
News Writer
912 posts

Registered:
Jan 2006
I am intending on setting up a couple of new KTX/MVDSV servers (and possibly a QWfwd) and I notice most servers are running KTX 1.37 + MVDSV 0.30 however from what I understand these versions are not yet released? Latest news mentions 1.37 being delayed for 1 month 9 months ago.

What version of KTX was antilag introduced? I checked through the 1.36 changelog and cannot find any mention and I know the Xs4all servers running 1.35 do not have it.
2012-01-03, 16:30
Moderator
1329 posts

Registered:
Apr 2006
There has been no release since antilag was added, so you'll have to compile MVDSV from sources to get the support for antilag.
Servers: Troopers
2012-01-04, 11:23
News Writer
912 posts

Registered:
Jan 2006
Renzo wrote:
There has been no release since antilag was added, so you'll have to compile MVDSV from sources to get the support for antilag.

Cheers thanks. Was pretty easy to do.
2012-01-04, 11:28
News Writer
912 posts

Registered:
Jan 2006
I spoke too soon. mvdsv compiled without issued but KTX on the other hand.... Anyone have any ideas?

mcooke@obsidian:~/ktx$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing strerror... none required
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for AIX... no
checking whether make sets $(MAKE)... yes
checking for q3lcc... no
checking for q3asm... no
checking for rm... /bin/rm
checking for mkdep... no
checking for mkdir... /bin/mkdir
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... yes
checking whether gcc needs -traditional... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile.dl
config.status: creating src/Makefile.dl32
config.status: creating src/Makefile.vm
mcooke@obsidian:~/ktx$ make
cd src; make -f Makefile.dl build
make[1]: Entering directory `/usr/home/nfs/mcooke/ktx/src'
make[1]: Nothing to be done for `build'.
make[1]: Leaving directory `/usr/home/nfs/mcooke/ktx/src'
cd src; make -f Makefile.dl32 build
make[1]: Entering directory `/usr/home/nfs/mcooke/ktx/src'
make[1]: Nothing to be done for `build'.
make[1]: Leaving directory `/usr/home/nfs/mcooke/ktx/src'
cd src; make -f Makefile.vm build
make[1]: Entering directory `/usr/home/nfs/mcooke/ktx/src'
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o g_main.s g_main.c
make[1]: DQ3_VM: Command not found
make[1]: [g_main.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o bg_lib.s bg_lib.c
make[1]: DQ3_VM: Command not found
make[1]: [bg_lib.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o buttons.s buttons.c
make[1]: DQ3_VM: Command not found
make[1]: [buttons.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o client.s client.c
make[1]: DQ3_VM: Command not found
make[1]: [client.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o combat.s combat.c
make[1]: DQ3_VM: Command not found
make[1]: [combat.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o doors.s doors.c
make[1]: DQ3_VM: Command not found
make[1]: [doors.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o g_cmd.s g_cmd.c
make[1]: DQ3_VM: Command not found
make[1]: [g_cmd.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o g_mem.s g_mem.c
make[1]: DQ3_VM: Command not found
make[1]: [g_mem.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o g_spawn.s g_spawn.c
make[1]: DQ3_VM: Command not found
make[1]: [g_spawn.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o g_utils.s g_utils.c
make[1]: DQ3_VM: Command not found
make[1]: [g_utils.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o items.s items.c
make[1]: DQ3_VM: Command not found
make[1]: [items.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o mathlib.s mathlib.c
make[1]: DQ3_VM: Command not found
make[1]: [mathlib.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o misc.s misc.c
make[1]: DQ3_VM: Command not found
make[1]: [misc.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o plats.s plats.c
make[1]: DQ3_VM: Command not found
make[1]: [plats.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o player.s player.c
make[1]: DQ3_VM: Command not found
make[1]: [player.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o q_shared.s q_shared.c
make[1]: DQ3_VM: Command not found
make[1]: [q_shared.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o server.s server.c
make[1]: DQ3_VM: Command not found
make[1]: [server.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o spectate.s spectate.c
make[1]: DQ3_VM: Command not found
make[1]: [spectate.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o subs.s subs.c
make[1]: DQ3_VM: Command not found
make[1]: [subs.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o triggers.s triggers.c
make[1]: DQ3_VM: Command not found
make[1]: [triggers.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o weapons.s weapons.c
make[1]: DQ3_VM: Command not found
make[1]: [weapons.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o world.s world.c
make[1]: DQ3_VM: Command not found
make[1]: [world.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o clan_arena.s clan_arena.c
make[1]: DQ3_VM: Command not found
make[1]: [clan_arena.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o admin.s admin.c
make[1]: DQ3_VM: Command not found
make[1]: [admin.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o captain.s captain.c
make[1]: DQ3_VM: Command not found
make[1]: [captain.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o commands.s commands.c
make[1]: DQ3_VM: Command not found
make[1]: [commands.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o globals.s globals.c
make[1]: DQ3_VM: Command not found
make[1]: [globals.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o logs.s logs.c
make[1]: DQ3_VM: Command not found
make[1]: [logs.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o maps.s maps.c
make[1]: DQ3_VM: Command not found
make[1]: [maps.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o match.s match.c
make[1]: DQ3_VM: Command not found
make[1]: [match.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o motd.s motd.c
make[1]: DQ3_VM: Command not found
make[1]: [motd.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o vip.s vip.c
make[1]: DQ3_VM: Command not found
make[1]: [vip.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o vote.s vote.c
make[1]: DQ3_VM: Command not found
make[1]: [vote.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o g_userinfo.s g_userinfo.c
make[1]: DQ3_VM: Command not found
make[1]: [g_userinfo.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o grapple.s grapple.c
make[1]: DQ3_VM: Command not found
make[1]: [grapple.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o runes.s runes.c
make[1]: DQ3_VM: Command not found
make[1]: [runes.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o ctf.s ctf.c
make[1]: DQ3_VM: Command not found
make[1]: [ctf.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o arena.s arena.c
make[1]: DQ3_VM: Command not found
make[1]: [arena.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o race.s race.c
make[1]: DQ3_VM: Command not found
make[1]: [race.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_ai.s sp_ai.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_ai.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_boss.s sp_boss.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_boss.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_client.s sp_client.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_client.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_demon.s sp_demon.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_demon.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_dog.s sp_dog.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_dog.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_enforcer.s sp_enforcer.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_enforcer.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_fish.s sp_fish.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_fish.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_hknight.s sp_hknight.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_hknight.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_knight.s sp_knight.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_knight.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_monsters.s sp_monsters.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_monsters.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_ogre.s sp_ogre.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_ogre.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_oldone.s sp_oldone.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_oldone.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_shalrath.s sp_shalrath.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_shalrath.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_shambler.s sp_shambler.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_shambler.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_soldier.s sp_soldier.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_soldier.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_tarbaby.s sp_tarbaby.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_tarbaby.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_wizard.s sp_wizard.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_wizard.s] Error 127 (ignored)
DQ3_VM -S -Wf-target=bytecode -Wf-g -I../include -c -o sp_zombie.s sp_zombie.c
make[1]: DQ3_VM: Command not found
make[1]: [sp_zombie.s] Error 127 (ignored)
o ../qwprogs.qvm g_main.s bg_lib.s buttons.s client.s combat.s doors.s g_cmd.s g_mem.s g_spawn.s g_utils.s items.s mathlib.s misc.s plats.s player.s q_shared.s server.s spectate.s subs.s triggers.s weapons.s world.s clan_arena.s admin.s captain.s commands.s globals.s logs.s maps.s match.s motd.s vip.s vote.s g_userinfo.s grapple.s runes.s ctf.s arena.s race.s sp_ai.s sp_boss.s sp_client.s sp_demon.s sp_dog.s sp_enforcer.s sp_fish.s sp_hknight.s sp_knight.s sp_monsters.s sp_ogre.s sp_oldone.s sp_shalrath.s sp_shambler.s sp_soldier.s sp_tarbaby.s sp_wizard.s sp_zombie.s g_syscalls.asm
make[1]: o: Command not found
make[1]: [../qwprogs.qvm] Error 127 (ignored)
make[1]: Leaving directory `/usr/home/nfs/mcooke/ktx/src'

The above output was from a CentOS box. I tried to compile on Ubuntu and had the same result...
2012-01-04, 12:08
Moderator
1329 posts

Registered:
Apr 2006
You do not need KTX for antilag support, but if you want to compile the latest one, do not use plain "make", use "make dl" instead. The error is basically for missing DQ3_VM that you don't need for .so/.dll compilation, it's just for compiling .qvm.
Servers: Troopers
2012-01-04, 12:26
News Writer
912 posts

Registered:
Jan 2006
Ahh so KTX 1.37 just gives you the /antilag switch to disable/enable antilag but MVDSV 0.30 has antilag always?

itmik was able to coach me through getting it compiled (same solution you gave, make clean then make dl). as you can see Linux and Programming are not my forte

So I probably could have just grabbed this: http://qw-dev.net/attachments/download/236/mvdsv_ktx_antilag_win32.zip
2012-01-10, 21:49
News Writer
280 posts

Registered:
May 2006
dirtbox wrote:
So I probably could have just grabbed this: http://qw-dev.net/attachments/download/236/mvdsv_ktx_antilag_win32.zip

And run it in wine? :-D
2012-11-12, 13:45
Member
121 posts

Registered:
May 2006
Hey there! I've been away from Quake for a while.. but i just got some spare time on my week days and a new ADSL2 service and could get back to some quake action. Unfortunally, there are only one provider that still hosts quake servers in Brazil, and its by far the worst one.

In short: What would be the easiest way to get to run a KTX+MVDSV with anti-lag on a Linux-box ? I've a friend that could possibily host a server on a reliable provider, so the entire brazillian community (also South America, due to antilag feature) could benefit from it!

Cheers!

(Edited 2012-11-12, 15:47)
. - - -- Words are stones in my Mouth.. -- - - . [url=http://profile.xfire.com/katataniel][img]http://miniprofile.xfire.com/bg/sh/type/2/katataniel
2012-11-12, 14:18
Administrator
1265 posts

Registered:
Jan 2006
Fateful

benvindo de volta cara.

Get nQuake server package @ http://www.nquake.com/
its by far the simplest way of running a linux server.
never argue with an idiot. they'll bring you back to their level and then beat you with experience.
2012-11-12, 16:45
Member
121 posts

Registered:
May 2006
Hi there Mushi,

As I can see, it seems to be a pretty neat package.. my only concern is if it does include the antilag feature .. ?


Thanks for the fast reply.
. - - -- Words are stones in my Mouth.. -- - - . [url=http://profile.xfire.com/katataniel][img]http://miniprofile.xfire.com/bg/sh/type/2/katataniel
2012-11-12, 17:06
Administrator
1025 posts

Registered:
Apr 2006
FatefuL wrote:
Hi there Mushi,

As I can see, it seems to be a pretty neat package.. my only concern is if it does include the antilag feature .. ?

Thanks for the fast reply.

"antilag" is in mvdsv, and yes, it is.
  11 posts on 1 page  1