Ok..... but Tentacle texture is in 34st page by me!cbloopy wrote:Um, yes. In fact it's been out for months. It's called "WA Editor v096".bround wrote:Um... anyone know how to put WA to be custom adventurer?![]()
![]()
(But more to the point, you can't put WA1 in "custom adventure" mode like you could with MOFI, because obviously all that custom adventure ideas did not even exist yet back when WA1 was released.)
The Ultimate WA Editor Hex-Editing Topic! Take A Look!
Avid TTR player and TTS developer, a new revolutionary server in works.
- CatHat5678
- Rainbow Wonderlander
- Posts: 185
- Joined: Sat Nov 29, 2008 2:57 am
I tested out CMD 62 in a test hub I created, and it didn't work. Remember when you said that 'so far only CMDs 1, 2, and 3 seem to work'? I don't understand how it worked in MOFI, but not for me.cbloopy wrote:I think I can answer that one w/o looking any files up. Just use CMD 61 and 62 (and possibly 21) in an adventure's master.dat. Those work across levels (in fact, I confirmed that the game actually loads and saves the levels in question when running those "cross-level" hub CMDs in master.dat, so theoretically all CMDs that affects only objects or dialog should work correctly as hub CMDs, regardless of level number).mqdar wrote:Also, I don't understand how after certain points in the game, the musemn keeps changing Morklin's dialog and moving him around.
I've seen those CMDs used in master.dat in MOFI as well to do the same sort of stuff with NPCs.

Skype wrote:[7:23:42 AM] Darx: Click here to give me an internet!
[7:23:57 AM] 'a'a: *clicks here*
Then you screwed up. I've just tested it (and CMD 61) out on a hub in WA1 and it works fine, both in-level and across-level. Did you use level number 0 by any chance? Hub CMDs in master.dat don't work on level number 0. Also, make sure you give an ID to the NPC, and use that ID in CMD 61/62 (Data1).mqdar wrote:I tested out CMD 62 in a test hub I created, and it didn't work.
That was just a guess, before I looked into the game's programming to see how exactly they handle the hub CMDs in master.dat.Remember when you said that 'so far only CMDs 1, 2, and 3 seem to work'?
WA1LevelConverter updated!
I've finally fininshed a bulk conversion feature for WA1LevelConverter, for the Editor -> WA1 conversion.
You can download version 0.8.0.0 of WA1LevelConverter in this post. Included in the zip file is the program, a user guide document (Word), and a "sample script file" which will be explained in the user guide.
Before you start using the new feature, please read the user guide first! You need to put the program in the WA Editor folder, and you need to learn about "script files" which drives the bulk conversion process. It's all in the user guide and hopefully not too hard to figure out.
Some major features/updates of note:
1) I fixed the bug with converting coins and invisible color buttons.
2) Bulk conversion not only handles converting the levels from Editor -> WA1, it will also copy the dialog and master.dat files for you to the WA1 game folder you select. It will even handle copying the texture files and "encrypting" them! Never before has the conversion process been so convenient!
And yes, I'm definitely considering incorporating some of the programming for bulk conversions back into MOFILevelConverter, so that people who decide to use MOFI for their hub-based adventures will get the same benefit in the future.
You can download version 0.8.0.0 of WA1LevelConverter in this post. Included in the zip file is the program, a user guide document (Word), and a "sample script file" which will be explained in the user guide.
Before you start using the new feature, please read the user guide first! You need to put the program in the WA Editor folder, and you need to learn about "script files" which drives the bulk conversion process. It's all in the user guide and hopefully not too hard to figure out.
Some major features/updates of note:
1) I fixed the bug with converting coins and invisible color buttons.
2) Bulk conversion not only handles converting the levels from Editor -> WA1, it will also copy the dialog and master.dat files for you to the WA1 game folder you select. It will even handle copying the texture files and "encrypting" them! Never before has the conversion process been so convenient!
And yes, I'm definitely considering incorporating some of the programming for bulk conversions back into MOFILevelConverter, so that people who decide to use MOFI for their hub-based adventures will get the same benefit in the future.
- DEEMAN223344
- Rainbow MegaStar
- Posts: 3145
- Joined: Tue Dec 04, 2007 8:07 pm
Re: WA1LevelConverter updated!
I need to be able to convert MOFI to editor.cbloopy wrote:I've finally fininshed a bulk conversion feature for WA1LevelConverter, for the Editor -> WA1 conversion.
You can download version 0.8.0.0 of WA1LevelConverter in this post. Included in the zip file is the program, a user guide document (Word), and a "sample script file" which will be explained in the user guide.
Before you start using the new feature, please read the user guide first! You need to put the program in the WA Editor folder, and you need to learn about "script files" which drives the bulk conversion process. It's all in the user guide and hopefully not too hard to figure out.
Some major features/updates of note:
1) I fixed the bug with converting coins and invisible color buttons.
2) Bulk conversion not only handles converting the levels from Editor -> WA1, it will also copy the dialog and master.dat files for you to the WA1 game folder you select. It will even handle copying the texture files and "encrypting" them! Never before has the conversion process been so convenient!
And yes, I'm definitely considering incorporating some of the programming for bulk conversions back into MOFILevelConverter, so that people who decide to use MOFI for their hub-based adventures will get the same benefit in the future.
- CatHat5678
- Rainbow Wonderlander
- Posts: 185
- Joined: Sat Nov 29, 2008 2:57 am
Re: WA1LevelConverter updated!
it's not that easy.first we need a editor conpatable with ALL theDEEMAN223344 wrote: I need to be able to convert MOFI to editor.
MOFI wops and that wont be out for a while (i think)
Why did the chicken cross the road?
Because if the road crossed the chicken the old lady's would trip over the bump!
(no offence to anyone who thinks of themselves as "old")
generic rectangle WOP update
This is something I found out a little while ago but almost forgot, until I was reminded of it from playing Qloof234's excellent WA Quantum Tunnel demo.
I've updated generic rectangle WOP with 2 more adjusters: ActivationSpeed and ActivationType, which actually works for any objects. ActivationSpeed you should be familiar with from its use in objects like gates, bridges, teleporters, etc.
ActivationType you've seen in a few objects. In this WOP, it will be shown as numbers in the Editor, and below are the meanings for all currently supported values:
1: GrowZ
2: GrowXYZ
3: GrowXY
11: gate up/down
16: bridge up/down
21: fade
31: cage up/down
41: door open/close
[edit: I think we also need a "portal teleporter" WOP, which has the generic square model but is an actual teleporter object, and has all the <blah>Adjust modifiers. WOP included. (Data0/Data1 is Color/SubColor)]
I've updated generic rectangle WOP with 2 more adjusters: ActivationSpeed and ActivationType, which actually works for any objects. ActivationSpeed you should be familiar with from its use in objects like gates, bridges, teleporters, etc.
ActivationType you've seen in a few objects. In this WOP, it will be shown as numbers in the Editor, and below are the meanings for all currently supported values:
1: GrowZ
2: GrowXYZ
3: GrowXY
11: gate up/down
16: bridge up/down
21: fade
31: cage up/down
41: door open/close
[edit: I think we also need a "portal teleporter" WOP, which has the generic square model but is an actual teleporter object, and has all the <blah>Adjust modifiers. WOP included. (Data0/Data1 is Color/SubColor)]
You do not have the required permissions to view the files attached to this post.
- DEEMAN223344
- Rainbow MegaStar
- Posts: 3145
- Joined: Tue Dec 04, 2007 8:07 pm
Re: WA1LevelConverter updated!
I mean to convert already converted levels.CatHat5678 wrote:it's not that easy.first we need a editor conpatable with ALL theDEEMAN223344 wrote: I need to be able to convert MOFI to editor.
MOFI wops and that wont be out for a while (i think)
- CatHat5678
- Rainbow Wonderlander
- Posts: 185
- Joined: Sat Nov 29, 2008 2:57 am
Re: WA1LevelConverter updated!
i'm sorry but iDEEMAN223344 wrote:I mean to convert already converted levels.CatHat5678 wrote:it's not that easy.first we need a editor conpatable with ALL theDEEMAN223344 wrote: I need to be able to convert MOFI to editor.
MOFI wops and that wont be out for a while (i think)
dont understand

