From 47bbd47ef288c6c58c6443848eb0bd9f6fc7f719 Mon Sep 17 00:00:00 2001 From: OnlyNoob Date: Tue, 1 Dec 2020 19:52:18 +0200 Subject: [PATCH] Update README.md --- README.md | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7174127..4768a13 100644 --- a/README.md +++ b/README.md @@ -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"`