[Resolved] Little edit in REMEMBER_LOGIN function / RMX-OS.

Started by Guilink, September 14, 2010, 03:49:57 am

Previous topic - Next topic

Guilink

Hi sexy guys...

I need that on the login screen... the "REMEMBER_LOGIN" function just to show me only the last "username"  ... and not username and Password.


Thanks!

Srry for bad english

Edit: Resolved.
Thanks Wizered67 and Blizzard !
Waiting for BABS Controller for RMX-OS update! '-'

www.manaextreme.blogspot.com (my brazilian game-newblog)

Wizered67

September 16, 2010, 11:57:56 pm #1 Last Edit: September 17, 2010, 12:04:56 am by Wizered67
I can't guarentee any results, but I found these lines in RMX-OS
if RMXOS::Options::REMEMBER_LOGIN
     # create data stream
     stream = "#{@username_window.text}\t#{@password_window.text}"


You should play around with it and try changing that last part to somehting like
stream = "#{@username_window.text}"


You might want to try it on a test game first because it might mess up your game.....

edit: I tested it and it didn't work. When I did that it didn't remember anything, so I don't think I can help you. sorry.

Blizzard

There's another place where you need to edit it because this part is only for saving. You need to disable the reading as well.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Guilink

I got it!  :)

The tips were very useful, thanks Wizered67 and Blizzard !
Waiting for BABS Controller for RMX-OS update! '-'

www.manaextreme.blogspot.com (my brazilian game-newblog)