User panel stuff on forum
  35 posts on 2 pages  First page12Last page
Server Talk
2006-06-23, 19:09
News Writer
280 posts

Registered:
May 2006
Download from here.
changes.txt.
md5.

MVDSV v0.20 build 2376 (2006.06.23)
* disconnect <disconn3ct@users.sourceforge.net>
- bugfix from 0.19.10-develop: mvd stream (qtv) closed as file - cause crash mvdsv on exit
- for developers: move FS-related stuff from common.c to fs.c
- small fixes and cleanups here and there
- added DragonFly BSD targets
- added kqueue support for DragonFly and NetBSD

* qqshka <qqshka@users.sourceforge.net>
- new cvar vip_values which control which vip value assign for particular
vip password.
Example, if we talk about ktpro and particular passwords:
vip_password "justvip demoadmin admin judgeadmin admindemoadmin judgeadmindemoadmin"
then we must set next vip_values
vip_values "1 8 4 20 12 28"
- switching GAME_API_VERSION to 9.
Only one change, added GAME_CLIENT_SAY, so now qvm mods can handle say/say_team.
- For developers only: now qvm mods can get client state via
trap_infokey( int edn, "*state", char *valbuff, int sizebuff ).
Possible states: "free", "zombie", "preconnected", "connected", "spawned", "unknown".
So you can spot not yet connected clients. Personally, i'm using this in KTX for
/klist or /fkick. ktpro do this via parsing output of server /status command.
I'm dislike ktpro way here.

* oldman <oldmanuk@users.sourceforge.net>
- added VWEP support (from ZQuake)
- improved MacOS X/Darwin support

* VVD <vvd0@users.sourceforge.net>
- kqueue now default on
- default value of sys_select_timeout in *nix was changed from 10000 (10 milsec) to 1000000 (1 sec)
- Darwin was renamed to MacOSX
- bugfix from 0.19.10-develop: crashes on *nix when qtvproxy will be disconnect (EXPERIMENTAL)
- improved byte order support:
supported byte order:
little endian 1234
big endian 4321
pdp endian 3412 (middle endian?)
optimized byte swap functions for i386 arch, therefore no more support of i80386 -
require i80486 or newer (Anybody use i80386 for runing mvdsv? :-))
gas2masm was modified:
.386P changed to .486P
added commands bswap (require i80486), movzbw, movzbl, movzwl, xchgb, xchgw, xchgl
- added NetBSD targets
- bugfix from Id Software's QWSV: buffer overflow in loading files (How did it work before???)
- improved bugfix ktpro from 0.19.20-develop: command before first ';' will be executed,
but other commands are ignored
- new value in extension of connectionless command status:
16 - add information about teams
- bugfix from 0.19.20-develop (in "ZQuake-like minping" code): kicked client don't get any packets
from server and server ignore all packets from this client - for client look like network lag
- improved OpenBSD support
- improved sys_select_timeout with kqueue on FreeBSD
- improved connection algorithm: if client core dumped, then allow to reuse slot (EXPERIMENTAL)
- removed cvar sv_old_status_for_ktpro - not needed after "improved status command output..."
- improved status command output with ktpro in server console - always write new status
- disabled general-protection-fault window box on Win32 if there are command line options
"-noerrormsgbox" or "-d"
(Thanks to schm)
- added new value for sv_forcespec_onfull
2 - same as 1 (look at 0.19.20-develop changes) if player's "svf" userinfo key == 1
changed default value from 0 to 2
example: setinfo svf 1
- bugfix from 0.19.20-develop: didn't added sv_forcespec_onfull
and behavior was like with value 1 (careless mistake)

MVDSV docs page: http://mvdsv.sourceforge.net/docs/
2006-06-23, 22:33
Member
1026 posts

Registered:
Feb 2006
- added VWEP support (from ZQuake)

how do i enable this?
god damn hippies >_<
2006-06-24, 00:17
Administrator
2058 posts

Registered:
Jan 2006
i think that's a mod thing
2006-06-24, 07:52
Member
950 posts

Registered:
Apr 2006
Updated http://sourceforge.net/project/showfiles.php?group_id=118599&package_id=129157&release_id=427266
2006-06-24, 08:38
Member
950 posts

Registered:
Apr 2006
Also updated http://mvdsv.sourceforge.net/download.html
2006-06-24, 09:59
Member
151 posts

Registered:
Jan 2006
You need mod + client + server support for VWEP. Also i'm not sure it is full support of VWEP, probably is not completed - just a draft.
kill me now and burn my soul
2006-06-25, 01:21
Member
810 posts

Registered:
Jan 1970
Hm, I see you chose not to fix the world.targetname breakage you introduced... What's the reason for this?
2006-06-26, 14:18
News Writer
280 posts

Registered:
May 2006
2Aquashark:
All VWEP support with #ifdef's:
#ifdef VWEP_TEST
...
#endif

U need recompile mvdsv with -DVWEP_TEST added in Makefile.
2006-06-26, 14:21
News Writer
280 posts

Registered:
May 2006
2bigfoot: All "mvdsv" strings replaced by #define SERVER_NAME "MVDSV" - this is cleanup.
Try to fix ur mod...
2006-06-26, 16:33
Member
950 posts

