Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
Sign in to follow this  
Meyland12

How you add Zscript actors into map?

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×