Ohsewel5 wrote:Qloof meant testers and designers for MOFI. Anyway, Pawalec asked for the MOFI editor.Clifford wrote:Tester, Desigener? What does that mean???Qloof234 wrote:First off, it's exclusive to only the testers (such as me) and the level designers at this point in time.Pawelec wrote:Give me it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
![]()
PLEASE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Second off, even if a tester / designer did give it to you, it wouldn't work - the editor being used for development is 'locked' to the computer it's installed on, i.e. it works on my home PC because that's where I installed it, but if I copied it over to my laptop it wouldn't work.
That and I don't have a laptop.
![]()
Plus the editor WILL be available when the game comes out. All I can say for now? Just be patient, it'll be here faster than you know it
Also, what mqdar said - if the game's in development, why would you release a level editor for it? It's understandable for fangames, you want people's opinions on it. But official games? No, you wait until it's done because a leaked beta could compromise your company's credability (SEGA, I'm looking at you).
We all design or make levels and test/play others. This doesn't make sence...
The Ultimate WA Editor Hex-Editing Topic! Take A Look!
Someone PMed me asking for adding ScaleAdjust to monsters, so here we go, updated monsters WOPs with ScaleAdjust adjuster added.
Keep in mind that it only affects the appearance, the game still considers the monster to take up 1x1 tile. So for example, a 3x3 scritter will still only hold down one button for you, not nine.
Keep in mind that it only affects the appearance, the game still considers the monster to take up 1x1 tile. So for example, a 3x3 scritter will still only hold down one button for you, not nine.
You do not have the required permissions to view the files attached to this post.
Hey!!! I'm SOOOOOOOOOOOOO Excited! Take a look!
If you are wondering how I did it, I created (part) of my extraordinary adventure and put it in C:\Program Files\Mystery Of Fire Island\Data\Adventures\Hub and then take a look!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Sorry, It didn't let me upload the pictures.
If you are wondering how I did it, I created (part) of my extraordinary adventure and put it in C:\Program Files\Mystery Of Fire Island\Data\Adventures\Hub and then take a look!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
















