little comits

This commit is contained in:
ErikasKontenis 2021-05-08 17:00:06 +03:00
parent f05d5a1a9a
commit e89cdfaabe
8 changed files with 15 additions and 271690 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ vc14/.vs/
/.vs /.vs
/vc14/Debug /vc14/Debug
/vc14/UpgradeLog.htm /vc14/UpgradeLog.htm
/TibianusOTClientEncrypted

View File

@ -5,29 +5,23 @@ DEFAULT_LAYOUT = "retro" -- on android it's forced to "mobile", check code bello
-- If you don't use updater or other service, set it to updater = "" -- If you don't use updater or other service, set it to updater = ""
Services = { Services = {
website = "http://otclient.ovh", -- currently not used website = "https://tibianus.com", -- currently not used
updater = "http://otclient.ovh/api/updater.php", updater = "https://tibianus.com/api/updater.php",
stats = "", stats = "",
crash = "http://otclient.ovh/api/crash.php", crash = "",
feedback = "http://otclient.ovh/api/feedback.php", feedback = "",
status = "http://otclient.ovh/api/status.php" status = "https://tibianus.com/status.php"
} }
-- Servers accept http login url, websocket login url or ip:port:version -- Servers accept http login url, websocket login url or ip:port:version
Servers = { Servers = {
--[[ OTClientV8 = "http://otclient.ovh/api/login.php", Tibianus = "164.132.112.189:7171:792"
OTClientV8proxy = "http://otclient.ovh/api/login.php?proxy=1",
OTClientV8c = "otclient.ovh:7171:1099:25:30:80:90",
OTClientV8Test = "http://otclient.ovh/api/login2.php",
Evoulinia = "evolunia.net:7171:1098",
GarneraTest = "garnera-global.net:7171:1100",
LocalTestServ = "127.0.0.1:7171:1098:110:30:93" ]]
} }
--Server = "ws://otclient.ovh:3000/" --Server = "ws://otclient.ovh:3000/"
--Server = "ws://127.0.0.1:88/" --Server = "ws://127.0.0.1:88/"
--USE_NEW_ENERGAME = true -- uses entergamev2 based on websockets instead of entergame --USE_NEW_ENERGAME = true -- uses entergamev2 based on websockets instead of entergame
ALLOW_CUSTOM_SERVERS = true -- if true it shows option ANOTHER on server list ALLOW_CUSTOM_SERVERS = false -- if true it shows option ANOTHER on server list
g_app.setName("OTCv8") g_app.setName("OTCv8")
-- CONFIG END -- CONFIG END

View File

@ -198,6 +198,13 @@ GamePacketCompression = 111
GameOldInformationBar = 112 GameOldInformationBar = 112
GameHealthInfoBackground = 113 GameHealthInfoBackground = 113
GameWingOffset = 114
GameAuraFrontAndBack = 115 -- To use that: First layer is bottom/back, second (blend layer) is top/front
GameMapDrawGroundFirst = 116 -- useful for big auras & wings
GameMapIgnoreCorpseCorrection = 117
GameDontCacheFiles = 118 -- doesn't work with encryption and compression
GameBigAurasCenter = 119 -- Automatic negative offset for aura bigger than 32x32
LastGameFeature = 130 LastGameFeature = 130

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff