View previous topic :: View next topic |
Author |
Message |
TwinHamster ♫ Furious souls, burn eternally! ♫

Joined: 07 Mar 2004 Posts: 1352
|
Posted: Tue Jun 12, 2007 5:07 pm Post subject: Walkabout Layering |
|
|
Is there a command that can conveniently change the walkabout layering mode of a map? (Ex: Changing Hero over NPC to NPC over Hero).
My search of the wiki has so far yielded zilch.
Perhaps one of you would have better luck? |
|
Back to top |
|
 |
Inferior Minion Metric Ruler

Joined: 03 Jan 2003 Posts: 741 Location: Santa Barbara, CA
|
Posted: Tue Jun 12, 2007 5:33 pm Post subject: Re: Walkabout Layering |
|
|
TwinHamster wrote: | Is there a command that can conveniently change the walkabout layering mode of a map? (Ex: Changing Hero over NPC to NPC over Hero).
My search of the wiki has so far yielded zilch.
Perhaps one of you would have better luck? |
You want to check out 'Menu:Main_Menu/Edit_Map_Data/Edit_Map/Edit_General_Map_Data#Walkabout_Layering'
I only knew what I was looking for because I have spent plenty of time reading over the RPG format. This feature is rather buried on the wiki, though. _________________
|
|
Back to top |
|
 |
Moogle1 Scourge of the Seas Halloween 2006 Creativity Winner


Joined: 15 Jul 2004 Posts: 3377 Location: Seattle, WA
|
Posted: Tue Jun 12, 2007 5:49 pm Post subject: |
|
|
He means plotscripting command.
It's probably available as a read general/write general, but that's completely undocumented so you'd have to guess what byte it is.
And when I say completely undocumented, it's not on the wiki or plotdict or anything. What gives? _________________
|
|
Back to top |
|
 |
Inferior Minion Metric Ruler

Joined: 03 Jan 2003 Posts: 741 Location: Santa Barbara, CA
|
Posted: Tue Jun 12, 2007 6:03 pm Post subject: |
|
|
Moogle1 wrote: | He means plotscripting command.
It's probably available as a read general/write general, but that's completely undocumented so you'd have to guess what byte it is.
And when I say completely undocumented, it's not on the wiki or plotdict or anything. What gives? |
Ah!
OK, you want to read/write from the map, not general.
'Plot:Draw NPCs above heroes'
draw npcs above heroes(setting)
0 = NPCs first (Heroes over NPCs), 1 = Heroes first (NPCs over Heroes)
I didn't see a command to get the status, though, so try read gmap(16) to get the current status. _________________
|
|
Back to top |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Tue Jun 12, 2007 6:58 pm Post subject: |
|
|
Moogle1 wrote: | It's probably available as a read general/write general, but that's completely undocumented so you'd have to guess what byte it is.
And when I say completely undocumented, it's not on the wiki or plotdict or anything. What gives? |
Read/write general documented right here: 'GEN' and read/write gmap here: 'MAP'. Most of those have wrappers in plotscr.hsd, except for the new ones which Mike (Edit: and I) haven't done. Walkabout layering is one of the ones without a wrapper to read, readgmap(16) works. _________________ "It is so great it is insanely great."
Last edited by TMC on Wed Jun 13, 2007 4:52 pm; edited 1 time in total |
|
Back to top |
|
 |
TwinHamster ♫ Furious souls, burn eternally! ♫

Joined: 07 Mar 2004 Posts: 1352
|
Posted: Wed Jun 13, 2007 5:12 am Post subject: |
|
|
Excellent, thanks guys |
|
Back to top |
|
 |
SaMMyDaSeAl512 i need help in plot script
Joined: 07 Jul 2007 Posts: 5
|
Posted: Tue Jul 17, 2007 4:39 pm Post subject: |
|
|
Press Ctr-L then put middle and top layer visible. go to the maptile you want to layer and press page up untill it's layer 2. then press space.  _________________ i need help in plot script |
|
Back to top |
|
 |
|