General help and assistance forum.
-
Bl00dWolf
- New User
- Posts: 5
- Joined: Tue Jun 09, 2015 8:13 am
#1
Post
by Bl00dWolf » Tue Jun 09, 2015 8:18 am
I have Zandronum 2.0 and BrutalDoom v20.
Singleplayer is ok.
But i can't create or join to server, because of this error:
Script error, "brutalv20.pk3:cvarinfo" line 1:
cvar 'bd_bloodamount' already exists
Please help.

-
Croissant
-
- Posts: 27
- Joined: Tue May 19, 2015 5:55 am
- Location: At the keyboard
#2
Post
by Croissant » Tue Jun 09, 2015 8:25 am
When I die, I want to go peacefully like my grandfather did - in his sleep. Not yelling and screaming like the passengers in his car.
-
Bl00dWolf
- New User
- Posts: 5
- Joined: Tue Jun 09, 2015 8:13 am
#3
Post
by Bl00dWolf » Tue Jun 09, 2015 10:25 am
yep, but no solution in this topic =(
-
TerminusEst13
- Retired Staff / Community Team Member
- Posts: 865
- Joined: Tue Jun 05, 2012 11:06 pm
#4
Post
by TerminusEst13 » Tue Jun 09, 2015 5:55 pm
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.
-
Bl00dWolf
- New User
- Posts: 5
- Joined: Tue Jun 09, 2015 8:13 am
#5
Post
by Bl00dWolf » Tue Jun 09, 2015 6:40 pm
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 =(
-
Konda
- Forum Regular
- Posts: 487
- Joined: Thu Jun 07, 2012 5:22 pm
#6
Post
by Konda » Tue Jun 09, 2015 7:25 pm

It appears you're loading the same mod twice,
from 2 different directories actually it might be the same directory.
Last edited by
Konda on Tue Jun 09, 2015 7:27 pm, edited 1 time in total.
Code: Select all
<Synert> fuck
<Synert> plugged in my memory stick and got a bsod
-
Bl00dWolf
- New User
- Posts: 5
- Joined: Tue Jun 09, 2015 8:13 am
#7
Post
by Bl00dWolf » Tue Jun 09, 2015 7:39 pm
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?
Last edited by
Bl00dWolf on Tue Jun 09, 2015 7:43 pm, edited 1 time in total.
-
TerminusEst13
- Retired Staff / Community Team Member
- Posts: 865
- Joined: Tue Jun 05, 2012 11:06 pm
#8
Post
by TerminusEst13 » Tue Jun 09, 2015 7:51 pm
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.
Last edited by
TerminusEst13 on Tue Jun 09, 2015 7:52 pm, edited 1 time in total.
-
Bl00dWolf
- New User
- Posts: 5
- Joined: Tue Jun 09, 2015 8:13 am
#9
Post
by Bl00dWolf » Tue Jun 09, 2015 8:13 pm
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!
Last edited by
Bl00dWolf on Tue Jun 09, 2015 8:41 pm, edited 1 time in total.