Sorry, It didn't let me upload the pictures.
- richmond2010
- Rainbow Seeker
- Posts: 276
- Joined: Thu Oct 25, 2007 11:41 am
There is Nopepad++ If you dont have an.
English: http://notepad-plus.sourceforge.net/uk/site.htm
France: http://notepad-plus.sourceforge.net/fr/site.htm
Es: http://notepad-plus.sourceforge.net/es/site.htm
Nl: http://notepad-plus.sourceforge.net/nl/site.htm
It: http://notepad-plus.sourceforge.net/it/site.htm
De: http://notepad-plus.sourceforge.net/de/site.htm
Bg: http://notepad-plus.sourceforge.net/bg/site.htm
Ca: http://notepad-plus.sourceforge.net/ca/site.htm
Tw: http://notepad-plus.sourceforge.net/tw/site.htm
Ru: http://notepad-plus.sourceforge.net/ru/site.htm
Hu: (my language lol) http://notepad-plus.sourceforge.net/hu/site.htm
Br: http://notepad-plus.sourceforge.net/br/site.htm
English: http://notepad-plus.sourceforge.net/uk/site.htm
France: http://notepad-plus.sourceforge.net/fr/site.htm
Es: http://notepad-plus.sourceforge.net/es/site.htm
Nl: http://notepad-plus.sourceforge.net/nl/site.htm
It: http://notepad-plus.sourceforge.net/it/site.htm
De: http://notepad-plus.sourceforge.net/de/site.htm
Bg: http://notepad-plus.sourceforge.net/bg/site.htm
Ca: http://notepad-plus.sourceforge.net/ca/site.htm
Tw: http://notepad-plus.sourceforge.net/tw/site.htm
Ru: http://notepad-plus.sourceforge.net/ru/site.htm
Hu: (my language lol) http://notepad-plus.sourceforge.net/hu/site.htm
Br: http://notepad-plus.sourceforge.net/br/site.htm
Avid TTR player and TTS developer, a new revolutionary server in works.
There's just an example of that in Qloof234's MOTSD adventure. Copy the adventure folder from Adventures\Current to Adventures\Editing\Current, then examine the adventure in the Editor to see (it should be in one of the last few levels).richmond2010 wrote:just that how do you make ships with walls?
- richmond2010
- Rainbow Seeker
- Posts: 276
- Joined: Thu Oct 25, 2007 11:41 am
Cbloopy, can I ask something please:
1. What's the Data0 for both Adventure Stars used for?
2. How is it possible to route back to the original Hub Game after winning the Adventure? (I selected 1 for Data0 for both stars, and an MAV pops out after I complete the adventure.
)
3. How can I use commands to turn off the Adventure Star after I complete the level?
1. What's the Data0 for both Adventure Stars used for?
2. How is it possible to route back to the original Hub Game after winning the Adventure? (I selected 1 for Data0 for both stars, and an MAV pops out after I complete the adventure.


3. How can I use commands to turn off the Adventure Star after I complete the level?
AJQZC:
The answers to all your questions are buried somewhere in this thread. Unfortunately none are very easy:
Data0 lets you specify the adventure number the star will bring you to. The game will then look for the adventure in <game main folder>\Data\Adventures\AdventureN where N is the value of Data0. You get a MAV if the game can't find the adventure at the expected location.
master.dat of the adventure the star links to will determine where you end up on the "hub" when you wins or loses the adventure. Because the Editor right now does not provide a way for you to edit those information in master.dat, I wrote a "MasterDatEditor" program (somewhere in this thread) that lets you do so. Hubs levels have to be manually copied to <game main folder>\User Data\Player Profiles\<your player profile>\Current\Hub. You get a MAV if the game can't find the hub level referenced by master.dat at the expected location.
In the real games, the adventure stars automatically turns blue once you win an adventure. But in the custom editor, I think because they change the way the game tracks your progress, that doesn't work. You can fake it by using the general command options in the hub (see MasterDatEditor again) to run some general commands after the player wins the adventure, to deactivate the yellow star and actvate a blue star in its place.
The answers to all your questions are buried somewhere in this thread. Unfortunately none are very easy:
Data0 lets you specify the adventure number the star will bring you to. The game will then look for the adventure in <game main folder>\Data\Adventures\AdventureN where N is the value of Data0. You get a MAV if the game can't find the adventure at the expected location.
master.dat of the adventure the star links to will determine where you end up on the "hub" when you wins or loses the adventure. Because the Editor right now does not provide a way for you to edit those information in master.dat, I wrote a "MasterDatEditor" program (somewhere in this thread) that lets you do so. Hubs levels have to be manually copied to <game main folder>\User Data\Player Profiles\<your player profile>\Current\Hub. You get a MAV if the game can't find the hub level referenced by master.dat at the expected location.
In the real games, the adventure stars automatically turns blue once you win an adventure. But in the custom editor, I think because they change the way the game tracks your progress, that doesn't work. You can fake it by using the general command options in the hub (see MasterDatEditor again) to run some general commands after the player wins the adventure, to deactivate the yellow star and actvate a blue star in its place.
To clarify, my program doesn't help you with copying files into the player profile's hub folder. (Although I suppose that's something I can think about.) The MasterDatEditor program's purpose is to let you edit master.dat with the necessary information to integrate mini-adventures into the hub system.Clifford wrote:Bit earlyer on cbloofy made a program for solving that and also copy it into the player propile's hub folder.
Thanks! Got it now.
You're a real IT Technician, cbloopy!

You're a real IT Technician, cbloopy!

Last edited by AJQZC on Fri Mar 20, 2009 12:01 pm, edited 1 time in total.
I'm trying to say copy to hub manually and use cplopy's...cbloopy wrote:To clarify, my program doesn't help you with copying files into the player profile's hub folder. (Although I suppose that's something I can think about.) The MasterDatEditor program's purpose is to let you edit master.dat with the necessary information to integrate mini-adventures into the hub system.Clifford wrote:Bit earlyer on cbloofy made a program for solving that and also copy it into the player propile's hub folder.
- JohnEmmanuel143
- Rainbow Seeker
- Posts: 283
- Joined: Sat Aug 02, 2008 10:27 am
Clifford wrote:I'm trying to say copy to hub manually and use cplopy's...cbloopy wrote:To clarify, my program doesn't help you with copying files into the player profile's hub folder. (Although I suppose that's something I can think about.) The MasterDatEditor program's purpose is to let you edit master.dat with the necessary information to integrate mini-adventures into the hub system.Clifford wrote:Bit earlyer on cbloofy made a program for solving that and also copy it into the player propile's hub folder.
What you said directly implies otherwise.Clifford wrote:Clifford wrote:I'm trying to say copy to hub manually and use cplopy's...cbloopy wrote:To clarify, my program doesn't help you with copying files into the player profile's hub folder. (Although I suppose that's something I can think about.) The MasterDatEditor program's purpose is to let you edit master.dat with the necessary information to integrate mini-adventures into the hub system.Clifford wrote:Bit earlyer on cbloofy made a program for solving that and also copy it into the player propile's hub folder.
Ummmm, what does this mean?Qloof234 wrote:What you said directly implies otherwise.Clifford wrote:Clifford wrote:I'm trying to say copy to hub manually and use cplopy's...cbloopy wrote:To clarify, my program doesn't help you with copying files into the player profile's hub folder. (Although I suppose that's something I can think about.) The MasterDatEditor program's purpose is to let you edit master.dat with the necessary information to integrate mini-adventures into the hub system.Clifford wrote:Bit earlyer on cbloofy made a program for solving that and also copy it into the player propile's hub folder.
- JohnEmmanuel143
- Rainbow Seeker
- Posts: 283
- Joined: Sat Aug 02, 2008 10:27 am
!!!
Help!I have discovered that you get a mav when you talk to anything after your adventure!
How Can I Ever Get Rid OF THIS Sorry,But This Word Has Been Removed Due To A Violence MAVVV!
Edit 1:Oh and Cbloopy,Can You Add More Commands please?
How Can I Ever Get Rid OF THIS Sorry,But This Word Has Been Removed Due To A Violence MAVVV!

Edit 1:Oh and Cbloopy,Can You Add More Commands please?

Last edited by JohnEmmanuel143 on Thu Mar 19, 2009 11:30 am, edited 1 time in total.
- richmond2010
- Rainbow Seeker
- Posts: 276
- Joined: Thu Oct 25, 2007 11:41 am
Re: !!!
What did you say?JohnEmmanuel143 wrote:Sorry,But This Word Has Been Removed Due To A Violence
Well it works perfectly on mine. No MAVs after completing one adventure from an adventure that I made. (Still creating)
What you said seems to be saying that the program "solves the Adventure-Hub (Level 0, X0 Y0) glitch and also copies it into the player profile's hub folder".Clifford wrote:Ummmm, what does this mean?Qloof234 wrote:What you said directly implies otherwise.Clifford wrote:Clifford wrote:I'm trying to say copy to hub manually and use cplopy's...cbloopy wrote:To clarify, my program doesn't help you with copying files into the player profile's hub folder. (Although I suppose that's something I can think about.) The MasterDatEditor program's purpose is to let you edit master.dat with the necessary information to integrate mini-adventures into the hub system.Clifford wrote:Bit earlyer on cbloofy made a program for solving that and also copy it into the player propile's hub folder.
At least, that's what it reads like - I understand now that you're saying otherwise, though.
Re: !!!
What, 3 is not enough for you?JohnEmmanuel143 wrote:Edit 1:Oh and Cbloopy,Can You Add More Commands please?


Well I can't, not only is there the matter of programming, but more importantly, there is no room right now in master.dat to store any additional commands even if I could modify the programming. The file format of master.dat would need to be modified to be able to store any additional commands.
If the additional commands you need to run are within the levels already referenced in the 3 commands you used up, you can use the NPC move trick to execute the additional commands for you:
1) If the command runs on the level the player ends up on after winning the adventure, then simply execute CMD 61 from master.dat. Use that CMD 61 to move a hidden offscreen NPC with MovementSpeed 1000 or so across a bunch of general command buttons, to execute a sequence of whatever general commands you want.
2) If the commands need to run on another level, have the level set up with a Speed 1000 chomper hidden offscreen that will move onto an inactive, one-time-use general command button carrying CMD 61. Then you can use the master.dat commands to activate that general command button on that level so that the next time you visit the level, the button's CMD 61 will be execute, which if you set up to move a hidden offscreen NPC across a bunch of buttons as in method #1, will execute a sequence of commands for that level.
The one thing I don't have a good workaround right now is if you need additional commands to affect additional levels outside of the ones referenced in the 3 commands in master.dat. One thing you can try in that case is "multiple warping". As an example, say you intended the player to end up on hub level 10 after winning, but you also want to run a command on level 1, but you've already used up all 3 commands in master.dat.
You set master.dat so that instead of going to level 10 upon winning, you actually go to a hidden location on level 1. That hidden location needs to be inaccessible any other way except by warping from master.dat (eg. a rather offscreen location, on a fake wall surrounded by real walls). Put a general command button on that location running CMD 61. That command will move a Movement-1000 offscreen NPC across multiple buttons to execute the commands you want executed for level 1, plus a final button that executes CMD 7, to warp the player back to level 10 as intended.
The idea is that the warping to and out of level 1 happens quickly enough that it's not really seen by the player, so that to whoever's playing, it looks just as if you directly ended up on level 10. You can even chain this so additional levels are covered (eg. win -> level 1 -> level 3 -> ... -> level 10) but of course, the more levels there are in the warp chain, the more noticeable to the player that you are warping through multiple levels.
[Disclaimer: none of the methods suggested above have been tested. If you do decide to use them though, do let us know how well or not it works!]
Re: !!!
Sorry I forgot to mention this, but you also need to copy the dialog files (*.dia) for the hub into the same location you put the .wlv level files for the hub.JohnEmmanuel143 wrote:Help!I have discovered that you get a mav when you talk to anything after your adventure!
How Can I Ever Get Rid OF THIS Sorry,But This Word Has Been Removed Due To A Violence MAVVV!