Changed: Minor changes
This commit is contained in:
parent
6cefa245d9
commit
575f7aa6db
1 changed files with 7 additions and 7 deletions
|
@ -425,18 +425,18 @@ LoadingStringCount = 0;
|
||||||
|
|
||||||
// Some R2 parameters ...
|
// Some R2 parameters ...
|
||||||
|
|
||||||
R2Mode = 1;
|
R2Mode = 1;
|
||||||
R2EDEnabled = 1;
|
R2EDEnabled = 1;
|
||||||
R2EDExtendedDebug = 0;
|
R2EDExtendedDebug = 0;
|
||||||
R2EDLightPalette = 0;
|
R2EDLightPalette = 0;
|
||||||
R2ClientGw = "r2linux01";
|
R2ClientGw = "r2linux01";
|
||||||
LoadLuaDebugger = 0;
|
LoadLuaDebugger = 0;
|
||||||
CheckR2ScenarioMD5 = 1;
|
CheckR2ScenarioMD5 = 1;
|
||||||
LevelDesignEnabled = 0;
|
LevelDesignEnabled = 0;
|
||||||
|
|
||||||
DmCameraDistMax = 25;
|
DmCameraDistMax = 25;
|
||||||
DmRun = 20;
|
DmRun = 20;
|
||||||
DmWalk = 6;
|
DmWalk = 6;
|
||||||
|
|
||||||
R2EDReloadFiles = {
|
R2EDReloadFiles = {
|
||||||
"r2ed.xml",
|
"r2ed.xml",
|
||||||
|
|
Loading…
Reference in a new issue