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.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.
Every weapon spawners spawns 3~4 weapons randomly.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.
Code: Select all
ACTOR ShotgunReplacer : RandomSpawner replaces Shotgun
{
DropItem "FreshVS2Riotgun"
DropItem "FreshVS4Sweeper"
DropItem "FreshEG10HeavyPistol"
}