HASSANLECHKAR'S PROFILE

Search

Filter

[Poll] [VOTE] No-RM Event Winners~

I didn't hear anything about these games.

MV is OUT!

Does the program have a downloadable free trial version?

[RM2K3] Multi-Language Template support for other languages

Besides Japanese and Hebrew, the Multi-Language Template is also capable of using other Latin letters and Tifinagh script for an RM2K3 game (I worked that out from the start), but I'm just wondering if it is also compatible with other non-Latin languages such as Chinese, Korean, Hindi, Divehi and Arabic.

[RM2K] "Map tree data break." error with SMPC7

I made a platformer system myself in RPG Tsukuru 2003, without any plugins or extensions (excluding Power Mode 2003), but it's just plain broken and it has a major number of problems, such as Mario frozen during his fall, Mario unable to jump, and Mario unable to fall down on contact with a tile that has the terrain "fall".

[RM2K] "Map tree data break." error with SMPC7

author=Cherry
You add it by entering it, overwriting the BGUP... nonsense which is already there.

Sorry, but I said "if you know how to use a hex editor". I you don't, better leave it alone. Why do you want to open the project in RM anyway? It's not yours, and it was protected against people (without a certain hacking skill level) looking at or tampering with it.

But whatever. I hope your will is strong enough for you to edit all the 92 map files.
I don't wanna edit the game or anything, I just need to open the project to see how the platformer system works in that game.

[RM2K] "Map tree data break." error with SMPC7

And how do I add "LcfMapTree"/"LcfDataBase"/"LcfMapUnit" into the sequence?

[RM2K] "Map tree data break." error with SMPC7

author=Cherry
It looks like the project has been "protected" by tampering with internal names of the files. In a nutshell, both the data files (LMT, LDB, LMU) and the engine EXE itself have been modified to use different internal names. This means the editor won't recognize the data files anymore.

If you know how to use a hex editor, you could try fixing it (or write a script to do it because there are tons of files): Each of the filetypes (LMT, LDB, LMU) have to start with a specific byte sequence in order to be recognized. If they currently start with something else, you would have to modify them to have the original byte sequence.
- LMT: Must start with an 0A byte plus the text "LcfMapTree"
- LDB: Must start with an 0B byte plus the text "LcfDataBase"
- LMU: Must start with an 0A byte plus the text "LcfMapUnit"

After these changes, it should be possible to open the project in the editor. However, the original game engine EXE now won't be able to read it!

Which hex editor is best for fixing the situation? Also, besides editing the sequence, do you have any other solutions?

[RM2K] "Map tree data break." error with SMPC7

OK so I just downloaded Super Mario PC Challenge 7, and I'm trying to run it with RPG Tsukuru 2000. At first it could not be accessed in the "Open Project" directory, but I fixed it by renaming the .exe game file to "RPG_RT.exe". Now I get another error. When I try to open the game, it just gives me an error which reads, "Map tree data break. This project can't be read". Does anyone know how to fix this?

No-RM Event

The only other game making programs that I have besides RPG Maker, that physically don't count, are Lunar Magic (that's a Super Mario World hacking program) and SaturnOrbit (kind of like a Sega Saturn development kit). I don't have any clone engines though. Otherwise, this kind of sounds nice!

Whatchu Workin' On? Tell us!

I'm working on a Mario vs. Donkey Kong 2 port for RPG Maker 2003. All that game stuff and data is on another laptop, though.
Pages: first 12 next last