Why did the chicken cross the road?
Because if the road crossed the chicken the old lady's would trip over the bump!
(no offence to anyone who thinks of themselves as "old")
-
- Rainbow AllStar
- Posts: 4548
- Joined: Fri Dec 26, 2008 4:56 pm
-
- Rainbow AllStar
- Posts: 4548
- Joined: Fri Dec 26, 2008 4:56 pm
-
- Rainbow AllStar
- Posts: 4548
- Joined: Fri Dec 26, 2008 4:56 pm
No, because MOFILevelConverter only deals with level files. The "adventure goal" information is stored in master.dat.Emerald141 wrote:Also, cbloopy, with your MoFI Converter, is there a way to make it so that you need to rescue all Baby Boomers to complete a level?
I suppose when I have time I could update MasterDatEditor to let you use the new MOFI adventure goals. For now, if you have a specific adventure, just send me the master.dat file and I'll hex-edit it for you.
Nice! But I'd suggest using the rainbow colors from the game instead of the ones that come with Vista's Paint program, so that the colors are more consistent with what's used in the game. If I recall, Paint has a "color picker" tool (looks like an eyedropper), so you can pick the Wonderland rainbow colors off a screenshot of color buttons for example.Emerald141 wrote:I tried the custom texture below to see what would would happen, and got this.
-
- Rainbow AllStar
- Posts: 4548
- Joined: Fri Dec 26, 2008 4:56 pm
- DEEMAN223344
- Rainbow MegaStar
- Posts: 3145
- Joined: Tue Dec 04, 2007 8:07 pm
This hasn't happened to me yet, but I might have a quicker way out of this than re-install the Editor......jdl wrote:I'll tell ya what you have to do to solve that...DEEMAN223344 wrote:Help me! I'm locked out of keyboard mode!
Re-install the Editor.
PM me your "global.wdf" file. It's in the User Data folder (or GameData for MOFI). I'll test out my theory and see if I can fix global.wdf and get you back to keyboard mode.
- jdl
- Rainbow SuperStar
- Posts: 2894
- Joined: Fri Jun 06, 2008 8:37 pm
- Location: West Virginia, USA
- Contact:
If it works, can you create a new topic and post the file for all of us to download if it ever happens again?cbloopy wrote:This hasn't happened to me yet, but I might have a quicker way out of this than re-install the Editor......jdl wrote:I'll tell ya what you have to do to solve that...DEEMAN223344 wrote:Help me! I'm locked out of keyboard mode!
Re-install the Editor.
PM me your "global.wdf" file. It's in the User Data folder (or GameData for MOFI). I'll test out my theory and see if I can fix global.wdf and get you back to keyboard mode.

Although, if it only works for that specific user only, maybe you can make some kind of converter/fixer program?
-
- Rainbow AllStar
- Posts: 4548
- Joined: Fri Dec 26, 2008 4:56 pm
- DEEMAN223344
- Rainbow MegaStar
- Posts: 3145
- Joined: Tue Dec 04, 2007 8:07 pm