Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   tutorial level(s) (https://forums.graalonline.com/forums/showthread.php?t=39200)

MrGannondorf 10-13-2002 01:41 PM

tutorial level(s)
 
I think since the offline tutorial has gained a bit of suckage, and lost the helpfullness it never had, I think it should no longer be part of the exe, but something the player can edit, like a normal level, and the "training button" could be "offline play". That might make us developers a lil more happy. Also, the bubles noise in the so called tutorial is absolutly repulsive.

AlexH 10-13-2002 01:48 PM

You need a better training level why?

MrGannondorf 10-13-2002 01:53 PM

no, I want to edit the god damned level so I can make a lil gui to make getting to my variouse projects easier. I work hard to be lazy.

AlexH 10-13-2002 01:55 PM

Why not just make a blank level with whatever thingies you need and put that level on your desktop and just double click that to get into the editor?

Judge_Spunky 10-13-2002 02:00 PM

Quote:

Originally posted by AlexH
Why not just make a blank level with whatever thingies you need and put that level on your desktop and just double click that to get into the editor?
I personally wouldn't like that because I tend to keep my desktop free of clutter, which means I regularily delete useless, or seemingly useless files. I have everything on the taskbar. :D
My desktop icons only reach a little bit over one row.

MrGannondorf 10-13-2002 02:20 PM

because my way is more prestigiouse.

Kaimetsu 10-13-2002 03:00 PM

Quote:

Originally posted by MrGannondorf
I work hard to be lazy.
Now that's a good quote.

Jeff 10-14-2002 05:56 AM

There should be an option


"[ ] Training button opens blank level editor"


in the F1 menu.

Then everyone would be happy.

MrGannondorf 10-14-2002 07:59 AM

good idea... but it would be better if we could just edit the silly level.

Also, the 2k2 ganis gets in the way somewhat when you go into your level sets that you are working on because you need to redifine what ganis are default, as well as the player props XP... unless you like it looking odd.

Com013 10-16-2002 03:33 PM

...and that's why I have two links to Graal on my dektop (you can put them in your taskbar, too). One is for starting Graal the normal way and the other automatically loads the level with the system NPCs/some other level I edit frequently in the editor.
=> No G2k2 character.

But I think the tutorial should be more helpfull. The players should know how to push/pull/carry/hit/jump/... on the classic/pw servers. Maybe even fighting some NPC trainers (no, not cheat programs ;)).

MrGannondorf 10-18-2002 05:39 AM

yes the tutorial should include all of that, and it should be customizeable. I would say to even bring back offline multiplayer, but stefan has already told me something along the lines that he is too lazy to do so.

also, the tutorial should use the default grafics, because (if I was told right) we aren't aloud to take images from 2k2 for our own servers...

also, it would be cool if the scripts in the tutorial levels had coments (// blah blah) in the scripts explaining variouse scripts so people could learn from the level. you can already do so by makeing a level of the same name and playing that and then it will be replaced with the tutorial level data, but it lacks descriptions of the scripts.

R0bin 10-20-2002 12:09 AM

And the bubbling should get less loud as you walk away from it.

// NPC made by R0bin
//#CLIENTSIDE
if (timeout) {
this.loudness=10;
dx=abs(playerx-x);
dy=abs(playery-y);
rdx=0-dx;
rdy=0-dy;
if (dx<this.loudness||dy<this.loudness) setmusicvolume (rdx/this.loudness+1+rdy/this.loudness+1)/2,(rdx/this.loudness+1+rdy/this.loudness+1)/2;
if (dx>this.loudness||dy>this.loudness) setmusicvolume 0,0;
timeout=0.05;
} elseif (!timeout) {
playlooped stef1.mid;
timeout=0.05;
}

just like that.

Nidonemo 11-14-2002 12:30 PM

I hate the new training level/offline play because whenever I open one of my own levels to test and edit the character gets messed up like when I use the Bomb NPC the graphics get screwed up!

wonderboysp2p 11-16-2002 01:18 PM

I wouldnt mind it if the ganis and playerprops hes using now were set so that they were only for that level then once u load another one the defaults are restored


All times are GMT +2. The time now is 01:08 PM.

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