I've just noticed that my MOTD mod breaks my coop server. Nobody can walk through the slipgates. Is there something different that needs to be done, or can you just not use mods in Coop?
Announcement
Collapse
No announcement yet.
Mods on Coop server?
Collapse
X
-
Lemme see the code. Also maybe a bit more info?
EDIT: While I wait for your code.....
Basically a check for MOTD will need to be called in PlayerPostThink (). If you use a flag in your check code so it only displays once on connect then you'll need to make sure in ClientConnect () to turn off that same flag. None of the changes in a typical MOTD that I know of would break COOP. Lemme check the code.Last edited by PrimalLove; 09-05-2014, 06:53 PM.
-
http://www.r0t.co.uk/scripts/motd.zip
I made it from a tutorial @ Inside3D http://www.inside3d.com/showtutorial.php?id=129Last edited by slackhead; 09-05-2014, 07:11 PM.
-r0t.uk- cOOp - Mapvote - r0t.uk:26001
-r0t.uk- DM - Mapvote - r0t.uk:26000
Comment
-
Downloading a lot of stuff from kleshik server.
Getting console spammed with this:
VM_drawstring: scale x and y is null !
Also I'm seeing messages about files not found that should be in registered game, which I have:
Download rejected: file "sound/hipweap/mjolslap.wav" is in an archive ("pak0.pak")
You must separately download or purchase the data archives for this game/mod to get this file
-r0t.uk- cOOp - Mapvote - r0t.uk:26001
-r0t.uk- DM - Mapvote - r0t.uk:26000
Comment
-
? Which kleshik server? You need to download those files separately yourself here.
Just download the snapshot. After that you'll need to make sure you use this commandline order to get everything loaded correctly with Kleshik.
Code:darkplaces.exe -quake -game rogue -game hipnotic -game id1 -game kleshik
Obviously you should have the two mission packs. Although you don't technically need them, you'll have some invisible assets in the game.
Comment
-
it's normal for it to have a few errors. Did you load the assets in the order I showed above? Kleshik is the shit right? Dresk in a genius! Another problem is often that server will have a map rotation that simply don't work with kleshik so you'll randomly crash. Gotta talk to bluntz about that.
If you are running a server there are two maps to consider. One is id1_start and rogue_start. These are kleshik specific start maps for original quake episodes or the rogue mission pack start map.Last edited by PrimalLove; 09-06-2014, 06:22 PM.
Comment
-
Comment