forked from OnlyNoob/gm_turbostroi
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# IMPORTANT for gmsv_turbostroi_win64 (Gmod x86-64 beta branch): | ||
To work correctly, you need to unpack and change metrostroi files: | ||
`lua\metrostroi\sv_turbostroi_railnetwork.lua` | ||
`lua\metrostroi\sv_turbostroi_v2.lua` | ||
Change "gmsv_turbostroi_win32" to "gmsv_turbostroi_win64" | ||
Version for Gmod x86-64 beta branch | ||
IMPORTANT: Only for x86-64 beta branch! Can crash server with public branch! | ||
|
||
IMPORTANT: For gmsv_turbostroi_win64 (Gmod x86-64 beta branch): | ||
To work correctly, you need to unpack and change dll names in metrostroi files: | ||
`lua\autorun\metrostroi.lua` (line 289): | ||
`"win32"` -> `"win64"` | ||
|
||
`lua\metrostroi\sv_turbostroi_railnetwork.lua` (line 15): | ||
`"gmsv_turbostroi_win32"` -> `"gmsv_turbostroi_win64"` | ||
|
||
`lua\metrostroi\sv_turbostroi_v2.lua` (line 224): | ||
`"gmsv_turbostroi_win32"` -> `"gmsv_turbostroi_win64"` | ||
|
||
------------------------------------------------------------------- | ||
|
||
Версия для ветки Gmod x86-64 beta | ||
ВАЖНО: Только для бета ветки x86-64! Может вылететь сервер с публичной веткой! | ||
|
||
ВАЖНО: Для gmsv_turbostroi_win64 (бета-ветка Gmod x86-64): | ||
Для корректной работы нужно распаковать и изменить имена dll в файлах метростроя: | ||
`lua\autorun\metrostroi.lua` (строка 289): | ||
`"win32"` -> `"win64"` | ||
|
||
`lua\metrostroi\sv_turbostroi_railnetwork.lua` (строка 15): | ||
`"gmsv_turbostroi_win32"` -> `"gmsv_turbostroi_win64"` | ||
|
||
`lua\metrostroi\sv_turbostroi_v2.lua` (строка 224): | ||
`"gmsv_turbostroi_win32"` -> `"gmsv_turbostroi_win64"` |