YesNoOk
avatar

Only show rs icon  (Read 685 times)

Started by smartinez281, December 17, 2018, 06:52:22 am
Share this topic:
Only show rs icon
#1  December 17, 2018, 06:52:22 am
  • avatar
  • *
Hi,

I am working on build and want to have only a random select icon to show in the middle of the select screen. That way  a player can not choose anything as a character would be always random but I can not get the hang of it. Anyway to have the characters be hidden and only have the random select icon show?

Pretty much I want to achieve the same results shown  here

Re: Only show rs icon
#2  December 17, 2018, 10:47:06 am
  • ****
  • Retired
  • Terminally Online
    • New Zealand
    • network.mugenguild.com/devon/
Re: Only show rs icon
#3  December 17, 2018, 12:33:30 pm
  • *****
why would he mind 1.1 ? its the superior version of the engine.
Re: Only show rs icon
#4  December 18, 2018, 05:52:15 am
  • avatar
  • *
If you don't mind 1.1, I made a screenpack years back that does exactly that here:
http://mugenguild.com/forum/topics/1280x720-randomugen-devon-mugen-1-1-only-161367.0.html

Looks good but I am running into a problem. I placed the characters in the select.def file and they are not showing up.

I followed the instructions listed in the readme file and still nothing. My characters are in their corresponding alphabet letter folder.

For example, the structure I have is
chars>>A>>CHARACTER FOLDER (for example abyss)

and then in the select file I went ahead and edited this line

Code:
A/placeyourcharacterhere

to the following

Code:
A/abyss

Saved the select .def, loaded up mugen.exe and the character is not showing up[/s]


********************************************

EDIT :

Never mind. I used the format from kung fu man

Saw this

Code:
K/kfm/kfm.def

used that format with abyss such as below

Code:
A/abyss/abyss.def

and all good now! Now the tricky part is to make sure my chars are 1.1 compatible.

Thanks!
Last Edit: December 18, 2018, 06:04:41 am by smartinez281