Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyNoob authored Dec 1, 2020
1 parent a74e750 commit 47bbd47
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions README.md
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"`

0 comments on commit 47bbd47

Please sign in to comment.