Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Level Editor, Script Redundancy (https://forums.graalonline.com/forums/showthread.php?t=57710)

jake13jake 02-19-2005 11:26 PM

Level Editor, Script Redundancy
 
I was just thinking about how much improvement the level editor could use. Besides the tile editor selection, I believe it would be nice to be able to assign static x & y values to NPCs. Some NPCs need to have a .5 added to their X coords to be just in the right space. The only way to do this without being redundant is to go into the .nw in word pad and change the X value manually. Otherwise you could do if (created) x = 20.5. Graal Editor doesn't allow you to move an NPC to anything but an integer so this would be good.

Another thing nice about being able to assign static coordinates is that you could also have floating coordinates and move the NPCs around in the editor without changing the static coordinates (really useful for NPCs that are sitting on top of other NPCs). Then there could be an option to set static coordinates of an npc to it's floating coordinates.

Another really great thing would be the ability to slide NPC indexes. Generally, when a level is finally online and you want to edit it with wordpad, it's nice to have scripts of a common type close to eachother. For example, lights. Lots of lights are really annoying. Being able to group them as you make the level would be just dandy!

Besides that, some features that would just be nice to have, outlining all NPCs in a level in inverse colors or solid colors, whichever works, and being able to see script indexes by default.

Okay, thank you, time to talk about GScript2 and setani.

Skyld 02-20-2005 12:46 PM

Acknowledgement of serverside commands in the script debugger.

jake13jake 02-21-2005 04:28 AM

Quote:

Originally Posted by Skyld
Acknowledgement of serverside commands in the script debugger.

I don't really mind about that.

Skyld 02-21-2005 06:03 PM

It's something I'd quite like to see.
The Test button is useful, and once it runs into a serverside command, it won't check any further into the script without commenting out all the serverside commands.

protagonist 02-21-2005 06:05 PM

A "next error" thing would be useful. That way, you could just skip over things that are annoying.

Ajira 02-21-2005 06:41 PM

Quote:

Originally Posted by protagonist
A "next error" thing would be useful. That way, you could just skip over things that are annoying.

I think that would be very useful.

calani 02-25-2005 08:17 AM

Two words: Syntax highlighting.


All times are GMT +2. The time now is 09:59 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.