Hi guys, sorry but these situations are annoying me a lot as i don't know how to solve them:
1) weapon replacement: so i'd like to put "sauron's gauntlets" (chainsaw replacement in deus vult II megawad) in my wad, but i can only find the sprites opening slade, what do i need to do in order to replace the saw?
2) I have many textures loaded in slade in my wad but i use just a few of them, in order to clean up space i would like to delete the unused ones, is there a way to find out (without checking one by one) the ones to delete?
3) so i've found this replacement for the archvile, but instead of a replacement i would like to make it separate, i'll show you the decorate lines (all texture names are the same of the arch from doom2), what do i need to change? Thanks in advance
Actor DarkArchvile 16666
{
Game Doom
Health 800
Radius 20
Height 56
Speed 15
PainChance 10
DamageFactor Fire, 0.5
Monster
MaxTargetRange 896
mass 1000
Scale 1.2
PainChance 10
SEESOUND "dvile/sight"
PAINSOUND "dvile/pain"
DEATHSOUND "dvile/death"
ACTIVESOUND "dvile/active"
Obituary "$OB_VILE" // "%o was incinerated by an DarkArchvile."
MONSTER
+FloorClip
+NoTarget
+QuickToRetaliate
SPECIES "Vile"
+DontHurtSpecies
States
{
Crush:
POL5 A 0
POL5 A 0 A_PlaySound ("Misc/Gibbed")
POL5 A -1
Stop
}
}
Question
Zolgia108
Hi guys, sorry but these situations are annoying me a lot as i don't know how to solve them:
1) weapon replacement: so i'd like to put "sauron's gauntlets" (chainsaw replacement in deus vult II megawad) in my wad, but i can only find the sprites opening slade, what do i need to do in order to replace the saw?
2) I have many textures loaded in slade in my wad but i use just a few of them, in order to clean up space i would like to delete the unused ones, is there a way to find out (without checking one by one) the ones to delete?
3) so i've found this replacement for the archvile, but instead of a replacement i would like to make it separate, i'll show you the decorate lines (all texture names are the same of the arch from doom2), what do i need to change? Thanks in advance
Actor DarkArchvile 16666
{
Game Doom
Health 800
Radius 20
Height 56
Speed 15
PainChance 10
DamageFactor Fire, 0.5
Monster
MaxTargetRange 896
mass 1000
Scale 1.2
PainChance 10
SEESOUND "dvile/sight"
PAINSOUND "dvile/pain"
DEATHSOUND "dvile/death"
ACTIVESOUND "dvile/active"
Obituary "$OB_VILE" // "%o was incinerated by an DarkArchvile."
MONSTER
+FloorClip
+NoTarget
+QuickToRetaliate
SPECIES "Vile"
+DontHurtSpecies
States
{
Crush:
POL5 A 0
POL5 A 0 A_PlaySound ("Misc/Gibbed")
POL5 A -1
Stop
}
}
Share this post
Link to post
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.