mirror of
https://github.com/KranX/Vangers.git
synced 2025-12-01 07:25:28 +07:00
Added missing .scb files; reorganized controls screen (now takes 2 less screens and have more intuitive order of functions), added navigation buttons
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -3,6 +3,13 @@ data/*
|
||||
!data/iscreen
|
||||
!data/actint
|
||||
!data/resource/iscreen/oftr2.scb
|
||||
!data/resource/iscreen/oftr.scb
|
||||
!data/resource/actint/aci_hi.scb
|
||||
!data/resource/actint/aci_low.scb
|
||||
!data/resource/actint/acs_low.scb
|
||||
!data/resource/actint/aci_hi2.scb
|
||||
!data/resource/actint/aci_low2.scb
|
||||
!data/resource/actint/acs_low2.scb
|
||||
|
||||
# CMake files
|
||||
CMakeFiles/
|
||||
|
||||
@@ -51,24 +51,30 @@
|
||||
// ------------ Screen: "Controls screen" ENG ------------
|
||||
|
||||
#define Controls_screen_More_Option_PosX1 457
|
||||
#define Controls_screen_More_Option_PosY1 435
|
||||
#define Controls_screen_More_Option_PosY1 395
|
||||
|
||||
#define Controls_screen_Back_Option_PosX1 60
|
||||
#define Controls_screen_Back_Option_PosY1 435
|
||||
#define Controls_screen_Back_Option_PosY1 395
|
||||
|
||||
#define Controls_screen_Defaults_Option_PosX1 210
|
||||
#define Controls_screen_Defaults_Option_PosY1 435
|
||||
#define Controls_screen_Defaults_Option_PosY1 395
|
||||
|
||||
#define Controls_screen_Menu_Option_PosX1 200
|
||||
#define Controls_screen_Menu_Option_PosY1 445
|
||||
|
||||
// ------------ Screen: "Controls screen" LOC ------------
|
||||
|
||||
#define Controls_screen_More_Option_PosX2 382
|
||||
#define Controls_screen_More_Option_PosY2 435
|
||||
#define Controls_screen_More_Option_PosY2 395
|
||||
|
||||
#define Controls_screen_Back_Option_PosX2 130
|
||||
#define Controls_screen_Back_Option_PosY2 435
|
||||
#define Controls_screen_Back_Option_PosY2 395
|
||||
|
||||
#define Controls_screen_Defaults_Option_PosX2 119
|
||||
#define Controls_screen_Defaults_Option_PosY2 483
|
||||
#define Controls_screen_Defaults_Option_PosY2 443
|
||||
|
||||
#define Controls_screen_Menu_Option_PosX2 189
|
||||
#define Controls_screen_Menu_Option_PosY2 493
|
||||
|
||||
// ------------ Screen: "Sound screen" ENG ------------
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -34,6 +34,9 @@
|
||||
#define Controls_screen_Defaults_Option_PosX $Controls_screen_Defaults_Option_PosX1
|
||||
#define Controls_screen_Defaults_Option_PosY $Controls_screen_Defaults_Option_PosY1
|
||||
|
||||
#define Controls_screen_Menu_Option_PosX $Controls_screen_Menu_Option_PosX1
|
||||
#define Controls_screen_Menu_Option_PosY $Controls_screen_Menu_Option_PosY1
|
||||
|
||||
// ------------ Screen: "Sound screen" ------------
|
||||
|
||||
#define Sound_screen_BackSndTrig_PosX $Sound_screen_BackSndTrig_PosX1
|
||||
|
||||
@@ -34,6 +34,9 @@
|
||||
#define Controls_screen_Defaults_Option_PosX $Controls_screen_Defaults_Option_PosX2
|
||||
#define Controls_screen_Defaults_Option_PosY $Controls_screen_Defaults_Option_PosY2
|
||||
|
||||
#define Controls_screen_Menu_Option_PosX $Controls_screen_Menu_Option_PosX2
|
||||
#define Controls_screen_Menu_Option_PosY $Controls_screen_Menu_Option_PosY2
|
||||
|
||||
// ------------ Screen: "Sound screen" ------------
|
||||
|
||||
#define Sound_screen_BackSndTrig_PosX $Sound_screen_BackSndTrig_PosX2
|
||||
|
||||
@@ -126,16 +126,16 @@
|
||||
#define iSTR_Controls1 "Controls"
|
||||
#define iSTR_Controls2 "<22><>ࠢ<EFBFBD><E0A0A2><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#define iSTR_Movement1 "Movement"
|
||||
#define iSTR_Movement2 "<22><><EFBFBD><EFBFBD> I"
|
||||
#define iSTR_Movement1 "Basic Controls"
|
||||
#define iSTR_Movement2 "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>ࠢ<EFBFBD><E0A0A2><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#define iSTR_Utility1 "Utility"
|
||||
#define iSTR_Utility2 "<22><><EFBFBD><EFBFBD> II"
|
||||
#define iSTR_Utility1 "Extended Movement"
|
||||
#define iSTR_Utility2 "<22><><EFBFBD><EFBFBD><EFBFBD>७<EFBFBD><EFBFBD><EFBFBD> <20><>ࠢ<EFBFBD><E0A0A2><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#define iSTR_Combat1 "Combat"
|
||||
#define iSTR_Combat2 "<22><><EFBFBD>"
|
||||
|
||||
#define iSTR_Camera1 "Camera"
|
||||
#define iSTR_Camera1 "Camera Controls"
|
||||
#define iSTR_Camera2 "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#define iSTR_MultiplayerAndMisc1 "Multiplayer and misc."
|
||||
|
||||
BIN
data/resource/actint/aci_hi.scb
Executable file
BIN
data/resource/actint/aci_hi.scb
Executable file
Binary file not shown.
BIN
data/resource/actint/aci_hi2.scb
Executable file
BIN
data/resource/actint/aci_hi2.scb
Executable file
Binary file not shown.
BIN
data/resource/actint/aci_low.scb
Executable file
BIN
data/resource/actint/aci_low.scb
Executable file
Binary file not shown.
BIN
data/resource/actint/aci_low2.scb
Executable file
BIN
data/resource/actint/aci_low2.scb
Executable file
Binary file not shown.
BIN
data/resource/actint/acs_low.scb
Executable file
BIN
data/resource/actint/acs_low.scb
Executable file
Binary file not shown.
BIN
data/resource/actint/acs_low2.scb
Executable file
BIN
data/resource/actint/acs_low2.scb
Executable file
Binary file not shown.
BIN
data/resource/iscreen/oftr.scb
Executable file
BIN
data/resource/iscreen/oftr.scb
Executable file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user