Fun Mode

By TwixNinja441

Released 2018-06-07

Release message

This is a mod that changes the level order and reduces the time of the levels that would normally be easier. The levels are all vanilla SMB2. Nevertheless, I found it to be fun.

README

This is a mod of Super Monkey Ball 2 that changes the Master and Master Extra difficulties to be more difficult. There are 7 levels in Master, where every level in Master has 20 seconds allotted time. There are 30 levels in Master Extra, made up of levels originally from Advanced Extra, World 10, Master, and Master Extra. Most of the levels from Advanced Extra and World 10 have reduced time. I also changed the level order so you will play levels like Cylinders and Helix. I would suggest staying away from Master 5 and Master Extra 29; they are challenging with the reduced time Note that this mod is made up of levels from vanilla SMB2. (I did put my level Epic Floors in Beginner Extra however)

I primarily used my program smb2-cmmod (https://github.com/tuckergs/smb2-cmmod) to make this mod. This allows me to reduce the time allotted and to change the level order

Attached also is my main loop rel and the config for my program that changes the level order and what not.

funmode.new.txt

% Fun mode config
% 7 stages in Master, with 20 seconds allotted for each level
% 30 stages in Master Extra, with stages originally 
%   from Advanced Extra, World 10, Master, and Master Extra. 
%   Most stages from Advanced Extra and World 10 have reduced time 
%   to make them more challenging
% Expert and Expert Extra are Serial Jump and Conical Slider, respectively
% Beginner/Advanced point to the sensitive seesaws beta
% Beginner/Advanced Extra point to my level, Epic Floors



#beginEntryList dummy
378 % Sensitive Seesaws
#endEntryList

#beginEntryList dummyex
395 1200 % Epic Floors
#endEntryList

#diff Beginner dummy
#diff Advanced dummy
#diff BeginnerExtra dummyex
#diff AdvancedExtra dummyex


#beginEntryList ex
301  % Serial Jump
#endEntryList

#diff Expert ex


#beginEntryList exex
318  % Conical Slider
#endEntryList

#diff ExpertExtra exex


#beginEntryList ma
321 1200 % Centrifugal
322 1200 % Swing Bridges
325 1200 % Notch
324 1200 % Passage
319 1200 % Construction
323 1200 % Cylinders
63  1200 % Flat Maze
#endEntryList

#diff Master ma


#beginEntryList maex

331      % Var Width
332      % Strikers
258 1800 % Long Slider
346      % Labyrinth
343 1800 % Mountain

394      % Planets (I used a different slot since the red goal wasn't working properly)
348 1800 % Revolution
347 2700 % Postmodern
259 900  % Grid Bridge
345 1800 % 3D Maze

337      % Synchronized
341 600  % Training
257 1800 % Amida Lot
344 600  % Disorder
260 1800 % Teapot

326      % Intermittent
336      % 6 Seesaws
349 2400 % Invisible
329      % Double Twin
350 1800 % Created By

256 1800 % Domes
328      % Spasmodic
335      % Sliced Cheese
330      % Clock Face
333      % Ooparts

339      % Dizzy System
327      % Long Torus
338      % Helix
342 1800 % Gimmick
340      % Nintendo

#endEntryList

#diff MasterExtra maex
Stage list

Challenge mode

BX1 Epic Floors (st395)
AX1 Epic Floors (st395)
MX6 Planets (st394)
Changed files from vanilla