Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems getting whitelist to execute
#1
i made a file called whitelist.cfg and put it in my compiled ff, then i executed it from my server.cfg just as http://www.customcod.com/wiki/index.php?...ding_A_Mod but my whitelist is not working, any ideas?
Reply

#2
im not quite sure it does work, i tried it to exactly how it says on the wiki, no avail. someone PM me if they get this working PLEASE.
Reply

#3
I have had the exact same problem. I'm new to CoD modding, how did this work in previous games?
I tried to execute the whitelist via rcon just out of interest and got setmoddvar is not a valid function.
Reply

#4
(07-01-2011, 06:12)[SMG]Hugo Stiglitz Wrote: I have had the exact same problem. I'm new to CoD modding, how did this work in previous games?
I tried to execute the whitelist via rcon just out of interest and got setmoddvar is not a valid function.

same if i try from rcon, but i am executing it from my server.cfg
Reply

#5
and it worked then??
Reply

#6
No doesn't work either way.
Reply

#7
You need to execute it from a different .cfg or from a .menu file

config command:
Code:
exec configname.cfg

a menu file
Code:
execNow exec "configname";
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#8
so i can have my server.cfg

and have it say exec mywhitelist.cfg

and it should work?
Reply

#9
I got this to work by looking at xkMod.
They put the following in the server.cfg
Code:
// xKMod settings
your_dvar "public" // xkmode, for a list available modes see attached modes.txt
exec myWhiteList.cfg // executes whitelisted commands (the white list is in the .ff, so don't modify this)
and then in myWhiteList.cfg
Code:
setmoddvar your_dvar
myWhiteList.cfg must be in the mod.ff fastfile, put the following line into your zone source/mod.csv
Code:
rawfile,myWhitelist.cfg
Now compile and upload to FTP. In the GS.com control panel set "Mod" to your mod folder name and "Config File" to server.cfg.
Reply

#10
thanks huge, ill try it out..
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [FIX] Mw3 server problems 99IRock 0 3,442 02-02-2013, 00:05
Last Post: 99IRock
  Hot Problems AZUMIKKEL 5 3,590 01-20-2013, 16:19
Last Post: Arteq
  Problems trying to import BO2 Camos DidUknowiPwn 3 2,790 12-27-2012, 18:11
Last Post: DidUknowiPwn
  Help Server problems (Wierd!) 99IRock 3 4,151 12-03-2012, 20:26
Last Post: 99IRock
  Help New .iwi files problems Shady360 3 3,777 11-30-2012, 13:05
Last Post: Shady360
  [Request] hotkey Bind and execute iwd files in main folder of game! raminr63 10 4,887 10-10-2012, 16:28
Last Post: Pozzuh
  Help Rotate/Delay problems Puffiamo 5 3,352 08-30-2012, 11:22
Last Post: d0h!
  CoD black ops + xkMod problems chrz 7 4,583 06-01-2012, 22:15
Last Post: surtek
  addon/ error/problems hillbilly 0 1,569 05-12-2012, 07:49
Last Post: hillbilly
  Help mod problems kashwak 0 1,356 03-26-2012, 08:22
Last Post: kashwak

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.