Hey,
ich habe eine Frage und zwar, habe ich die Source erfolgreich compiled.
Nun habe ich zum ersten mal was in der Source (start_position.cpp) geändert (Index der maps, start und create position), jedoch ohne Wirkung und ohne Fehlermeldung.
C
- #include "stdafx.h"
- #include "start_position.h"
- char g_nation_name[4][32] =
- {
- "",
- "신수국",
- "천조국",
- "진노국",
- };
- // LC_TEXT("신수국")
- // LC_TEXT("천조국")
- // LC_TEXT("진노국")
- long g_start_map[4] =
- {
- 0, // reserved
- 200, // 신수국
- 200, // 천조국
- 41 // 진노국
- };
- DWORD g_start_position[4][2] =
- {
- { 0, 0 }, // reserved
- { 17634300, 18942200 }, // 신수국
- { 17634300, 18942200 }, // 천조국
- { 969600, 278400 } // 진노국
- };
- DWORD arena_return_position[4][2] =
- {
- { 0, 0 },
- { 347600, 882700 }, // 자양현
- { 138600, 236600 }, // 복정현
- { 857200, 251800 } // 박라현
- };
- DWORD g_create_position[4][2] =
- {
- { 0, 0 },
- { 17649800, 18974800 },
- { 17809800, 19131400 },
- { 957300, 255200 },
- };
- DWORD g_create_position_canada[4][2] =
- {
- { 0, 0 },
- { 457100, 946900 },
- { 45700, 166500 },
- { 966300, 288300 },
- };
Kann mir da jemand behilflich sein?
Danke im Voraus