[PC,PS4] Horizon Zero Down | *.Core file need help
-
- Posts: 25
- Joined: Fri Feb 19, 2021 11:05 am
[PC,PS4] Horizon Zero Down | *.Core file need help
Hello
I extracted the HZD game files using the available tools
The game language files are core
If anyone can make an importer or exporter.
Here is an example of a game language file:
Attachment: simpletext.zip
There is also a bms script for death stranding game language files made by dzika and you can get inspiration from it (death stranding was made with the same engine that HZD was made) and this script did not work on the files of this game
I extracted the HZD game files using the available tools
The game language files are core
If anyone can make an importer or exporter.
Here is an example of a game language file:
Attachment: simpletext.zip
There is also a bms script for death stranding game language files made by dzika and you can get inspiration from it (death stranding was made with the same engine that HZD was made) and this script did not work on the files of this game
Last edited by rezamms on Sun Jul 25, 2021 12:31 pm, edited 5 times in total.
-
- Posts: 25
- Joined: Fri Feb 19, 2021 11:05 am
Re: [PC] Horizon Zero Down | *.Core file need help
Any Help?
(Delutto Or swuforce Or...?)
(Delutto Or swuforce Or...?)
Last edited by rezamms on Sun Jul 25, 2021 12:10 pm, edited 3 times in total.
-
- Posts: 165
- Joined: Wed Jun 01, 2016 5:53 pm
Re: [PC] Horizon Zero Down | *.Core file need help
Change line in bms script:
to
Code: Select all
if MAGIC == 0x31BE502435317445
to
Code: Select all
if MAGIC == 0xB89A596B420BB2E2
-
- Posts: 25
- Joined: Fri Feb 19, 2021 11:05 am
Re: [PC] Horizon Zero Down | *.Core file need help
Oh yes it works right!
But what about importing text?
But what about importing text?
Last edited by rezamms on Sun Jul 25, 2021 12:10 pm, edited 2 times in total.
-
- Posts: 165
- Joined: Wed Jun 01, 2016 5:53 pm
Re: [PC] Horizon Zero Down | *.Core file need help
Use reimport3_localizations.bat and put the exported text file into the folder called "texts" which you must create it.
But it doesn't recalculate SIZE value of the text block. You better should ask for help the author of BMS script.
But it doesn't recalculate SIZE value of the text block. You better should ask for help the author of BMS script.
-
- Posts: 25
- Joined: Fri Feb 19, 2021 11:05 am
Re: [PC] Horizon Zero Down | *.Core file need help
The creator of this script made it for export only
In fact, in such games, an importer is needed to convert the text to the core format or ...
If you can help build an importer, please make one
In fact, in such games, an importer is needed to convert the text to the core format or ...
If you can help build an importer, please make one
Last edited by rezamms on Sun Jul 25, 2021 12:10 pm, edited 2 times in total.
-
- Posts: 218
- Joined: Wed Jul 19, 2017 5:04 am
Re: [PC] Horizon Zero Down | *.Core file need help
hey! don't help this guy!
these persian guys using free scripts and tools to extract money from peoples pocket!
i can prove it! here its site: https://farsisaz.com
as you can see, this guy can't even make a simple code for such a simple string pack and GUID-hash!
i know that some people can't trust me, but look at this link and you will see it
what a shame! money just for a bunch of translated subtitles!? even if you guys tried so hard on this, that doesn't mean that you can sell a pre-created game content!
it's just like that people forced to pay for a fan sub if they want to play in their native language!
i am from azerbaijan, but i know farsi and a little arabic as well, since i lived there for a while because of my job
note: i leaved game modding forever anyway, but when i saw this, i couldn't hold myself to not to post this reply
these persian guys using free scripts and tools to extract money from peoples pocket!
i can prove it! here its site: https://farsisaz.com
as you can see, this guy can't even make a simple code for such a simple string pack and GUID-hash!
i know that some people can't trust me, but look at this link and you will see it
what a shame! money just for a bunch of translated subtitles!? even if you guys tried so hard on this, that doesn't mean that you can sell a pre-created game content!
it's just like that people forced to pay for a fan sub if they want to play in their native language!
i am from azerbaijan, but i know farsi and a little arabic as well, since i lived there for a while because of my job
note: i leaved game modding forever anyway, but when i saw this, i couldn't hold myself to not to post this reply
Last edited by GHOST DEAD on Thu Jul 08, 2021 12:58 pm, edited 1 time in total.
-
- Posts: 25
- Joined: Fri Feb 19, 2021 11:05 am
Re: [PC] Horizon Zero Down | *.Core file need help
I admit that I do not know much about scripting
But I do not know the site you are talking about at all and I do not know what language it is at all
It has nothing to do with me
(I think you confused me with someone else)
But I do not know the site you are talking about at all and I do not know what language it is at all
It has nothing to do with me
(I think you confused me with someone else)
Last edited by rezamms on Sun Jul 25, 2021 12:10 pm, edited 2 times in total.
-
- Posts: 25
- Joined: Fri Feb 19, 2021 11:05 am
Re: [PC] Horizon Zero Down | *.Core file need help
Any help about importer?
Last edited by rezamms on Sun Jul 25, 2021 12:11 pm, edited 2 times in total.
-
- Posts: 719
- Joined: Sat Sep 28, 2019 7:00 pm
Re: [PC] Horizon Zero Down | *.Core file need help
@rezamms: Your previous version of the post before editing was exactly opposite of current one, when you admitted that you know those sites and explained the reason behind why they're selling stuff like that (something about economic situation). Which only proves GHOST DEAD's point that a person asking for free help here and then it's being used in paid solutions - which are sold to more poor people, considering the mentioned economic situation.
This forum is not supposed to be used like that.
This forum is not supposed to be used like that.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: ---deleted---
@rezamms
Why did you delete the content of all your posts?
At least there was still a copy of the first post on Google:
Why did you delete the content of all your posts?
At least there was still a copy of the first post on Google:
Hello
I extracted the HZD game files using the available tools
The game language files are core
If anyone can make an importer or exporter.
Here is an example of a game language file:
Attachment:
simpletext.zip
There is also a bms script for death stranding game language files made by dzika and you can get inspiration from it (death stranding was made with the same engine that HZD was made) and this script did not work on the files of this game
Attachment:
core_string_extract.bms
-
- Posts: 250
- Joined: Sat Dec 27, 2014 8:49 pm
Re: ---deleted---
Here's the posts he deleted:
Post 1:
Post 2:
Post 3:
Post 4:
Post 5:
Post 6:
Post 1:
Hello
I extracted the HZD game files using the available tools
The game language files are core
If anyone can make an importer or exporter.
Here is an example of a game language file:
Attachment: simpletext.zip
There is also a bms script for death stranding game language files made by dzika and you can get inspiration from it (death stranding was made with the same engine that HZD was made) and this script did not work on the files of this game
Attachment: core_string_extract.bms
Post 2:
Any Help?
(Delutto Or swuforce Or...?)
Post 3:
Oh yes it works right!
But what about importing text?
Post 4:
The creator of this script made it for export only
In fact, in such games, an importer is needed to convert the text to the core format or ...
If you can help build an importer, please make one
Post 5:
I admit that I do not know much about scripting
But I do not know the site you are talking about at all and I do not know what language it is at all
It has nothing to do with me
(I think you confused me with someone else)
Post 6:
Any help about importer?
-
- Posts: 1
- Joined: Sun Jul 25, 2021 12:14 pm
Re: [PC,PS4] Horizon Zero Down | *.Core file need help
Hi
I am new to this forum
But I want to improve the text of Horizon zero Dawn.
But it seems that the bms script that has rezamms for download can only be exported and not imported.
I tried to import the core file by reimporting 2, but the game crashes
There seems to be a problem somewhere or this script is not optimal for import
I ask anyone who can build an importer to help us edit this game
I do not have much money, but if someone can really make an importer, he can tell me to pay him $ 10 via bitcoin.
I am new to this forum
But I want to improve the text of Horizon zero Dawn.
But it seems that the bms script that has rezamms for download can only be exported and not imported.
I tried to import the core file by reimporting 2, but the game crashes
There seems to be a problem somewhere or this script is not optimal for import
I ask anyone who can build an importer to help us edit this game
I do not have much money, but if someone can really make an importer, he can tell me to pay him $ 10 via bitcoin.