复制这段内容后打开百度网盘App,操作更方便哦。
链接:https://pan.baidu.com/s/1mTcTMBAoeSCx4JwRjDae-A
提取码:9F1w --来自百度网盘超级会员V3的分享
[IMG][/IMG]
复制这段内容后打开百度网盘App,操作更方便哦。
链接:https://pan.baidu.com/s/1mTcTMBAoeSCx4JwRjDae-A
提取码:9F1w --来自百度网盘超级会员V3的分享
[IMG][/IMG]
Well, It's about time.
I hope you enjoy this release as I did a long time ago
If you like Python, this is for you. 90% of the entire game is coded in Python which is pretty much what caused the downfall of this project that led to development hell and lead to cancellation.
I don't have tutorials, nor do I have any interest. But I just want to warm that this game is very incomplete and contains a lot of bugs. You can only have fun if you know Python.
I just need that link to be in Gdrive since I lost the client a long time ago and I just want to play with the assets models
Would anyone be able to re-upload to google drive/mega/mediafire?
Would take some time, but yeah
- - - Updated - - -
Server
Client
pack/unpack
GM Commands
Code:/notice /summon /bookset /teleport /transfer /enterHome /leaveHome /run /startQuest /cancelQuest /addToFinishedQuests /removeFromFinishedQuests /questStates /test_menu_selection_marker /testload /move /whereami /action /getProperty /setProperty /resetCutscene /item /uncarve /batch /forcetransfer /whereis /playerlist /checkmemory /behaviortree /kickout /kickoutAll /stamina /refreshkiranaconditionz /refreshkc /time /dump /resetZone /resetTerrain /controlZoneEnter /getRelationship /setRelationship /level /emptyinven /loot /hottimez /ho /spmaxz /sp /kimaxz /ki /giveItem /ban /account /character /server /debugAI /dumpuser /resetNPC
![]()
![]()
Just some extra info about the files themselves.
Hope this helps out.
Client - not work...
Server[Maybe, it is test client...] - work
(However, because of the high system requirements of this game,
I have a hard time playing this game.
Too slow.)
Server and client works using the pre-registered account Tac. I think server settings are compiled directly into the pyc files.
thought it was Peru chronicles anywway nice release
Game cannot be played on non-korean systems. So anybody who has the src could please share app.py with us so we can remove that check?
I don't think anyone has the src according to my connections.
Have you determine if it's a codepage issue? I can probably write something quickly if that's the issue
Your connections said earlier that it contains sources for both Python and C++ :p.
Anyway yes it CP issue, but usual "codepage fakery" doesn't work since python uses its own system to determine
I never really got a hold of the server files myself. So I was just going based on what I was told in the past. I really thought it was Python which it is, but I wouldn't think it would be compiled Python code I guess that makes things a bit difficult huh.
If the usual LC Emu trick doesn't work, we'll have to dig deeper. I'm mostly busy with other projects however and this is the lowest of my priorities, I can probably look into it in a week or two.
Does the client CTD or has a MessageBox? Those are usually easy to detect with a debugger.
It does have a messagebox yes, I also found it in decompiled app.py
issue is that the decompilation failed half way down the file :S and its not possible to just replace the app.pyc with app.py because of this.Code:if currentLocale != 'cp949': if self.Renderer.NativeWindowHandle: text = 'Unsupported system locale : {}'.format(currentLocale) text += '\n\nTo execute the client, change system locale to cp949 (Korean)' self.showWindowsMessageBox(text) self.nxlog = None self.quit(0) return