![]() |
Umm when you edit then play then edit again and then play again you cant move the guy.
When making levesl u have to hold down on the tile to move it over make it like it used to be where you just click the tile b/c if you click it it goes into the level without meaning to. When you go from bars to map levels the bottom of the editor is what the last level was like a part of it. shootball works but it doesnt hurt the player like it used to.. Unless you changed something else thats in the shootball script I got. |
I think I found another bug. You know you can do this with setstring:
setstring this.mystring#t(2),Blah; But, you cannot do this: setarray this.myarray#t(2),20; Is that a bug? You also cannot do this: this.myarray#t(2)={0,0,0,0,0,0,0,0}; I can't explain it very well, so I just showed it. |
omfg , I have noticed lots of bugs!
like when I make levels and things then sometimes when I place tiles somewhere the appear like where I placed them and on another place , and this secretsign npc blocks so you can't walk in some pÄaces , I don't know what this ****ing secretsign that you inplanted stefan is but it's very iritating and it appears evrytime I have played the level and press f4 , then there is the bug that my guy appears where the scrollbar is , I liked it better when he appeared there you last time walked.. Then there is a bug in setup.exe when I select what to download I can only see all base dev previews And when I play online on Valikorlia when I use like "showmade" or "showskill" but nothing happends sime guy told me it is beacuse of some timeout thing you have to have beacuse of the new verson or it won't work ..There are probably more bugs ..But I have only noticed these so far , and I like the new editor besides some of those bugs , I hated the scroll guy! [edit]the arrow thing doesn't work for me either , and when I use the command "drawoverplayer" it instead drawsunderplayer but the drawunderplayer command still works fine..also sometimes when I load a level anbd play and press f4 I have 2copys of the level up in that thing where you select and go trough levels.. There are to many bugs in this discusting version >.< |
-off topic-
Stefan could you make a guide or something how to use these new things like patheditor , I don't understand how it works... |
secretsign?
|
1 Attachment(s)
its an invisible gfx, for making gfx that people cant edit (at least in editor)
|
Quote:
|
This isn't a bug, but since you're releasing a new update..
ADD TILES THAT OVERLAP THE PLAYER THANKS ;) |
Quote:
heh, half the bugs in TDK's control NPC are because of dumb staff trying to do this.#s(***)=1; |
Oh well. I guess I can convert it to a string array...
|
Quote:
for real stefan :rolleyes: games that i played on gameboy from the early 90's had layers for things. you have layers on nw, release it already. |
But it makes drawing 50% slower because
PC gfx cards don't have things to speed it up (in 2D mode) |
Quote:
|
Wait a second...so you are saying that SNES games were able to draw levels faster, which most like SOM has layers, then todays superior computers? I don't believe it. With DirectDraw it should be able to draw fast enough, and if not, use Direct3D...Stefan you are supposed to make a good engine, and most people have 3D support...stop worrying about the people that don't because they have very outdated computers, and need to update them...
|
Yes Direct3D can do things faster (like displaying 300
lights don't make my computer laggy, but 300 little images lag it). The problem is that a lot of people don't have support for Direct3D (probably >50%). If we add support for layering then those people could not see it, and making some compatible thing would make things very laggy for them. |
Quote:
|
Quote:
|
Quote:
try laying around 200 bombs in a single level, and see how fast you can move. update to the Direct3d, those who have it dont need to play it, or should just upgrade their pc's. professional made games come with pc requirements, i know i couldnt buy one or two when i first got my pc, now I have l33t stuff on my pc, I can play anything. (in fact i just got a new gfx card) If you refuse to update to direct 3d, then quit 2k2, because the way the 3d levels are now, is very bad. if i make a hill and walk up it, i go fast on one side no matter what, even if i go up or down. and the other side i go slow, regardless of the direction im moving in. also if its tall, and you are on the other side of it, it appears like you are on the front moving backwards.( bad ) direct3d is the way to go, unless the pc gods provide us with a 3rd option. |
If 50% of the peop dont have a 3d accelerator, Its really sad, Times change! your 128 MHZ and 16 Mgs of ram dont cut it anymore, its time to realize that, Heck I got a 16 meg Riva TNT2 card for around $40, im sure someone could spare that much money because it is a good investment.
|
I have a brand new computer but you have to think about the people who have a shitty copm and scrapped up money just to have a 2001 account. Its no fair to them if they can't afford the stuff for a game that they already paid for.
|
Quote:
|
Quote:
|
Dont matter, 16 is all you need unless you wanna go higher (and it dont get much better, maybe a little bit)
Anyway bugs I found... in Rev4: Sound sometimes sound shuts off, this happend whilst I was playing the ocorina on 2K1 and sparring on Godspeed's arena #2. Arrows draw on the level only for a second =\ (that cursor thing) Iprovments: Make the Style button make new lines after semicolons ; and Braces {} please! So big long scripts in one line can be esily styled correctly |
Quote:
|
I am working on redoing the npc parsing and scripting engine,
can take some months though; the error msgs and syntax styler will be better then The editor cursor is only displayed when editing map levels, people wanted that (probably better for editing little rooms and stuff) Sound: yes there are some sfx on the server which mess up some sound cards so that the sound output stop |
The advantage of Graal is that it takes less
system resources for slow computers, going 3D will make it run a little bit faster on good configured computers and enable some more features, but actualy you can do a lot with the current features, the potential is not half used, and when going 3D then people would expect to have it look nearly as good as games like Max Payne or whatever which we have not the resources for. The major engine stuff of Graal2002 is not the 3D terrain, it's the global positioning (a map is like a big level, the level borders are not important for the gameplay anymore, only for caching/optimizing) |
Quote:
In case I have to explain this to anybody: When working on functions we usually make general case stuff like "swingSword" or whatever and then once it works we never touch it again. So what'd be supremely good is if we could have the code for that function be hidden, leaving only something like "swingSword()" on a line. Then we can click this to expand the function and display all the code. It'd make editing scripts way quicker since we won't have to scroll through a million miles of code on complicated NPCs. |
Quote:
Hmm...Stefan, are 2 dimensional arrays in graal? I have never tryed to used them, but I thought I saw one of your scripts using them (tiles[x,y] = #). I need some 2d arrays for a few things...yeah fine you can make 2 arrays, but, 2d arrays are way cooler. Hehe... |
Hm. So the big deal in G2K2 is that the level borders are less noticible? It's good, I think such should be the case for all worlds, but I do not know that the casual observer will notice. I look at G2K2 and first say "Oo, 3D terrain!" Only after wandering do I say "Hey, no level borders? Nice!", and I'm the thrice-accursed Classic LAT guy!
|
Quote:
|
it can be simulated =\
I mean like dont we all at one point do things like myarray[i*2+1] and stuff? Thats simulating the 2d array, but yes, miltidimential arrays would be nice. But we always have ways areound disabilities :P |
Stefan... Consider this. For the price of paying for a full subscription to graal a person could buy a cheap 3d card that supports directx.
It's not our fault thier too lazy to buy a cheap 3d card! Goto www.pricewatch.com I garentee you can find a quality 3d card for $20 that is very able to run graal good! |
The problem is that you cannot always use it in your
old card. 3 years ago I had a P166. To use Riva TNT I needed to buy a new mainboard (with AGP support), new CPU and new Windows (Windows98) because Win95 didn't support AGP. |
Quote:
|
Bleh. 1) this thread's gone way off the topic of bug reports, 2) a big part of Graal's charm is that it's so oldschool. If it needs a 2GHz P4 and 128M VRAM, it had better be on par with Resident Evil 3 or whatever. It isn't, so why should it suck the same resources?
I'll grant you that the bigger pond is more attractive, but this fish isn't big enough to survive in it yet. We're the big fish in the little pond, and better that than the bait in the shark tank. |
Quote:
I wouldn't mind great gfx though, or 3d features, and with proper use it could go good...thats why I think they should at least be available. |
why not have an option that sayed scroll bar or the little dude, or the weird arrow thingys??
|
Or, how about being able to pass values to functions?
swingSword(sword1.png); |
Yes the scripting engine will be redone
completely (C compatible, new better way of accessing strings, function parameters). Yes Tyhm that is true. Btw the 3D terrain engine took look 1 week of work, the major engine update in Graal2002 is actually the global positioning (gmaps are like one big level) which makes things like the ship possible and avoid the strange npc loading problems on Graal2001 (railroads hanging in the air till you get nearer and see the rest). |
Quote:
You do mean you can basicly import C/C++ coding into the graal engine, allowing you to adjust virtually anything correct? :D |
| All times are GMT +2. The time now is 07:36 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.