Jump to content


Photo

-nosplash


  • Please log in to reply
4 replies to this topic

#1 Trevor Bradley

Trevor Bradley

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 653 posts

Posted 19 March 2008 - 11:41 AM

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

#2 Quiest

Quiest

    I like turtles!

  • GP Guru
  • 3062 posts
  • Gender:Male
  • Location:Dteuschland ;)
  • Interests:Bla. Blabla. Blablabla. Blablablabla. Do you really have to read every crap?

Posted 19 March 2008 - 12:27 PM

I dunno, maybe the parameter is broken with ufenix?
The first one of your tryings always worked for me.

#3 onumad

onumad

    Member

  • Members
  • PipPip
  • 25 posts

Posted 19 March 2008 - 02:35 PM

You need use double "-"...

Example:

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


Regards

#4 Trevor Bradley

Trevor Bradley

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 653 posts

Posted 19 March 2008 - 07:21 PM

QUOTE(onumad @ Mar 19 2008, 07:35 AM) View Post

You need use double "-"...

Example:

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


Regards


Puck2099 needs to change his README then... smile.gif

I'll try it out, thanks.

#5 Trevor Bradley

Trevor Bradley

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 653 posts

Posted 20 March 2008 - 02:47 AM

QUOTE(Trevor Bradley @ Mar 19 2008, 12:21 PM) View Post

QUOTE(onumad @ Mar 19 2008, 07:35 AM) View Post

You need use double "-"...

Example:

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


Regards


Puck2099 needs to change his README then... smile.gif

I'll try it out, thanks.



Yup, --nosplash with two -'s after the dcb file works.