Difference between revisions of "Ikura GDL (config)"

From Game Research Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Config]]
[[Category:Config]]
This is a related to [[Ikura GDL]].
Configuration for games that use this engine are stored in the registry in the HKEY_CURRENT_USER\Software\<company>\<gametitle>
Configuration for games that use this engine are stored in the registry in the HKEY_CURRENT_USER\Software\<company>\<gametitle>


Line 9: Line 11:
! Position !! Purpose!! Range !! Description  
! Position !! Purpose!! Range !! Description  
|-
|-
| 1 || Display Mode || 00-01 || Fullscreen=0,Window=1
| 1 || Display Mode || 00-01 || Fullscreen=00,Window=01
|-
|-
| 2|| Unknown || Unknown ||
| 2|| Unknown || Unknown ||
|-
|-
| 3 || Unknown || Unknown ||
| 3 || Voice || 00-01 || Disabled/Mute=00,Enabled=01
|-
|-
| 4 || Unknown || Unknown ||
| 4 || Sound effects || 00-01 || Disabled/Mute=00,Enabled=01
|-
|-
| 5 || Unknown || Unknown ||
| 5 || BGM || 00-01 || Disabled/Mute=00,Enabled=01
|-
|-
| 6 || Unknown || Unknown ||
| 6 || Voice Vol|| 00-FF || MIN=00,MAX=FF,Default=80
|-
|-
| 7 || Unknown || Unknown ||
| 7 || Sound effects Vol || 00-FF || MIN=00,MAX=FF,Default=80
|-
|-
| 8 || Unknown || Unknown ||
| 8 || BGM Vol || 00-FF || MIN=00,MAX=FF,Default=80
|-
|-
| 9 || Unknown || Unknown ||
| 9 || Message Speed || 03-00 || MIN=03,MAX=00
|-
|-
| 10 || Unknown || Unknown ||
| 10 || Unknown || Unknown ||
|-
|-
| 11 || Unknown || Unknown ||
| 11 || Window Color (Red) || 00-FF ||
|-
|-
| 12 || Unknown || Unknown ||
| 12 || Window Color (Green) || 00-FF ||
|-
|-
| 13 || Unknown || Unknown ||
| 13 || Window Color (Blue)|| 00-FF ||
|-
|-
| 14 || Unknown || Unknown ||
| 14 || Transmissivity(%) || Unknown || Default=32,Might be transparency of Window
|}
|}
Note: Not all games have all 14 options. Some just have the first 10.

Latest revision as of 08:17, 2 August 2014

This is a related to Ikura GDL.

Configuration for games that use this engine are stored in the registry in the HKEY_CURRENT_USER\Software\<company>\<gametitle>

The company name and internal game title can be found in the *.SUF file in the game's directory.

UserSetup (REG_BINARY)
Position Purpose Range Description
1 Display Mode 00-01 Fullscreen=00,Window=01
2 Unknown Unknown
3 Voice 00-01 Disabled/Mute=00,Enabled=01
4 Sound effects 00-01 Disabled/Mute=00,Enabled=01
5 BGM 00-01 Disabled/Mute=00,Enabled=01
6 Voice Vol 00-FF MIN=00,MAX=FF,Default=80
7 Sound effects Vol 00-FF MIN=00,MAX=FF,Default=80
8 BGM Vol 00-FF MIN=00,MAX=FF,Default=80
9 Message Speed 03-00 MIN=03,MAX=00
10 Unknown Unknown
11 Window Color (Red) 00-FF
12 Window Color (Green) 00-FF
13 Window Color (Blue) 00-FF
14 Transmissivity(%) Unknown Default=32,Might be transparency of Window

Note: Not all games have all 14 options. Some just have the first 10.