Difference between revisions of "Secrossphere/FAQ"

From Hgames Wiki
Jump to: navigation, search
(fmt, 100% save)
m (typo)
Line 6: Line 6:
 
*'''Q: 100% save?'''<br />'''A:''' Open "UserData\Save\Save" file in any hex editor and change the 6th byte (at offset 0x5) from 0 to 1.
 
*'''Q: 100% save?'''<br />'''A:''' Open "UserData\Save\Save" file in any hex editor and change the 6th byte (at offset 0x5) from 0 to 1.
 
Example:
 
Example:
<tt>04 00 00 00 01 <u>00</u> 24 00 -> 04 00 00 00 01 <u>01</u> 24 00</tt>
+
<tt>04 00 00 00 01 <u>00</u> 24 00 -> 04 00 00 00 01 <u>01</u> 24 00</tt><br />
 
If you have no file called 'Save', start the game and watch the prologue (or skip it by holding Ctrl key) for the game to create it.
 
If you have no file called 'Save', start the game and watch the prologue (or skip it by holding Ctrl key) for the game to create it.

Revision as of 06:41, 5 May 2016

Illusion

all characters are at least 18


Secrossphere [edit]

Gameplay

Characters

FAQ & Technical Help

Modding

Icon msgbox notice.png This article is a stub. You can help the Hgames Wiki by expanding it.


  • Q: DLC install order?
    A: sec_kounyuu must be installed first, then install other files (sec_02_plus and sec_9p) in any order.


  • Q: 100% save?
    A: Open "UserData\Save\Save" file in any hex editor and change the 6th byte (at offset 0x5) from 0 to 1.

Example: 04 00 00 00 01 00 24 00 -> 04 00 00 00 01 01 24 00
If you have no file called 'Save', start the game and watch the prologue (or skip it by holding Ctrl key) for the game to create it.