-nosplash


TrevorBradley

Active Member
Joined
Nov 6, 2007
Messages
732
A real quick one here. I can't get ufxi's "-nosplash" parameter to work, before or after the dcb file. Is this just a non-functional parameter?

Here's what I'm trying to run:

CODE
./ufxi ../data/Factor.dcb -nosplash


or

CODE
./ufxi -nosplash ../data/Factor.dcb


Neither removes the Fenix slash screen (as pretty as it is...)
 
I dunno, maybe the parameter is broken with ufenix?
The first one of your tryings always worked for me.
 
You need use double "-"...

Example:

CODE
./ufxi program.dcb --nosplash --speed 150


Regards
 
onumad said:
You need use double "-"...

Example:

CODE
./ufxi program.dcb --nosplash --speed 150
Regards


Puck2099 needs to change his README then... :)

I'll try it out, thanks.
 
Last edited by a moderator:
Trevor Bradley said:
onumad said:
You need use double "-"...

Example:

CODE
./ufxi program.dcb --nosplash --speed 150
Regards


Puck2099 needs to change his README then... :)

I'll try it out, thanks.



Yup, --nosplash with two -'s after the dcb file works.
 
Last edited by a moderator:
Back
Top