storymode & arcadepath limitations #1108
Replies: 4 comments 4 replies
|
It is not wise for devs to be covering every single need people came out with. I highly encourage you to create your arcade paths and share them with other users. Many people ask for help to create stuff but never share back, which is sad. |
|
Story mode. It is in the wiki |
|
https://github.com/ikemen-engine/Ikemen-GO/wiki/Miscellaneous-info#arcade-paths--story-mode |
|
What code are you talking about? Story mode HAS NOT "character select" screen. With story mode, you force the player to use a specific char. Story mode The engine is ready to create full story mode like any commercial Dragonball game out there. You should try first before saying is not possible. Story mode is actually WAY easier than arcade path. if matchno() == 1 then This is an untested example, but as I said you can use the arcade path I created and modify it to create yours. |

Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Although there aren't many tutorials on the internet on,. how to use this function in an advanced way... with the tutorial added to ikemen I've been able to try both modes and they're good...
Describe the solution you'd like
I would like to suggest a new feature for the "storymodeADV"..
I would like to be able to have the advantages of storymode such as "storyboards" that it allows as well as the selectcharacter that it has... how would this be...
Let's imagine that... we make a dragonball IKEMEN... then I prepare the ARC in the menu... with the following arcs
1-Sayan Saga
2-namek saga
3-Android saga
4-Boo Saga
So in said menu these arches would appear... then I select... "Namek Saga" and immediately afterwards the Character Select is displayed and the teammode would start as
I select Raditz.....storyboard...namekintro.def.......and fight order1, 2, 3, 4.... I advance through the saga until I reach combat5 Frieza a boss end storyboard..namekending.def
end
((allowing as optional if you want it to use the data from the Select.def))
Now if I want the other Saga of the androids... I select their saga from the menu... character select... Raditz....storyboard...androidsintro.def.... and the order would be 6, 7, 8, and the boss order=9 Boss Cell,
((These order numbers 6,7,8,9 are exclusively for saga androids))
......storyboard-----endingandroid.def
choosing the character that I want, and if I want them to be double battles or turns...
and it is that either ArcadePath or Storyboard are currently linked to a single character... and I was looking for different sagas, with and choose any character without limitation..
It would be perfect to be able to implement this online coop but that is already dreaming xD
I hope to make myself understood in the points, I talked about it with people who program at ikemen and they told me that the storyboard thing is still in beta, but I see it as only little details are missing... and something very good can be done
It really is looking better ikemen than mugen, greetings : D
Additional context
No response
Search terms
No response
All reactions