masterdragonson

MGQ Paradox EX Archive History

Aug 9th, 2015
966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.84 KB | None | 0 0
  1. #---------------------------------------------------------------------------
  2. # MGQ Paradox EX Archive History
  3. #---------------------------------------------------------------------------
  4.  
  5. 05-07-2015 First Release, Using: Language File System
  6. EX 0.1 Had Database Load Error, Dialogue Working
  7. KilloZapit - Word Wrapping Added To Compensate For Google Translate
  8. Incorporating Dargoth's 1.02a Patch Data
  9.  
  10. 05-18-2015 Found Database Cleaning Feature In Post Production
  11. EX 0.2 Altered Language File System To Work With This
  12. Database Working
  13.  
  14. 05-26-2015 Worked On Extracting Script Text Data And Incorporated
  15. EX 0.3 Into Language File System
  16.  
  17. 06-02-2015 Fanservicefan Translated Some Data, better than Google Translate
  18. EX 0.4 Incorporating Data
  19.  
  20. 06-04-2015 Researching Error With KilloZapit - Word Wrapping
  21. EX 0.4c Temp Patch To Handle Nil Upcase Error
  22.  
  23. 06-05-2015 If I could make a meme of something raping Google Translate I would...
  24. EX 0.4d Cleaned Up DialoguesEnglish.rvtext; Rough Review Of 327,825 Lines Of Data
  25. Added EX Readme
  26.  
  27. 06-05-2015 Minor Update Cleaning Up Nanabi
  28. EX 0.4e Used: http://monstergirlquest.wikia.com/wiki/Nanabi
  29. Guessed Interpritation Using Previous Google Translate Data
  30. Skill 3757 and 3759 Look Similar, Keeping Names Separate For Debugging
  31.  
  32. 06-06-2015 Minor Update Adding Script Basic Window Resizer v1.1
  33. EX 0.4f Sets the max Res Possible.
  34. Graphics.resize_screen(640, 480)
  35. Modified Language File System To Also Praise Game.ini For These Additions:
  36. WinMode= Discription
  37. Fit fits the game window to monitor size
  38. Full switches to full screen unless already fullscreened
  39. Window switches to window screen unless already windowed
  40. Resize resize the window to whatever size defined in
  41. Width & Hight (Might Cause Crash)
  42.  
  43. Width Set As Positive Integer
  44. Hight Set As Positive Integer
  45.  
  46. 06-06-2015 Error Update Language File System
  47. EX 0.4g Array Saved To rvtext Not Restored Correctly
  48. Script Updated To Handle
  49. SaveSystemData/FailureMes1, SaveSystemData/FailureMes2,
  50. SaveData/FailureMes1, SaveData/FailureMes2,
  51. Event_Search/DATA_EVENT_SYMBOL
  52.  
  53. 06-07-2015 Error Update Language File System
  54. EX 0.4h @name not updated correctly in
  55. class Game_Actor < Game_Battler
  56. def display_level_up(new_skills)
  57. Problem is in Language File System and an error report has
  58. been posted on its developers site
  59. http://forums.rpgmakerweb.com/index.php?/topic/17964-language-file-system/
  60. A temp fix has been created to address this issue
  61.  
  62. 06-07-2015 Researched Special Codes For RPG Maker VX Ace
  63. EX 0.4i Added Script modern algebra - Global Text Codes [VXA]
  64. http://rmrk.net/index.php/topic,44810.0.html
  65. Found This Was Added In Dargoth 1.02a Patch
  66.  
  67. 06-09-2015 Fixed Chome’s Reverse Rape In DialoguesEnglish.rvtext
  68. EX 0.4j
  69.  
  70. 06-09-2015 Troops Battle Event Pages Now Scanned By Language File System
  71. EX 0.4k Only a few battles actually use this at the moment
  72. This Update Affects DialoguesEnglish.rvtext & DialoguesJapanese.rvtext
  73.  
  74. 06-10-2015 Error: Eva unlimited_choices for Request
  75. EX 0.4l One day I will filter this better so I don't have
  76. to update these manually...
  77. Partial integration of Fanservicefan translations
  78.  
  79. 06-12-2015 Error: Weapon 523 Not Named
  80. EX 0.4m Integration of Fanservicefan Translations 06-12-2015
  81. For Complete List Please See
  82. http://pastebin.com/YUpBDXZN
  83. Casian Sarpe Socaci Edits And Cleanup Reviewed From Weapons Down
  84. English RVTEXT Files Updated
  85.  
  86. 06-13-2015 Integration of Fanservicefan Translations 06-13-2015
  87. EX 0.4n For Complete List Please See
  88. http://pastebin.com/YUpBDXZN
  89. This Update Affects ScriptTextEnglish.rvtext
  90. Added Script: KilloZapit - Cache Back
  91. Hopefully This Improves Performance A Bit
  92. Back end items affected.
  93. Requires: \Graphics\System\
  94. faceframe.png AND statusbackdrop.png
  95.  
  96. 06-14-2015 Integration of Fanservicefan Translations 06-14-2015
  97. EX 0.4o For Complete List Please See
  98. http://pastebin.com/YUpBDXZN
  99. English RVTEXT Files Updated
  100. Cleanup of RVTEXT files
  101. RVTEXT files sorted some corrections made
  102. Added 2 Functions To Language File System
  103. update_rvtext_file(filename2, filename1 = nil, sorted = true,
  104. onlykeys = false, trueupdate = true)
  105. load_rvtext_update
  106. What they do:
  107. If any of the following files are found on startup
  108. rv1 = "DatabaseTextEnglish_Update.rvupd"
  109. rv2 = "DialoguesEnglish_Update.rvupd"
  110. rv3 = "ScriptTextEnglish_Update.rvupd"
  111. Game will sync matching values and update corisponding rvtext file
  112. This feature is new and well new; Backup rvtext file before using
  113. rvupd is a plain txt file formatted similar to
  114. Fanservicefan Translations Conversions
  115. Once an rvupd is used a prefix "_used" is added to the end
  116. DatabaseTextEnglish_Update.rvupd_used Added as an example
  117.  
  118. 06-15-2015 Integration of Fanservicefan Translations 06-15-2015
  119. EX 0.4p For Complete List Please See
  120. http://pastebin.com/YUpBDXZN
  121. Updated DatabaseTextEnglish.rvtext and ScriptTextEnglish.rvtext
  122. Backend Items Affected
  123. Updated Library(Translation)
  124. Removed Word-Wrap Overrides For
  125. Foo::JobChange::Window_ClassStatus
  126. Modified These Job Descriptions
  127. http://pastebin.com/QzFdMhtP
  128.  
  129. 06-18-2015 Integration of Fanservicefan Translations 06-18-2015
  130. EX 0.4q For Complete List Please See
  131. http://pastebin.com/YUpBDXZN
  132. Updated ALL RVTEXT Files
  133. Backend Items Affected
  134. Updating Special Functions
  135. Though Useful To Me Don't Offer
  136. Much Otherwise. Also reviewing
  137. Dargoth's repository, fascinating...
  138.  
  139. 06-18-2015 Update For Integration of Fanservicefan Translations 06-18-2015
  140. http://pastebin.com/R1zifhNU
  141. Updated DialoguesEnglish.rvtext
  142.  
  143. 06-20-2015 Cleaned Up Places Based off Fanservicefan Translations: Warps
  144. http://pastebin.com/tsFZZdBG
  145. Updated ScriptTextEnglish.rvtext
  146.  
  147. 06-26-2015 Testing Filter System...
  148. EX 0.4r You win some you lose some
  149. Fixed Bug With Vitae Request
  150. Updated ALL RVTEXT Files
  151. Backend Items Affected
  152.  
  153. 06-26-2015 Integration of Casian Sarpe Socaci Skill Messages Update 06-26-2015
  154. http://pastebin.com/e9qs8pf8
  155. Updated DatabaseTextEnglish.rvtext
  156.  
  157. 06-27-2015 Integration of Casian Sarpe Socaci Item Description Updates 06-27-2015
  158. http://pastebin.com/bxmSQYfK
  159. Updated DatabaseTextEnglish.rvtext
  160.  
  161. 06-29-2015 Integration of Casian Sarpe Socaci Weapon Description Updates 06-29-2015
  162. EX 0.4s http://pastebin.com/qGvw9nmZ
  163. Updated DatabaseTextEnglish.rvtext
  164. Update to DialoguesEnglish.rvtext
  165. Cleanup Of:
  166. 003 - Secret Tent
  167. 051 - Pornfu
  168. 276 - Pocket Castle 2F West
  169. 624 - Grand Theatre
  170. 625 - Casino
  171. 633 - Sabasa Castle 2F
  172. 645 - Sacred Mountains Amos
  173. Backend Items Affected (Minor Cleanup Of Sort Function)
  174.  
  175. 06-30-2015 Integration of Casian Sarpe Socaci Weapon Description Updates 2 06-29-2015
  176. EX 0.4t http://pastebin.com/eTby3vkp
  177. Updated DatabaseTextEnglish.rvtext
  178. Update to DialoguesEnglish.rvtext
  179. Cleanup Of:
  180. 011 - Luddite Village
  181. 060 - Medal Queen's Castle
  182. 228 - Pocket Castle 1F South
  183. CE 008 - Medal Queen
  184. Backend Items Affected (Fix Medal Queen’s Menu)
  185.  
  186. 07-02-2015 Integration of Casian Sarpe Socaci Item, Weapon, Armor Description Updates 3 07/02/2015
  187. EX 0.4u http://pastebin.com/Y5kYbZvr
  188. Updated DatabaseTextEnglish.rvtext
  189. Update to DialoguesEnglish.rvtext
  190. Cleanup Of:
  191. 185 - Indoor
  192. 110 - Ancient Temple Ruins 1F
  193. 111 - Ancient Temple Ruins 3F
  194. 112 - Ancient Temple Ruins B1F
  195. 113 - Ancient Temple Ruins 2F
  196. Common Events - 033
  197. Common Events - 046
  198. Common Events - 053
  199. Common Events - 057
  200. Common Events - 1133
  201. Backend Items Affected (Fix Shinigami's Menu, Fix Julia's Menu)
  202. Note: Curse these two script calls... unlimited_choices & ex_choice_add
  203.  
  204. 07-04-2015 Updated Language File System To Handle unlimited_choices & ex_choice_add options better
  205. EX 0.4v Update to ScriptTextEnglish.rvtext & ScriptTextJapanese.rvtext
  206. Entries Added: TRAN/NWConstLibrary/UCO
  207. TRAN/NWConstLibrary/ECA
  208. Backend Items Affected (unlimited_choices & ex_choice_add options Now use data pulled from ScriptText)
  209. Note: Some options might have changed in this update
  210.  
  211. 07-05-2015 Integration of Casian Sarpe Socaci Skill Messages & Descriptions Updates 4 07/05/2015
  212. EX 0.4w http://pastebin.com/H79AjG6z
  213. Update to DialoguesEnglish.rvtext
  214. Cleanup Of:
  215. 114 - Pyramid 1F
  216. 115 - Pyramid 2F
  217. 116 - Pyramid 3F
  218. 117 - Pyramid 4F
  219. Backend Items Affected (Added XS - Popup Item)
  220. Note: Some options might have changed in this update
  221.  
  222. 07-09-2015 Reintroduced Similar Error from EX 0.4c with EX 0.4i
  223. EX 0.4x Researching Error With Script modern algebra - Global Text Codes [VXA]
  224. Temp Patch To Handle Nil Upcase Error
  225. Update to DialoguesEnglish.rvtext
  226. Cleanup Of:
  227. 030 - Indoor
  228. 128 - Forest Spirit
  229. 626 - Enrica
  230. 628 - Pocket Castle
  231. Backend Items Affected (Updated modern algebra - Global Text Codes [VXA])
Add Comment
Please, Sign In to add comment