Jump to content
  • 0

How you add Zscript actors into map?


Meyland12

Question

Helllo I'm making my own map and i have problems with zscript actors. I want to add custom zscript minigun into my map but that error appers. I will also show how i set up my MAPINFO here.

 

Well what i'm doing wrong if so how them you add zscript actors into your map via mapinfo? 🤔

 

 

 

 

help2.png

help1.png

Edited by Meyland12

Share this post


Link to post

2 answers to this question

Recommended Posts

  • 0

I think you cannot mix old and new mapinfo formats in a single mapinfo lump.

Try changing the MAP01 definition to the newer mapinfo format:

 

map MAP01 "UAC Ocean Base"
{
	next = "MAP02"
}

DoomEdNums
{
	15009 = STMinigun
}

 

Share this post


Link to post
  • 0
27 minutes ago, jaeden said:

I think you cannot mix old and new mapinfo formats in a single mapinfo lump.

Try changing the MAP01 definition to the newer mapinfo format:

 


map MAP01 "UAC Ocean Base"
{
	next = "MAP02"
}

DoomEdNums
{
	15009 = STMinigun
}

 

 

It's works.

Thank you very much. 😌

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