Jump to content
  • 0

trying to mod enemies and strange error about custom plasma ball


monkeymaster69

Question

hi everyone it's still me the guy who couldn't code a knife :,) soo i wanted to put a wolfenstein guard into doom i was able tho to create a lot of new weapons still finishing the tuches but now i need to put the wolf enemies and a custom boss if someone knows more than me about enemy behavior in code i appriciate it and add you in the text of thx for the help gave me 1289973624_Screenshot2024-02-12150519.png.9e2c75b28b609df3c7175c5bcd103b28.png1246912050_Screenshot2024-02-12150526.png.3971836f20ab17eaaf5cd591f054c91e.png1246912050_Screenshot2024-02-12150526.png.3971836f20ab17eaaf5cd591f054c91e.png235518174_Screenshot2024-02-12150515.png.05dfd6acbcf7b63c10b2d11b01dcba10.png

Screenshot 2024-02-12 150059.png

Share this post


Link to post

2 answers to this question

Recommended Posts

  • 0

Line 1 - remove the word Monster to begin with.

 

Line 295 - PlasmaBall actor is already defined in GZDOOM. Either remove that, or if it's supposed to be a new PlasmaBall, then make it like this:

 

ACTOR MyPlasmaBall PlasmaBall 

 

and change what you want to change in the new actor. More on that here. It can also replace the original with the keyword replaces.

Share this post


Link to post
  • 0
2 hours ago, Rifleman said:

Line 1 - remove the word Monster to begin with.

 

Line 295 - PlasmaBall actor is already defined in GZDOOM. Either remove that, or if it's supposed to be a new PlasmaBall, then make it like this:

 

ACTOR MyPlasmaBall PlasmaBall 

 

and change what you want to change in the new actor. More on that here. It can also replace the original with the keyword replaces.

thank you very much ill add you to the credits too

 

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
Answer this question...

×   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...