Cutstuff Message Board

Cutstuff community forums
It is currently Tue May 21, 2013 7:54 am

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 
Author Message
PostPosted: Mon May 07, 2012 10:44 pm 
Offline
User avatar

Joined: Sun May 06, 2012 1:34 pm
Posts: 64
Location: The Net
I need a tutorial on making a chapter out of custom maps. Specifically, Ones that are unlocked from a new file, so you don't need to beat the game, or beat a specific chapter to play the new chapter. I have 4 arena/crazy maps I made, and I wanna make a chapter out of them for fun. I won't release it, but I want to know. So, help? :?


Top
 Profile  
 
PostPosted: Tue May 08, 2012 2:09 am 
Offline
User avatar

Joined: Thu Mar 04, 2010 3:36 am
Posts: 8547
Location: ζ-'ヮ')ζ ζ-'ヮ')ζ ζ-'ヮ')ζ ζ-'ヮ')ζ ζ-'ヮ')ζ ζ-'ヮ')ζ
Medals: 6
MM8BDM Contributor (1) MM8BDM Extender (1) Cutstuff Plumber (1)
MM8BDM MM7 Contributor (1) Cutstuff Warrior (1) MM8BDM MM8 Contributor (1)
If you mean through Dr. Light's Laboratory, then that's pretty tough to do seeing as you can't modify it.
If you mean making a new mode, you can just look at Powered Up Expansion and figure out how.


Top
 Profile  
 
PostPosted: Tue May 08, 2012 11:24 am 
Offline
User avatar

Joined: Sun May 06, 2012 1:34 pm
Posts: 64
Location: The Net
Korby wrote:
If you mean through Dr. Light's Laboratory, then that's pretty tough to do seeing as you can't modify it.
If you mean making a new mode, you can just look at Powered Up Expansion and figure out how.


OK, so no luck on making a new chapter. BUT I was tihnking about that expansion. Maybe i'll download it and change it to work with what I want it to do. I will post when that works if I can at least get it to work.


Top
 Profile  
 
PostPosted: Wed May 09, 2012 12:25 am 
Offline
User avatar

Joined: Sun May 06, 2012 1:34 pm
Posts: 64
Location: The Net
Um, where is the download? :?


Top
 Profile  
 
PostPosted: Wed May 09, 2012 12:51 am 
Offline
User avatar

Joined: Sun Nov 13, 2011 1:44 am
Posts: 1187
Location: Arguing over some minor detail that may or may not make someone evil
Here's how you do it.

First, you need to create an entry in SLADE called "MAPINFO". Here's what the MAPINFO in Powered Up contains:

Code:
clearepisodes

episode MAP01
name "Single Player"
noskillmenu

episode CREDMAP
name "Credits"
noskillmenu

episode MMPCUT
name "Powered Up Campaign"
noskillmenu

episode PUCREDS
name "Powered Up Credits"
noskillmenu


If you want to add something, you add it after "CREDMAP".

Line 1: Put "episode" then the stage you want it to start at. The map rotation is defined in seperate MAPINFO files (which Ivory made a tutorial on somewhere, if you need it I can link it.)
Line 2: Put "name" then the name of the option. For example, "Powered Up Campaign".
Line 3: Putting "noskillmenu" prevents you from choosing the difficulty, because I'm pretty sure difficulty is weird in MM8BDM.

As for the actual stages, you'll need to create a file called "CMPGNINFO":

Code:
{
mapname = MM1CUT
gamemode = deathmatch
fraglimit = 20
dmflags = 2375812
dmflags2 = 1024
compatflags = 0
bot[0] = Cutman
bot[1] = Megaman
bot[2] = Iceman
}


mapname = Code of the map. Duh.
gamemode = Don't change. Sets the gamemode of course.
fraglimit = Choose how many frags you want the game to end at.
dmflags = Don't touch.
dmflags2 = Don't touch.
compatflags = Don't touch
bot[x] = Choose which bots you want to add. You need to put each bot on a seperate line.

IMPORTANT: MAKE SURE YOU MERGE THE ORIGINAL CMPGNINFO AND YOUR NEW ONE. OTHERWISE THE MAIN CAMPAIGN WILL SCREW UP.

Hope this helps!

-HD


Top
 Profile  
 
PostPosted: Wed May 09, 2012 11:35 am 
Offline
User avatar

Joined: Sun May 06, 2012 1:34 pm
Posts: 64
Location: The Net
OK, but I will still need to find the download for the powered up expansion. I feel like i'm half there. ;)


Top
 Profile  
 
PostPosted: Wed May 09, 2012 11:43 am 
Offline
User avatar

Joined: Sun May 06, 2012 1:34 pm
Posts: 64
Location: The Net
FOUND IT! If I have anymore trouble, I will speak on a different topic. Lock it. ;)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 

All times are UTC


Who is online

Users browsing this forum: Laggy Blazko and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group