Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Dead Rising 3 [PC] text & fonts export

Featured Replies

  • Author
  • Localization

jupiter, posted Thu Mar 16, 2023 3:36 pm (75946)


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
  • Author
  • Localization

h3x3r, posted Sat Mar 18, 2023 11:06 am (75973)


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

for i = 0    get strHash uint32
next i

get dummy uint32
math strCount -= 1

for i = 0    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
  • Localization

jupiter, posted Mon Mar 20, 2023 4:33 pm (75989)


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

h3x3r, posted Mon Mar 20, 2023 9:48 pm (75994)


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

jupiter, posted Tue Mar 21, 2023 8:42 am (76003)


still not working when selecting .cvs file it gives error
  • Author
  • Localization

sinnerclown380, posted Tue Mar 21, 2023 9:02 am (76004)


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

you are using an old version of quikbms.
  • Author
  • Localization

jupiter, posted Thu Mar 30, 2023 8:18 am (76107)


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

So I want to put the .txt file back into the .cvs file, how do I do that?
  • Author
  • Localization

pig321pig, posted Thu Mar 30, 2023 6:13 pm (76120)


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

So I want to put the .txt file back into the .cvs file, how do I do that?

use reimport.bat
-----------------------------------------------------------
how to edit a .bcf font?
Image
  • Author
  • Localization

jupiter, posted Sun Apr 02, 2023 5:42 pm (76190)


pig321pig wrote:
jupiter wrote:
h3x3r wrote:
When you reimport3 you must select first bms script then *.cvs file "source" not an exported txt...

So I want to put the .txt file back into the .cvs file, how do I do that?

use reimport.bat
-----------------------------------------------------------
how to edit a .bcf font?
Image

I tried but still got error
  • Author
  • Localization

pig321pig, posted Mon Apr 03, 2023 7:01 am (76199)


jupiter wrote:
pig321pig wrote:
jupiter wrote:
So I want to put the .txt file back into the .cvs file, how do I do that?

use reimport.bat
-----------------------------------------------------------
how to edit a .bcf font?
Image

I tried but still got error

Are there any extra files in the final folder?
  • Author
  • Localization

jupiter, posted Tue Apr 04, 2023 9:06 am (76214)


pig321pig wrote:
jupiter wrote:
pig321pig wrote:
use reimport.bat
-----------------------------------------------------------
how to edit a .bcf font?
Image

I tried but still got error

Are there any extra files in the final folder?


for example which file can you clarify, I still don't understand what you mean
  • Author
  • Localization

pig321pig, posted Tue Apr 04, 2023 9:28 am (76215)


jupiter wrote:
pig321pig wrote:
jupiter wrote:
I tried but still got error

Are there any extra files in the final folder?


for example which file can you clarify, I still don't understand what you mean

make sure you unpack the files into an empty folder
  • Author
  • Localization

jupiter, posted Tue Apr 04, 2023 10:40 am (76216)


pig321pig wrote:
jupiter wrote:
pig321pig wrote:
Are there any extra files in the final folder?


for example which file can you clarify, I still don't understand what you mean

make sure you unpack the files into an empty folder

I mean re-import the file from .txt into .cvs base
  • Author
  • Localization

pig321pig, posted Tue Apr 04, 2023 4:32 pm (76219)


jupiter wrote:
pig321pig wrote:
jupiter wrote:

for example which file can you clarify, I still don't understand what you mean

make sure you unpack the files into an empty folder

I mean re-import the file from .txt into .cvs base

1. Make sure you unpack the files into an empty folder
2. When packing, make sure that there are no unnecessary files in the folder. Only those that you have unpacked!
-----------------------------------------
I'm sorry, but I don't speak English, so I can't explain it to you properly
  • Author
  • Localization

h3x3r, posted Tue Apr 04, 2023 8:36 pm (76222)


You don't need to unpack it into the folder. Script is designed to export it as org filename txt extensoin.
So when you want to reiport make sure that both of files *.txt and *.csv are in same path.

For reimport just select bms script and then *.cvs file. Once reiport is done your *.cvs file will be updated.
  • Author
  • Localization

jupiter, posted Wed Apr 05, 2023 11:11 am (76233)


h3x3r wrote:
You don't need to unpack it into the folder. Script is designed to export it as org filename txt extensoin.
So when you want to reiport make sure that both of files *.txt and *.csv are in same path.

For reimport just select bms script and then *.cvs file. Once reiport is done your *.cvs file will be updated.


I did as you said but it comes up with this error ,
how to fix ?
  • Author
  • Localization

h3x3r, posted Wed Apr 05, 2023 6:09 pm (76237)


Try reimport3_localizations.bat next time... If you did and it doesn't work then I am out of idea. It works on my end.
  • Author
  • Localization

bornaghi, posted Thu Apr 06, 2023 7:06 am (76242)


It's working just like h3x3r said. I don't understand why it doesn't work for you.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.