ZenHAX

Free Game Research Forum | Official QuickBMS support | twitter @zenhax
It is currently Thu Mar 30, 2023 4:30 am

All times are UTC




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Thu Mar 16, 2023 3:36 pm 

Joined: Thu Mar 16, 2023 3:27 pm
Posts: 4
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 18 times
Top
   
PostPosted: Sat Mar 18, 2023 11:06 am 

Joined: Wed Jun 01, 2016 5:53 pm
Posts: 175
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


Top
   
PostPosted: Mon Mar 20, 2023 4:33 pm 

Joined: Thu Mar 16, 2023 3:27 pm
Posts: 4
not working i get this error when trying to reimport3 how to fix ?


Attachments:
image.png [695.42 KiB]
Not downloaded yet
Top
   
PostPosted: Mon Mar 20, 2023 9:48 pm 

Joined: Wed Jun 01, 2016 5:53 pm
Posts: 175
When you reimport3 you must select first bms script then *.cvs file "source" not an exported txt...


Top
   
PostPosted: Tue Mar 21, 2023 8:42 am 

Joined: Thu Mar 16, 2023 3:27 pm
Posts: 4
still not working when selecting .cvs file it gives error


Attachments:
image2.png [645.34 KiB]
Not downloaded yet
Top
   
PostPosted: Tue Mar 21, 2023 9:02 am 

Joined: Tue Apr 07, 2020 10:34 am
Posts: 64
jupiter wrote:
still not working when selecting .cvs file it gives error

you are using an old version of quikbms.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 6 posts ] 

All times are UTC


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Limited