Xerxes Awesome thanks! Just wanted to make sure!

Shinaii
Posts
-
How would i load custom GSC Scripts inside T4ZM/SP Dedis? -
How would i load custom GSC Scripts inside T4ZM/SP Dedis?Hi everyone,
I’m trying to add custom .gsc scripts to my Plutonium T4 Zombies server, but I’m running into some issues.
Here’s what I’ve tried so far:
Placed my script in :- storage/t4/scripts/
- storage/t4/scripts/sp
- storage/t4/scripts/zm - Was worth a shot even tho zm is treated as sp
- sotrage/t4/raw/scripts/sp
The raw/scripts/sp was my best try so far but i errored:
Loading script scripts/sp/test.gsc...
Script scripts/sp/test.gsc encountered an error while loading.My questions are:
What is the correct folder structure for custom SP scripts in T4 Zombies?
Is there even Support for GSC Scripting on Dedi's?
Any guidance, examples, or resources would be greatly appreciated!
Thanks in advance!
p.s. Im Asking since i've looked through the whole Forum for any Info but haven't found anything.
-
[Release] Black ops II Mapvote for Zombies and MultiplayerSorex Same as here. I'll write you if you don't have blocked DM's with Mutual Servers.
-
[Release] Black ops II Mapvote for Zombies and MultiplayerSorex I've added you
-
[Release] Black ops II Mapvote for Zombies and MultiplayerSorex So i tested the Code a little and the biggest problem now is that it basically says what mode could be voted for but for some reason the sv_maprotation overrides it now and puts up the config that is in exec.
Plus after the first vote its stuck, so i choose for a test Downhill - TDM no matter what i vote after wards it stays Downhill but not TDM its stuck on Free for all but the scoreboard is broken
And to end all of it Mode Rotation still doesn't work its only TDM even tho i've put several Modes down.
-
[Release] Black ops II Mapvote for Zombies and MultiplayerMaybe i am just confused due to lack of sleep but my mv_gametypes looks something like this right now for my Party mode Server
set mv_gametypes "gun;gun.cfg oic;oic.cfg sas;sas.cfg shrp;shrp.cfg"
For some reason it just has Gungame in Rotation but when i do something like this
set mv_gametypes "war;gun.cfg war;oic.cfg war;sas.cfg war;shrp.cfg"
Everything shows as Invalid (Expected TDM in Mapvote) but with rotation of Gungame, One in the Chamber etc.
So Basically its loading all Gamemodes in a rotation.
Can anyone maybe explain me the logic behind the Gametype rotation with specific Config file? because i can't get it running with it.