RMVX Loader, File Updated: 24 Dec 2007
|
|
RMVX Loader, File Updated: 24 Dec 2007
|
Dec 22 2007, 02:51 AM
Post #1
|
|
Member Group: Members Posts: 11 Joined: 22-December 07 Member No.: 195 |
RMVX Loader
Version: 0.7 Category: Utilities Description: Please read the file description for detailed information. ------------------------------------------------------- The "RMVX Loader" only works with the 100% English patch, which you can download from this site. So, what can it do? 1. It let's you have more than 10 maps! 2. It let's you have more than 10 events per map! 3. It stops RMVX from deleting you project when you close it! 4. And the show-stopper -- It let's you load your projects BACK INTO RMVX! Granted, the loading is now what you'd be used to, however, it gets the job done. You have to go to start a new project, then it will make all the initial files, then BAM! A popup will show interrupting the loading routine. It tells you to put your old saved files into your new projects folder, so you do that. Then go back to the popup, clikc 'OK' and... VIOLA! Loaded. cool.gif Credits: * Myself for finding all the addresses to patch * rabbitnightmare for helping find why it wouldn't work for people XD View File Submitted by Hyperlisk, on Dec 22 2007, 02:51 AM This post has been edited by Elemental Crisis: Dec 24 2007, 04:04 AM |
|
|
Dec 22 2007, 03:05 AM
Post #2
|
|
Administrator Group: Owner Posts: 53 Joined: 27-November 07 Member No.: 1 |
Just wanna say fantastic job on this!
|
|
|
Dec 22 2007, 07:59 PM
Post #3
|
|
Member Group: Members Posts: 10 Joined: 19-December 07 From: Canada... somewhere... Member No.: 98 |
Omfg, I'd hug you but your so far away.
|
|
|
Dec 23 2007, 06:18 PM
Post #4
|
|
Member Group: Members Posts: 11 Joined: 17-December 07 Member No.: 10 |
Is this guy on the team E.Crisis? Cause I love him already.
How do you get past the maps thingy and the events? |
|
|
Dec 23 2007, 08:12 PM
Post #5
|
|
Member Group: Members Posts: 11 Joined: 22-December 07 Member No.: 195 |
Is this guy on the team E.Crisis? Cause I love him already.
How do you get past the maps thingy and the events? I've been reversing applications for awhile now. So overcoming the maps and events limits was really easy. The part of the program that checks it basically looks like this:
CODE
if(NumberOfMaps
MakeNewMap();
} else { ShowMessage("You Failz"); } So I just made it turn into something like this:
CODE
if(NumberOfMaps
} MakeNewMap(); Of course the code I see looks way more complex than that (It's assembler code), let me give you an example of what I see (Commented so you can understand it (IMG:https://rpgcrisis.net/forums/style_emoticons/default/tongue.gif) ):
CODE
CALL RPGVX.0048CB60 ; Get how many maps we made
MOV EDI,EAX ; Put how many maps were made into EDI CMP EDI,0A ; Compare number of maps to 0x0A (10) JLE SHORT RPGVX.0048EF71 ; Less than or equal? (If yes, go to make a map) PUSH -1 ; -| Nope (It was more than 10) PUSH 0 ; | PUSH 426 ; | CALL RPGVX.004A07DE ; --- Show message box JMP RPGVX.0048F1E5 ; Leave function |
|
|
Dec 23 2007, 11:08 PM
Post #6
|
|
Member Group: Members Posts: 11 Joined: 17-December 07 Member No.: 10 |
It's not working when you use copy, paste btw.
Oh yeah..if you get the rgss to save, it'll be better. |
|
|
Dec 23 2007, 11:15 PM
Post #7
|
|
Member Group: Members Posts: 11 Joined: 22-December 07 Member No.: 195 |
|
|
|
Dec 24 2007, 02:49 AM
Post #8
|
|
Newbie Group: Unknown Posts: 9 Joined: 21-December 07 From: St. Louis Member No.: 172 |
You, my friend are a genius. (IMG:https://rpgcrisis.net/forums/style_emoticons/default/smile.gif)
|
|
|
Dec 24 2007, 10:47 AM
Post #9
|
|
Newbie Group: Unknown Posts: 1 Joined: 24-December 07 From: United States of Great Britain Member No.: 259 |
Yay! It's pretty nifty.
I think what Jpg meant was (by the Copy + Paste thing) is if you, say, copy an event or a map and try to post it AFTER the supposed quota (10) is reached, it will still give the error. Ie. it is only bypassed via the long winded way. Pretty glitchy, but very helpful nonetheless ;D |
|
|
Dec 26 2007, 10:00 PM
Post #10
|
|
Member Group: Staff Posts: 13 Joined: 18-December 07 From: here Member No.: 30 |
the full rtp has been released BOOP! But hyperlisk you have my respects when do we get a working loader for the japanese version (IMG:style_emoticons/default/wink.gif) so I dont have to wait for my order to come in the mail. Much love.
-Rabbit |
|
|
Dec 29 2007, 06:23 PM
Post #11
|
|
Member Group: Members Posts: 11 Joined: 22-December 07 Member No.: 195 |
I'm not at my house yet, but if I can get my hands on a full version, then I could make it (IMG:style_emoticons/default/tongue.gif) Note that I'm too cheap to actually buy it. (IMG:style_emoticons/default/tongue.gif)
|
|
|
Lo-Fi Version | Time is now: 31st December 2007 - 06:49 PM |