Solved How do you guys test the game ? Force level and character as first thing that loads ? Is there a script that will do it ?

Question that is answered or resolved.

ABK

Well-known member
Like in the title, what is the fatest way to test a game so i dont have to go through select screen and all that, just straight to level with my own character/

Also id love to have reload playuable character script, so it will update all animations and sprites for me, anyone does that when developing ?
 
Solution
you can use a skiptoset and skipselect to jump right to a specific stage with a specific character.
About the reload, you can try this: Tutorial - Updating OpenBOR Content On-The-Fly

Note: I HIGHLY don't recomend you to use LOAD 3 on stages for anything complex (outside of testings).
Works for simple entities, but not for complex ones like bosses or players.
There is a bug on this which cause the engine do a silent crash after certain stages with no trace on the log of what hapened.

This was hauting me for years until @Kratus found the reason.
you can use a skiptoset and skipselect to jump right to a specific stage with a specific character.
About the reload, you can try this: Tutorial - Updating OpenBOR Content On-The-Fly

Note: I HIGHLY don't recomend you to use LOAD 3 on stages for anything complex (outside of testings).
Works for simple entities, but not for complex ones like bosses or players.
There is a bug on this which cause the engine do a silent crash after certain stages with no trace on the log of what hapened.

This was hauting me for years until @Kratus found the reason.
 
Solution
Back
Top Bottom