Graal Forums  

Go Back   Graal Forums > Search Forums
FAQ Members List Calendar Today's Posts

Showing results 251 to 275 of 500
Search took 0.50 seconds; generated 48 minute(s) ago.
Search: Posts Made By: Dach
Forum: Graal Main Forum (English) 07-13-2004, 04:51 PM
Replies: 236
Views: 32,586
Posted By Dach
I wanna make the camera

I wanna make the camera
Forum: Graal Main Forum (English) 07-13-2004, 04:49 PM
Replies: 12
Views: 885
Posted By Dach
I'm confused?

I'm confused?
Forum: Graal Main Forum (English) 07-12-2004, 09:28 PM
Replies: 13
Views: 754
Posted By Dach
just keep it hush hush ;) awesomeness,...

just keep it hush hush ;)

awesomeness, thanks for fixing the search, I haven't been able to use it productively since the upgrade
Forum: Hello and Goodbyes 07-12-2004, 05:11 AM
Replies: 21
Views: 1,962
Posted By Dach
haha, you forgot me ;) have fun

haha, you forgot me ;)

have fun
Forum: NPC Scripting 07-12-2004, 04:58 AM
Replies: 13
Views: 2,393
Posted By Dach
use && instead of ||, and I'd suggest doing the...

use && instead of ||, and I'd suggest doing the showpoly after finding the stopping point (you're only using one line anyway, so no need to draw it over and over)
Forum: NPC Scripting 07-11-2004, 12:26 AM
Replies: 23
Views: 3,208
Posted By Dach
they are arrays that return the increment...

they are arrays that return the increment direction (-1 or 1) for that direction
dir | up left down right
vecx | 0 -1 0 1
vecy | -1 0 1 0
Forum: Tech Support 07-09-2004, 01:18 AM
Replies: 4
Views: 1,085
Posted By Dach
check your color settings, Graal doesn't like 24...

check your color settings, Graal doesn't like 24 bit if I remember correctly
Forum: Graal Main Forum (English) 07-08-2004, 05:37 PM
Replies: 236
Views: 32,586
Posted By Dach
aol always says that, mines always around 26000...

aol always says that, mines always around 26000 and I'm on 56k
Forum: PlayerWorlds Main Forum 07-08-2004, 03:52 AM
Replies: 37
Views: 2,932
Posted By Dach
my only complaint (because I am cursed with a...

my only complaint (because I am cursed with a slow connection) is that I tend to get stuck under the trees before they load, no biggie once they're loaded of course, but just putting some blocking...
Forum: NPC Scripting 07-06-2004, 05:59 PM
Replies: 16
Views: 3,729
Posted By Dach
taken from newfeatures2001.txt the hp...

taken from newfeatures2001.txt


the hp document Stefan posted also has some useful information if for whatever reason this doesn't satisfy you...
Forum: Graal Main Forum (English) 07-05-2004, 08:51 PM
Replies: 64
Views: 4,516
Posted By Dach
I found a link from zeldagames.com (site is dead...

I found a link from zeldagames.com (site is dead now) it said "online Zelda game" or so. After I crapped myself, I downloaded it. I wasn't able to connect online (stupid AOL and parental controls),...
Forum: Graal Main Forum (English) 07-05-2004, 08:39 PM
Replies: 236
Views: 32,586
Posted By Dach
I'll just borrow one of my friends' dsl...

I'll just borrow one of my friends' dsl connection when it comes time for me to play

YaY for friends w/ dsl, boo for stupid dsl companies not supporting my area!
Forum: Graal Main Forum (English) 07-02-2004, 07:16 AM
Replies: 9
Views: 1,360
Posted By Dach
Even though I don't really play GK anymore (one...

Even though I don't really play GK anymore (one month was enough for me), I put my GK char at the end of the line. The second switches to the hyrule shield sometimes, and is the prevalently used one...
Forum: Hello and Goodbyes 06-29-2004, 05:32 PM
Replies: 34
Views: 2,140
Posted By Dach
cya later alligator, have fun living life

cya later alligator, have fun living life
Forum: Tech Support 06-28-2004, 08:48 PM
Replies: 13
Views: 1,019
Posted By Dach
what? we said HAPPY BIRTHDAY AND...

what?

we said HAPPY BIRTHDAY AND WELCOME/GOODBYE!! not NGRT!!!

ugh
Forum: NPC Scripting 06-28-2004, 08:37 PM
Replies: 5
Views: 1,888
Posted By Dach
they're all in my updated commands (look in sig)

they're all in my updated commands (look in sig)
Forum: NPC Scripting 06-28-2004, 08:36 PM
Replies: 15
Views: 3,044
Posted By Dach
doesn't matter if that is all that is going on in...

doesn't matter if that is all that is going on in the script, otherwise nesting unlike checks for readability is rather pointless
Forum: NPC Scripting 06-28-2004, 06:01 PM
Replies: 21
Views: 3,108
Posted By Dach
twas what I was thinking Timevar isn't very...

twas what I was thinking

Timevar isn't very exact, but it does get the job done. Whatever happened to timevar2? Last time I tried to use it, it didn't work x_x
Forum: NPC Scripting 06-28-2004, 05:58 PM
Replies: 21
Views: 9,206
Posted By Dach
*goes and installs IRC*

*goes and installs IRC*
Forum: Graphic Design 06-24-2004, 09:10 PM
Replies: 26
Views: 1,288
Posted By Dach
Hehe, that's cool it's like you're using the...

Hehe, that's cool
it's like you're using the tool of depth perception to emphasize the reality of pixel art in contrast to our reality, stupendous!

that was weird...


some people's thumbs do...
Forum: Level Design 06-24-2004, 08:57 PM
Replies: 13
Views: 1,641
Posted By Dach
user defined land and water masses >>> fractal...

user defined land and water masses >>> fractal islands
I dun like the randomness when I actually have a plan :\



uh, no. Galdor's is better

Edit: *looks at dates* wtf
Forum: NPC Scripting 06-24-2004, 08:45 PM
Replies: 23
Views: 3,157
Posted By Dach
What I said isn't needed in the little snippet he...

What I said isn't needed in the little snippet he gave, but I was really just refering to the general case. Osrs already pointed out the answer to his primary dilemma.

You can't lose them...
Forum: NPC Scripting 06-24-2004, 06:03 PM
Replies: 23
Views: 3,157
Posted By Dach
if you need to hold information from a tokenize,...

if you need to hold information from a tokenize, create a new string/variable from that token, don't rely on the #t's (same goes with the #p's)
Forum: PlayerWorlds Main Forum 06-23-2004, 09:32 PM
Replies: 13
Views: 1,722
Posted By Dach
not the same thing, he means being able to revert...

not the same thing, he means being able to revert after a save, not regaining lost work without a save
Forum: NPC Scripting 06-23-2004, 08:48 PM
Replies: 2
Views: 1,931
Posted By Dach
The #P's are attributes, which hold for all...

The #P's are attributes, which hold for all ganis. Params are the things you set when you change the gani (local to that gani). just wanted to clear that up

You can't have replaceani use params,...
Showing results 251 to 275 of 500

 
Forum Jump

All times are GMT +2. The time now is 03:21 PM.


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