Page 15 of 25

Re: Horizon Zero Dawn

Posted: Thu Mar 26, 2020 10:45 pm
by erik945
preview:

Re: Horizon Zero Dawn

Posted: Fri Mar 27, 2020 8:42 am
by gokuhs
Thanks erik945 i try it as soon as I have a while :)

Re: Horizon Zero Dawn

Posted: Fri Mar 27, 2020 2:08 pm
by rushard
erik945 wrote: Thu Mar 26, 2020 10:39 pm A script for batch file extraction.
You will need the original daemon1's tool.
Edit the "INTERFACE" section:
Select the paths to the tool and files, select the steps (True - execute, False - skip).
Step 0 and 1 need to be performed once, then you can just turn them off
(step_0_create_res_file = False
step_1_unpack_bin = False)
resources are extracted to the tool_path
Models and textures will be converted ONLY from the work_dir folder (now configured for robot scout)
In the process of step 3, the script creates skel_work folders - for skeletons and join_geo - for finished geometry combined with skeletons.
These models are referred to as __join __ (the name of the used skeleton ) and include all fragments from the parts folder.

step4_convert_robots - the most complex, I recommend converting only one robot at a time. Disable this step when it is not needed - otherwise it will try to convert each character as a robot, this can lead to errors.
To perform step 4, you must first perform step 3. Make sure step_3_generate_chars = True
The operation of the algorithms is tied to folder names. Better not rename them if you are not sure.
specify the path to the folder for the templates in the variables robot_template_dir and robot_template_dlc_dir

After successful completion of step 4, in the join_geo folder will be created files the __1_joinRobot_static_zero_skeleton, __2_joinRobot_skin_custom_skeleton, __3_joinRobot_fix_skeleton.
You must sequentially load them into your 3d editor (max, blender, etc). Make sure that when loading skeleton only it pose are updated, the skeleton itself should not be loaded again - otherwise you will get three copies of it.
First load __1_joinRobot_static_zero_skeleton first - it contains destructible parts of the robot
Second load __2_joinRobot_skin_custom_skeleton second - contains the base of the robot
Third load __3_joinRobot_fix_skeleton - fixes the position of bones and destructible parts
Now you must have correct model of robot

During the script operation, may appear windows with error (crash Horizon) - this is normal. The script itself will close them.
During all the work of the programs, you will need the source *.bin files - never remove them.
Make sure that no extraneous .bin files get into the folder with source *.bin files - this can lead to errors.
Tested on python 3.7, but should work on older 3.x

Good luck.
Thanks for your decision! Maybe you know where background music is stored?

Re: Horizon Zero Dawn

Posted: Fri Mar 27, 2020 4:59 pm
by erik945
Not sure, maybe
...\Image0\packed_pink\sounds\music\... ?

Re: Horizon Zero Dawn

Posted: Thu Jul 30, 2020 11:16 am
by Faithfullfaun
Horizon is coming to PC would it be possible to get an update for PC? :)

Re: Horizon Zero Dawn

Posted: Thu Jul 30, 2020 11:20 am
by gokuhs
Faithfullfaun wrote: Thu Jul 30, 2020 11:16 am Horizon is coming to PC would it be possible to get an update for PC? :)
And it may even have better graphics [roll]

Re: Horizon Zero Dawn

Posted: Mon Aug 10, 2020 5:12 am
by d875j
Any word on a PC Tool? And please allow it to extract all files from game and repack. I love to work on a visual mod.

Re: Horizon Zero Dawn

Posted: Mon Aug 10, 2020 9:04 am
by qs12
d875j wrote: Mon Aug 10, 2020 5:12 am Any word on a PC Tool? And please allow it to extract all files from game and repack. I love to work on a visual mod.
https://github.com/Jayveer/Decima-Explorer

Re: Horizon Zero Dawn

Posted: Tue Aug 11, 2020 11:37 am
by sgiath
Any news on extracting sounds from the PC version?
I think that nobody got the music files from the PS4 version...

Re: Horizon Zero Dawn

Posted: Wed Aug 12, 2020 4:19 am
by d875j
qs12 wrote: Mon Aug 10, 2020 9:04 am
d875j wrote: Mon Aug 10, 2020 5:12 am Any word on a PC Tool? And please allow it to extract all files from game and repack. I love to work on a visual mod.
https://github.com/Jayveer/Decima-Explorer
Awesome but now i have another road block. Can't edit the .core files for visuals for the game. Love to edit these to push visuals.

Re: Horizon Zero Dawn

Posted: Wed Aug 12, 2020 8:07 am
by kilik
anyway for extract audio sound

Re: Horizon Zero Dawn

Posted: Sun Aug 16, 2020 3:27 pm
by mathieuraw22
I don't know how to do to extract so if someone can send me Aloy files with texture and cetera. Like that I import direct in 3DS max, thnaks.

Re: Horizon Zero Dawn

Posted: Tue Aug 18, 2020 1:30 pm
by JavedWilde
Im geting this error
im trying to extract files from the pc version

I used DecimaExplorer by Jayveer to extract the core files

but have no clue how to proceed from there
any help
Image

Re: Horizon Zero Dawn

Posted: Tue Aug 18, 2020 1:32 pm
by JavedWilde
mathieuraw22 wrote: Sun Aug 16, 2020 3:27 pm I don't know how to do to extract so if someone can send me Aloy files with texture and cetera. Like that I import direct in 3DS max, thnaks.
i found this
https://www.deviantart.com/luxox005/art ... -730788272

Re: Horizon Zero Dawn

Posted: Wed Aug 19, 2020 2:54 am
by MrMendelli
I don't know if you still watch this thread, but it seems like it was last active recently. Are there plans for PC support? Will the tool eventually be open source?