Jump to content

Doomplayer replacer not working


WARDUST

Recommended Posts

Hi!

I'm trying to make a small change in the startitems, i want init with shotgun in the inventori.

 

This is the decorate in smoothdoom (the mod i use):

ACTOR PerkDPlayer : Doomplayer replaces Doomplayer
{
    player.startitem "PerkPistol"
    player.startitem "PerkFist"
    Player.StartItem "Clip", 50
    Player.WeaponSlot 1, PerkFist, Z86Chainsaw
       Player.WeaponSlot 2, PerkPistol, Rifle
    Player.WeaponSlot 3, PerkShotgun, PerkSuperShotgun
    Player.WeaponSlot 4, Z86Chaingun
    Player.WeaponSlot 5, PerkRocketLauncher
    Player.WeaponSlot 6, BloxPlasmaRifle
    Player.WeaponSlot 7, Z86BFG9000
    States
    {
    Death:
        PD71 A 3
        PD71 B 3 A_PlayerScream
        PD71 C 3 A_NoBlocking
        PD71 DEFGH 3
        PD71 I -1
        Stop    
    }
}

 

Here the decorate i load after with no results:

 

ACTOR WARDUST : PerkDPlayer replaces PerkDPlayer
{
    player.startitem "PerkPistol"
    player.startitem "PerkShotgun"
    player.startitem "PerkFist"
    Player.StartItem "Clip", 150
    Player.StartItem "Shell", 16

}

 

Also i try Doomplayer replaces doomplayer, but nothing...

 

Can you give me Some light ?

 

Thanks in advance!

 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...