Registered:
Apr 2006
Errr. What's VWEP?
2006-06-26, 17:07
News Writer
280 posts

Registered:
May 2006
View Weapon Every Player? :-)
2006-06-26, 19:46
Member
810 posts

Registered:
Jan 1970
VVD wrote:
2bigfoot: All "mvdsv" strings replaced by #define SERVER_NAME "MVDSV" - this is cleanup.

Heh, yes, I realise that. My question is if it was really necessary to break mods in the name of a "cleanup"?

VVD wrote:
Try to fix ur mod...

I cannot fix what is not broken - but I did add a workaround for the breakage in MVDSV. The latest public release doesn't have this yet, though, but hopefully Google will find Flepser's post.

I'm really just not a fan of breaking compatibility with previously working stuff "just because".
2006-06-27, 07:54
Member
1011 posts

Registered:
Feb 2006
yer VWEP support (port from zquake) is not complete or tested and needs both client+mod support, i will finish it (for ezquake & ktx also) once England and Italy are both out of the world cup
2006-07-03, 16:49
Member
810 posts

Registered:
Jan 1970
asdf
2006-07-03, 19:43
Member
1011 posts

Registered:
Feb 2006
?
2006-07-03, 20:25
Member
200 posts

Registered:
Apr 2006
Tonik wrote:
asdf

zxcv ?
2006-07-04, 00:55
Member
1754 posts

Registered:
Jan 2006
asdf likes jkl;
2006-07-24, 22:05
Member
810 posts

Registered:
Jan 1970
I'm running a MVDSV TF2.9 server and I'm having problems getting frag logs to work correctly. Fuhquake has an extra fragfile that adds support but I can't find this for MVDSV. Please contact me if there is a way to get frag logs working
2006-07-26, 10:08
News Writer
280 posts

Registered:
May 2006
Try to use "fraglogfile" command.
2006-08-02, 07:15
Moderator
1329 posts

Registered:
Apr 2006
There are at least two bugs in the 0.20

1) vip_values work incorrectly, they seem to get only the last vip_password with the last vip_level defined.

2) map download is broken (again)
Servers: Troopers
2006-08-02, 11:27
News Writer
280 posts

Registered:
May 2006
In 0.20 or in current CVS?
2006-08-02, 18:44
Moderator
1329 posts

Registered:
Apr 2006
The one from the link: http://quakeworld.ru/files/vvd/mvdsv/mvdsv_0.20_Linux_GLIBC_2.3_i386.tar.bz2

Too bad I don't currently have the time for more thorough investigations due to work and shit.
Servers: Troopers
2006-08-03, 00:28
Member
151 posts

Registered:
Jan 2006
whats wrong with map download? it stops at 99% or something new?
kill me now and burn my soul
2006-08-03, 04:17
Moderator
1329 posts

Registered:
Apr 2006
Yeah, the map download will not finish correctly but stops at 99%.
Servers: Troopers
2006-08-04, 18:01
Member
405 posts

Registered:
Jan 2006
Renzo wrote:
There are at least two bugs in the 0.20
1) vip_values work incorrectly, they seem to get only the last vip_password with the last vip_level defined.

Disagree, u doing something wrong.

Next test is for ktpro, since u use ktpro, right?
Put next thing in password.cfg (generally such things in this cfg, where actually on ur system i dunno)
// vip rights
vip_password "justvip demoadmin admin judgeadmin admindemoadmin judgeadmindemoadmin"
vip_values "1 8 4 20 12 28"

Restart server
Check both variables on server console, so u can sure, u have set it right!!!

Next for client.
Start up client.
/password admin
/connect serverip
U will get some prints from ktpro, about vip rights, admin dadmin says ktpro, that wrong prints since ktpro fucked up, ktpro in some cases prints wrong rights even work right. To check actual rights use /klist command and look vip column, u must see 4, because we use "/password admin". U can try disconnect and set /password admindemoadmin and /connect again, type /klist and u must see u r vip value 12. So, u r doing something wrong...
<3
2006-08-05, 16:09
Moderator
1329 posts

Registered:
Apr 2006
Ok, now it works.

I don't know what it was last time but now I just copy/pasted those lines to my config (like I did last time) and kept even the width of those " " the same for both lines (I don't think I did it that way last time). Nothing else was different.

Anyway just get the map download working and cs.fi will get an upgrade. I might even update to KTX if people want it badly but otherwise I'll leave the servers as they are since I don't have too much time to play with them before december.
Servers: Troopers
2006-08-07, 13:21
News Writer
280 posts

Registered:
May 2006
Renzo wrote:
2) map download is broken (again)

Can u test last CVS version (0.20.04-CVS)?
Type 'developer 1' in server console, then type in client console 'download progs/end4.mdl' and save console log.
2006-08-07, 18:28
Moderator
1329 posts

Registered:
Apr 2006
I'd need sources/binary to do that. The latest one I could from mvdsv site is 0.20.02.
Servers: Troopers
2006-08-07, 19:36
News Writer
280 posts

Registered:
May 2006
There are anonymous CVS - do u know how to get last version from CVS?
2006-08-07, 19:44
Member
810 posts

Registered:
Jan 1970
Not really, and as I said I don't have too much spare time to figure out how at the moment...
  35 posts on 2 pages  First page12Last page