-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
database "archeage_world" #4
Comments
From which version of the client? |
it's still an old database April 2013. But I think already at least something =) |
This is a problem with the removal of crypt. |
I think for testing you can try to use this database for now. It has a lot of information |
I have similar database files in Russian-Korean language. |
so why not take data with it? there are all the NPCs, mob's, quests ... I though not a programmer, but I think it's easier than completely all the packages to paint. Yes, and in the database there are data on the menu, skills and more |
I think not in vain all the same in the gameserver there is a database and connect it I think it's just ... P.S And when I dug in the client files (game.pak) for a long time, I found .xml with NPC coordinates. Maybe the information was useful) Thanks for your work) |
Before using the database is still far away. We still can not create heroes and delete them. |
I guess we need a new database, that saves character data like name, classes and stuff. From looking at databases in BDO and Aion, we might be able to try around a bit, maybe we get to the point where we have the right syntax and structure. |
What is it and why is it needed? It would have been better if it has been version 1.x. |
im kinda confused by that it sais 2013 but client im assuming the 3003 means 3.0.0.3 release atleast on eu/na was at around 2016 so if that client is 3.0 and from 2013 maybe the compact.sqlite is still unencrypted. anyone with fast download speeds can confirm it by downloading/extracting? |
likewise .. |
Now I read rf-cheats, it says that the encryption was introduced in 1.8, and the date of the torrent is 17.12.2016. Therefore, I think it makes no sense. I have db 2.0, it is also encrypted in a new way. On piratebay lie the torrents cbt, obt, and v1.2, but no distributors. |
all the compact.sqlite3 and i assume, until proven otherwise, the newer encrypted ones also lack some tables that would be needed like spawntables those are prolly never were included in the client database as from what i can tell most of the database is to have less server interaction on things like getting recipes etc and not having to code it each time when you add or change one. so i think on filling most of the database will still have to e done manually more or less. |
quick add to my previous statement, did some research so to speak and came up with that the russian clients started or atleast at some point included a compact_server.sqlite3 which would be the database needed for the server. |
Maybe this http://megaoblako.ru/games/456-archeage-l-rus-rus-2013-10-rossiya-klient-ot-150214.html (https://cloud.mail.ru/public/cdaf4fb889b9/Archeage_enotbox.com.rar) old client (v 1.0), but i not sure. I try to download it. |
I unpack it. It really v1.x version (I saw the verse version 1). But when i try to start it, his open https://games.mail.ru/support/aa/#/questions/1515 |
P.S. |
decrypted.data (key) |
we must work together and not give up ! |
Yes. And I believe that we should not try to copy the current server, and ---train-on-cats--- try something like classic. If we can run the client 😄. But this I just dream. |
it's possible ! 🙂 |
I'm japan AA Player.
I am sorry Russian and English are poor at me.
It writes in English using a translation engine.
It may be the already known information.
I found how to decrypt compact.sqlite3.
Step1.
Unpack game_pak(compact.sqlite3)
->ArcheAgePackTool
Step2.
create decrypted.data
->ConsoleApplication1.exe
Step3.
add compact.sqlite3 head 16byte zero
Step4
decrypt compact.sqlite3(with head16bytezero)
aes 128 cbc,padding none,key&iv=decrypted.data
Step5
remove head16byte from decrypt result
->decrypted.sqlite3
The file of sqlite3 which can be read was able to be acquired in the
above-mentioned way.
Japanese client
PS.
ArcheAgePackTool、AA-CDB、archeagedatabase.net is very useful.
thank you.
//Does anyone know anything about this?
2018-08-16 14:43 GMT+03:00 Projet Dharma <[email protected]>:
… it's possible ! 🙂
But we must continuous the projet..
As ArchRage and better
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANBL5Zy2ltMpmR2tK-Lad8r0AQH5xOfDks5uRVrUgaJpZM4V5qbz>
.
|
The v1 client's database is also encrypted. |
I also found this besides the databse in the cliend: |
I tried everything I already know, but I could not remove this error in the database. Maybe someone knows how to fix it?
|
where do you get this error |
I found this SHA1 code in Archeage.exe: 4b23a29352c5d6c96d169c15aebb96c29d5e7b4c From the given client above (URL) |
12darko, |
@DancerS lay out please, I couldn't adjust dedicatedserver.exe |
@NL0bP this file is original sourse server... and files megamax. |
@NL0bP If you manage to launch the original server, please tell me how you did it ...)) Personally, I have an error with the database ... "README FILES" - the file instructions that I added there |
I go pay a DEV for coding and Decrypt the database |
@D365i Do you have someone who can do that or are you just saying you would in case you find someone? |
@JeyFrey |
@D365i Sounds good. Any chance that person will join our discord? |
👌🏻 Success |
Wow okay sounds good, where did you get the guy from? Sounds very interesting. Yea check our discord, link can be found on the discord tab in the wiki section of this project. |
has already his name of projet-dharma |
@D365i |
Good |
@D365i this is excellent) go into the discord, throw the files into the channel files |
Okay |
@D365i https://discord.gg/vn8E8E6 |
Thank you |
Hello, what if you try to create and fill the archeage_world database? I have a sqlite database, which I rebuilt in sql ... But as I see Gameserver it's not even looking for it.
Archeage_world
The text was updated successfully, but these errors were encountered: