ikemen-engine / Ikemen-GO

An open-source fighting game engine that supports MUGEN resources.
https://ikemen-engine.github.io
Other
729 stars 125 forks source link

VSelect compatibility #292

Closed CitrusHappy closed 3 years ago

CitrusHappy commented 3 years ago

VSelect is extremely useful for creating character selects. Can we make Ikemen GO compatible with the now heavily outdated VSelect or would be better to write a new program specifically for this engine? If so what language would it be written in?

K4thos commented 3 years ago

try converting system.sff file to winmugen format. Even winmugen screenpack in ikemen go uses newer sff versions which are likely not supported by this old tool. Although I have not tested it, so just guessing.

As for the question - it's not our job to make ikemen go compatible with VSelect. VSelect is not open source iirc, so we can't update it.

If so what language would it be written in?

If the tool is external than it doesn't matter in what language it's written.

CitrusHappy commented 3 years ago

I think i will give a try creating a C# application for select editing specifically for this engine. This would give more accessibility to the engine.

ssj17vegeta commented 3 years ago

You said it in your original comment : VSelect is heavily outdated, plus it doesn't support the myriad of new features Ikemen Go provides. A new tool would be much more interesting.

K4thos commented 3 years ago

just tested it and the tool still works fine on ikemen go. What you need to do is placing mugen.cfg file inside data directory with motif parameter pointing to correct system.def file. And if you want to see actual screenpack art you will have to convert screenpack sff file from version introduced in mugen 1.1 to one from 1.0, since the tool does not support former one (both screenpacks distributed with engine use mugen 1.1 format)

edit: posted in vselect topic: https://mugenguild.com/forum/msg.2512935

K4thos commented 3 years ago

tunglashor released updated version of VSelect that support Ikemen GO and improves SFFv2 compatibility (it already supported it before, just had some problem with files generated with Fighter Factory)

https://mugenguild.com/forum/msg.2513563

CitrusHappy commented 3 years ago

wow good thing I didn't put too much time into recreating vselect, good to know tunglashor is active again.