Arena of Fate

Release and comment on game extractors and other tools here.

Moderators: Dazzy, semory

User avatar
chrrox
Posts: 41
Joined: Mon Feb 16, 2015 12:21 pm
Custom Rank: chrrox

Arena of Fate

Post by chrrox »

Here is an extraction tool for this game.
The game uses standard cry engine models.
All you need is python and about 2.5 GB of free space.
Games Website : https://www.arenaoffate.com/
Image
You do not have the required permissions to view the files attached to this post.
User avatar
semory
Site Admin
Posts: 7755
Joined: Sat Aug 04, 2012 7:38 pm
Custom Rank: Kitty pu tu tu lay!
Location: Torrance, CA

Re: Arena of Fate

Post by semory »

you sure know how to find the most obscure games lol
User avatar
Dazzy
Site Admin
Posts: 10369
Joined: Sat Aug 18, 2012 3:15 am
Custom Rank: WestAllen best ship.
Location: With Grant Gustin :ggl:
Contact:

Re: Arena of Fate

Post by Dazzy »

Ooooh nice, thanks for this.
Image
All I wanna do, is come runnin' home to you, come runnin' home to you.
And all my life I promise to, keep runnin' home to you, keep runnin' home to you.
User avatar
chrrox
Posts: 41
Joined: Mon Feb 16, 2015 12:21 pm
Custom Rank: chrrox

Re: Arena of Fate

Post by chrrox »

just an fyi the python script downloads the client.
you don't need any pre existing client to use this.
User avatar
Dazzy
Site Admin
Posts: 10369
Joined: Sat Aug 18, 2012 3:15 am
Custom Rank: WestAllen best ship.
Location: With Grant Gustin :ggl:
Contact:

Re: Arena of Fate

Post by Dazzy »

Ive tried to use the script but get an error:

Code: Select all

Traceback (most recent call last):
  File "C:\Users\----\Downloads\test.py", line 1, in <module>
    import urllib.request
ImportError: No module named request
Image
All I wanna do, is come runnin' home to you, come runnin' home to you.
And all my life I promise to, keep runnin' home to you, keep runnin' home to you.
User avatar
chrrox
Posts: 41
Joined: Mon Feb 16, 2015 12:21 pm
Custom Rank: chrrox

Re: Arena of Fate

Post by chrrox »

What I did was take a fresh install of python 3.4
https://www.python.org/downloads/
I installed it to say C:\Python34
then copy the 2 python scripts into that folder.
then open a command prompt in that directory
and type python.exe test2.py
and after that finishes type
python.exe test3.py
you will see it create 2 directories and download the files there
Try this new download.
You do not have the required permissions to view the files attached to this post.
User avatar
Dazzy
Site Admin
Posts: 10369
Joined: Sat Aug 18, 2012 3:15 am
Custom Rank: WestAllen best ship.
Location: With Grant Gustin :ggl:
Contact:

Re: Arena of Fate

Post by Dazzy »

Oh thanks, it works now. Haven't used test3.py yet because it's still downloading, but i'll do that once its done :)
Image
All I wanna do, is come runnin' home to you, come runnin' home to you.
And all my life I promise to, keep runnin' home to you, keep runnin' home to you.
User avatar
chrrox
Posts: 41
Joined: Mon Feb 16, 2015 12:21 pm
Custom Rank: chrrox

Re: Arena of Fate

Post by chrrox »

Cool glad its working let me know if you have any trouble.
User avatar
Dazzy
Site Admin
Posts: 10369
Joined: Sat Aug 18, 2012 3:15 am
Custom Rank: WestAllen best ship.
Location: With Grant Gustin :ggl:
Contact:

Re: Arena of Fate

Post by Dazzy »

Works great, although it seems like not every character has a chr model in their folder, for example in "hero_joan_of_arc_01" there is no chr file of her main model, yet the other joan of arc folders don't have the same outfit.
Image
All I wanna do, is come runnin' home to you, come runnin' home to you.
And all my life I promise to, keep runnin' home to you, keep runnin' home to you.
User avatar
chrrox
Posts: 41
Joined: Mon Feb 16, 2015 12:21 pm
Custom Rank: chrrox

Re: Arena of Fate

Post by chrrox »

Yeah they are still working on costumes
\gamedot\objects\characters\heroes\hero_joan_of_arc_02
has a chr file.
But you can also just load the model only with the cgf files.
If you open build.manifest
you can search for what zip file contains any file name.

example
ae1f6a955a3583ed63130aa03673e34722456e83 378219 1433415903 bin32/avcodec-53.dll
1f6a955a3583ed63130aa03673e34722456e83.zip contains bin32/avcodec-53.dll
the other 2 numbers are the size
378219 - compressed size
1433415903 - decompressed size

if you want to know when new files are released
check
http://aof-cb.gface.com/dot-staging/api ... /newgsinfo
the current build number is
131325
Post Reply