Atik wrote:Question. You said you replaced the Doom 1 music. Was this only specific maps? Because I did a full playthrough of episode 1 and it gave me all the same music as normal.
Hmm. That's weird. Because i did replaced some part of Doom 1 musics like intro and intermission. I also played the mod with The Ultimate Doom and musics played well.
Also, just curiosity on my part, but are weapon replacements completely random selecting from a list of candidates? Or, for example, am I more likely to find a Heavy Pistol at a shotgun pickup than a hand-sweeper? (As in, is there a certain weight to certain weapons?) I mostly ask because, on subsequent runs I tend to get very similar spawns, but it might just be RNG.
Every weapon spawners spawns 3~4 weapons randomly.
- Code: Select all • Expand view
ACTOR ShotgunReplacer : RandomSpawner replaces Shotgun
{
DropItem "FreshVS2Riotgun"
DropItem "FreshVS4Sweeper"
DropItem "FreshEG10HeavyPistol"
}
As you can see, heavy pistol is at the very below. And i'd say you were lucky to find multiple heavy pistols!