Save-Point
Neo Mode 7 Script by MGCaladtogel - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Neo Mode 7 Script by MGCaladtogel (/thread-2313.html)

Pages: 1 2 3 4 5 6


Neo Mode 7 Script by MGCaladtogel - Villain - 03-10-2010

SO i make wall by X line, but what i can go with Z? :)


Neo Mode 7 Script by MGCaladtogel - Agckuu_Coceg - 03-10-2010

The principle of constructing the wall in NeoMode similar to the construction of a wall, it hasn't special difference.

Zarox, you're right. That this NeoMode doesn't created. It is in principle more used to create a movie scene in FF6 style or to create a combat systems in the style of 2.5D.


Neo Mode 7 Script by MGCaladtogel - Villain - 03-10-2010

Yes, it is not enough elevation changes.


Neo Mode 7 Script by MGCaladtogel - Villain - 03-17-2010

I found a bug! Help please. I created 2 locations, one of them - uses a 2D, second - neo mode 7. If you move from location to neo mode 7 in 2D location - everything is fine, but if you go from there to the location of the neo mod 7, the script will give an error if the mode of neo mod is not activated even though [NM7] indicated in the title location.
(The double message to draw attention to the problem)
Help somebody!

And it also an error at line 537 when i try to make my own big location with my own tileset....
I find that it is a problem with Autotile. When i try to set animated autotile it's a bug at line 537...i don't know why...smth with casch


Neo Mode 7 Script by MGCaladtogel - adrienk - 03-26-2010

Hmmmm - I think I am doing something wrong, I followed all the instructions but I get this:

[Image: awerdtyuior5e43567893421245_by_CreatedThoughts.png]

I am calling:
Code:
$scene.spriteset.tilemap.set_alpha(30)
inside a Auto run command.


Neo Mode 7 Script by MGCaladtogel - PK8 - 03-26-2010

adrienk Wrote:Hmmmm - I think I am doing something wrong, I followed all the instructions but I get this:

[Image: awerdtyuior5e43567893421245_by_CreatedThoughts.png]

I am calling:
Code:
$scene.spriteset.tilemap.set_alpha(30)
inside a Auto run command.
It's NM7, not NF7. :P


Neo Mode 7 Script by MGCaladtogel - Villain - 03-26-2010

And what about animated autotiles? When i try to make my own tileset with autotile there is an error:
[Image: 912c2b883a54.jpg]


Neo Mode 7 Script by MGCaladtogel - PK8 - 03-26-2010

Try placing a tile (that isn't the blank tile) on the top left tile of your map. That might work.


Neo Mode 7 Script by MGCaladtogel - Naridar - 03-29-2010

Hi, I've got the following problem when switching to a NeoMode7 map:
Script Neo Mode 7 part 3 line 107: NoMethodError
Undefined method '-@' for nil:NilClass

What can be the problem?


Neo Mode 7 Script by MGCaladtogel - MGC - 03-29-2010

Quote:Hi, I've got the following problem when switching to a NeoMode7 map:
Script Neo Mode 7 part 3 line 107: NoMethodError
Undefined method '-@' for nil:NilClass

What can be the problem?

Hi, I think that your problem comes from using tile graphics for events.
I added a fix in the third part of the script, you can download it from the updated link in the first post.