Jump to content

IKEMEN GO Plus Ultimate


Wintermourn

Recommended Posts

Unsure where to put this, this seemed like the best spot to put it

 

Recently, I've been working on editing the scripts inside Ikemen GO, trying to add more features to the game/engine.

 

Additions:

Coins: Coins can be earned when winning matches. The amount earned is determined by a few values in system.def, the current AI difficulty, and the size of both teams.

Character Unlocking: When characters are set to hidden 3, a handful of extra values can be added to slots that can make them unlockable in a few ways:

    Spending Coins

    Beating Arcade Mode with a certain character

    Beating Arcade Mode with a certain amount of characters

    Toggling the Unlock All option in the options menu (temporary unlock)

Arcade Mode Progress Tracker: The game now keeps track of what characters, and what % of characters, have completed Arcade Mode. The % completed shows on both the main menu and the Arcade character select screen.

New Mode: All Rush Mode is just like Boss Rush, but instead of being only bosses, it's every character on the character list
Mode Locking: Boss Rush and All Rush, as well as Survival mode, can all be locked behind Arcade Mode progress.

Mod Support (sorta?): To make it easier to update Ultimate without having to add in other code afterwards, Ultimate can run code from other Lua files at certain points. These files can do things like add new text to the menus, change character names in the select screens, add new options to the options menu, and more. It even comes with an example mod! They can also easily be reloaded through the options menu.

 

Download: IKEMEN GO Plus Ultimate v0.5.2

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 5 weeks later...
  • 3 weeks later...
  • 2 weeks later...

This is the error that shows with the latest Ikemen

 

.\external\script\storyboard.lua:144: attempt to index a non-table object(nil) with key 'lines'
stack traceback:
    .\external\script\storyboard.lua:144: in function 'f_parse'
    .\external\script\storyboard.lua:410: in function 'f_storyboard'
    external/script/main.lua:2650: in function 'loop'
    external/script/main.lua:3352: in main chunk
    [G]: ?
 

What should I do?

Link to comment
Share on other sites

  • 3 weeks later...

Heres an alternate but less complex system for the new version of ikemen go (until wintermourn comes back, if he ever does to update this). Created an incredibly simple unlock system for ikemen go engine based on how many arcade mode finishes you've done. 3 versions, locked are random slots, locked are random icons but you cant hover over them, or locks are simply not drawn. Please PM for details. Maybe at a later date I'll try ti implement wintermourns old stuff to the new ikemen if I have time.

 


C1Vvn4x.png

 

new unlocks added, and also added to random select pool

c8HJt5f.jpg

2nd version with blanks as locked characters'

roYfsHr.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

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