Page 1 of 1

Join\creating server error.

Posted: Tue Jun 09, 2015 8:18 am
by Bl00dWolf
I have Zandronum 2.0 and BrutalDoom v20.
Singleplayer is ok.

But i can't create or join to server, because of this error: :sad:
Script error, "brutalv20.pk3:cvarinfo" line 1:
cvar 'bd_bloodamount' already exists
Image

Please help. ???

RE: Join\creating server error.

Posted: Tue Jun 09, 2015 8:25 am
by Croissant
Doomworld has a thread on the same issue:
http://www.doomworld.com/vb/wads-mods/7 ... v20-error/

RE: Join\creating server error.

Posted: Tue Jun 09, 2015 10:25 am
by Bl00dWolf
Croissant wrote: Doomworld has a thread on the same issue:
http://www.doomworld.com/vb/wads-mods/7 ... v20-error/
yep, but no solution in this topic =(

RE: Join\creating server error.

Posted: Tue Jun 09, 2015 5:55 pm
by TerminusEst13
The solution is there, actually! Go into your .ini file, do a search for all existing bd_* entries, delete them, save, and then reload the mod.

RE: Join\creating server error.

Posted: Tue Jun 09, 2015 6:40 pm
by Bl00dWolf
TerminusEst13 wrote: The solution is there, actually! Go into your .ini file, do a search for all existing bd_* entries, delete them, save, and then reload the mod.
I tried, but get the same error after that =(

RE: Join\creating server error.

Posted: Tue Jun 09, 2015 7:25 pm
by Konda
Image
It appears you're loading the same mod twice, from 2 different directories actually it might be the same directory.

RE: Join\creating server error.

Posted: Tue Jun 09, 2015 7:39 pm
by Bl00dWolf
Thx, you are right.
So:
1) DoomSeeker is loading all mods (including brutal doom v20)
2) Than Zandronum loading all mods (including brutal doom v20)

I just deleted all lines in INI in section [Global.Autoload]. (so now only Doomseeker loading all mods one time)

BUT still have one problem:
If i want to play single player I need INi file WITH all mods my in [Global.Autoload]
If I want to play online I need to clear these section [Global.Autoload]

So... Any ideas how to make it more... comfortable without editing ini file everybloodytime?

RE: Join\creating server error.

Posted: Tue Jun 09, 2015 7:51 pm
by TerminusEst13
Yes. Don't ever put gameplay mods on global.autoload. Ever.

You can play singleplayer with mods perfectly fine simply by clicking the mod and then dragging and dropping on top of Zandronum.exe.
If you have multiple mods, then hold Ctrl and click multiple mods, then drag on top of Zandronum.exe.

Alternatively, use Doomseeker's Start Game function to load up the mods and the engine, and then hit Play Offline to boot up a game offline.

RE: Join\creating server error.

Posted: Tue Jun 09, 2015 8:13 pm
by Bl00dWolf
Ok thx!
Solved it to:
Just created icon with zandronum.exe -file ./mods/brutalv20.pk3 -file ./mods/Doom-Metal.wad -file ./mods/zdoom-dhtp-20140617.pk3 ;)

THX FOR HELP!