ZenHAX
https://zenhax.com/

Dead Rising 3 [PC] text & fonts export
https://zenhax.com/viewtopic.php?f=12&t=18178
Page 1 of 1

Author:  jupiter [ Thu Mar 16, 2023 3:36 pm ]
Post subject:  Dead Rising 3 [PC] text & fonts export

Does anyone know how i can export texts from the game??? I want to translate it to my language but everytime i try to edit "dr3main_en.cvs" the game crashes :-( so can anyone help me unpack and repack file .csv dead rising 3

Attachments:
dr3main_en.rar [241.08 KiB]
Downloaded 19 times

Author:  h3x3r [ Sat Mar 18, 2023 11:06 am ]
Post subject:  Re: Dead Rising 3 [PC] text & fonts export

Code:
###################################################
# Dead Rissing 3 Apocalypse Edition - Text Export #
###################################################
get baseFileName basename
get strCount uint32
string FileName p= "%s.txt" baseFileName

for i = 0 < strCount
   get strHash uint32
next i

get dummy uint32
math strCount -= 1

for i = 0 < strCount
   get strOffset uint32
   savepos tmp
   goto strOffset
   get strName string
   slog FileName strOffset -1
   goto tmp
next i


Tried reimport3 which puts edited strings on the end of file and update offset. But not sure if game can accept it like that.
OK i did a test and seems to be working... BTW I updated the script.
Image
Image

Author:  jupiter [ Mon Mar 20, 2023 4:33 pm ]
Post subject:  Re: Dead Rising 3 [PC] text & fonts export

not working i get this error when trying to reimport3 how to fix ?

Attachments:
image.png [695.42 KiB]
Not downloaded yet

Author:  h3x3r [ Mon Mar 20, 2023 9:48 pm ]
Post subject:  Re: Dead Rising 3 [PC] text & fonts export

When you reimport3 you must select first bms script then *.cvs file "source" not an exported txt...

Author:  jupiter [ Tue Mar 21, 2023 8:42 am ]
Post subject:  Re: Dead Rising 3 [PC] text & fonts export

still not working when selecting .cvs file it gives error

Attachments:
image2.png [645.34 KiB]
Not downloaded yet

Author:  sinnerclown380 [ Tue Mar 21, 2023 9:02 am ]
Post subject:  Re: Dead Rising 3 [PC] text & fonts export

jupiter wrote:
still not working when selecting .cvs file it gives error

you are using an old version of quikbms.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/