masterdragonson

ROBF Translation EX Readme

Jun 29th, 2015
8,670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. #---------------------------------------------------------------------------
  2. # Current Version ROBF Ver4.1 Translation EX.rar 8.1 MB
  3. # Links
  4. #---------------------------------------------------------------------------
  5.  
  6. https://mega.co.nz/#!yZ1zADSQ!es_xSZftf7g3U4AN9h7LAJkUaFRsoH3_9JLX7IFZNeg
  7.  
  8. #---------------------------------------------------------------------------
  9. # About ROBF Translation EX
  10. #---------------------------------------------------------------------------
  11.  
  12. By Request Of Casian Sarpe Socaci Project envisioned to help in the fan translation of ROBF.
  13.  
  14. Official Game: ROBF
  15. Japanese DLSite link: http://www.dlsite.com/maniax/work/=/product_id/RE112559
  16.  
  17. #---------------------------------------------------------------------------
  18. # USING ROBF Translation EX
  19. #---------------------------------------------------------------------------
  20.  
  21. Use the Manual Patch Method For ROBF Ver4.1
  22.  
  23. 1. Download an RPGMaker decrypter (Included)
  24. 2. Decrypt all files in Game.rgss3a
  25. 3. Move decrypted files into game directory, overwrite when asked
  26. 4. Rename/delete/move Game.rgss3a so it doesn’t conflict with the decrypted files
  27. 5. Move and overwrite using ROBF Translation EX patched files
  28.  
  29. On step 2: Run RPGMaker decrypter, Open File Game.rgss3a, Tools, Extract All Files; This should make an
  30.  
  31. Extracted Folder containing two folders, Data and Graphics;
  32.  
  33. Note 1: If Game Folder is in Japanese or Gibberish (A Sad Attempt To Display Japanese) rename it to something
  34.  
  35. like “ROBF”
  36.  
  37. Note 2: Game.rgss3a must be either changed or removed as it is read before the content that you are
  38.  
  39. overwriting
  40.  
  41. Note 3: ROBF Translation EX: DatabaseTextEnglish.rvtext, DialoguesEnglish.rvtext are text files that contain the
  42.  
  43. translation if you are interested in how much text is in the game, though a few things are still missing.
  44.  
  45. Should Look Something like
  46. \ROBF\
  47. Audio
  48. Data
  49. Fonts
  50. Graphics
  51. Save
  52. System
  53. DatabaseTextEnglish.rvtext
  54. DialoguesEnglish.rvtext
  55. Game.exe
  56. Game.ini
  57. ScriptTextEnglish.rvtext
  58. Misc *.txt Files
  59.  
  60. Modified Game.ini For These Additions:
  61. WinMode= Discription
  62. Fit fits the game window to monitor size
  63. Full switches to full screen unless already full screened
  64. Window switches to window screen unless already windowed
  65. Resize resize the window to whatever size defined in
  66. Width & Hight (Might Cause Crash)
  67.  
  68. Width Set As Positive Integer
  69. Hight Set As Positive Integer
  70.  
  71. #---------------------------------------------------------------------------
  72. # Translators Update Patch In EX
  73. #---------------------------------------------------------------------------
  74.  
  75. If any of the following files are found on startup
  76. rv1 = "DatabaseTextEnglish_Update.rvupd"
  77. rv2 = "DialoguesEnglish_Update.rvupd"
  78.  
  79. Note: English is an example, current language set will be used
  80.  
  81. Game will sync matching entries with new values and update corisponding rvtext file
  82. However will not append new entries (ones not already in rvtext file)
  83. This feature is new and well new; Backup rvtext file before using
  84. rvupd is a plain txt file formatted similar to:
  85.  
  86. # File: DatabaseTextEnglish_Update.rvupd
  87. #------------------------------------------------------
  88. # States (partial translation) For DatabaseTextEnglish.rvtext
  89.  
  90. <<states/31/name>>
  91. Hi Berserk
  92.  
  93. <<states/31/message1>>
  94. has gone berserk!
  95.  
  96. <<states/31/message2>>
  97. has gone berserk!
  98.  
  99. <<states/31/message3>>
  100. is rampaging...
  101.  
  102. <<states/31/message4>>
  103. has calmed down!
  104.  
  105. #------------------------------------------------------
  106.  
  107. Once an rvupd is used a prefix "_used" is added to the end
  108. DatabaseTextEnglish_Update.rvupd_used Added as an example
  109. Rename to DatabaseTextEnglish_Update.rvupd and start game
  110. To see how it works
  111.  
  112. Note 1: Code used "<<" to filter entries, don't use them in description
  113. Note 2: Compare Backup Data to New File using WinMerge or equivalent
  114.  
  115. #---------------------------------------------------------------------------
  116. # Translators Used In EX
  117. #---------------------------------------------------------------------------
  118.  
  119. * Casian Sarpe Socaci
  120. * Google Translate
  121.  
  122. #---------------------------------------------------------------------------
  123. # Scripts Used In EX
  124. #---------------------------------------------------------------------------
  125.  
  126. DerTraveler - Language File System
  127. Version: 1.3
  128. Note: Unofficial Edit For Bug Fixes/Integration
  129. Extension: Text Viewer
  130. Version 1.0
  131. http://forums.rpgmakerweb.com/index.php?/topic/17964-language-file-system/
  132.  
  133. Modern Algebra - Global Text Codes [VXA]
  134. Version: 1.0a
  135. http://rmrk.net/index.php/topic,44810.0.html
  136.  
  137. KilloZapit - Word Wrapping
  138. Version: The Seventh
  139. Note: Unofficial Edit For Bug Fixes
  140. http://www.rpgmakervxace.net/topic/6964-word-wrapping-message-boxes/
  141.  
  142. KilloZapit - Cache Back
  143. Version: 5
  144. http://www.rpgmakervxace.net/topic/9799-faster-loadtimes-with-less-memory-or-your-cache-back/
  145.  
  146. V.M of D.T. - Basic Window Resizer
  147. Version: 1.1
  148. http://forums.rpgmakerweb.com/index.php?/topic/2033-basic-window-resizer/
  149.  
  150. Yanfly Engine Ace - Debug Extension
  151. Version: 1.01
  152. https://yanflychannel.wordpress.com/rmvxa/utility-scripts/debug-extension/
  153.  
  154. #---------------------------------------------------------------------------
  155. # HISTORY
  156. #---------------------------------------------------------------------------
  157.  
  158. 06-28-2015 First Release By Request Of Casian Sarpe Socaci
  159. EX Using Skeleton Framework From MGQ Paradox Translation EX
  160. A lot still needs done...
Add Comment
Please, Sign In to add comment