Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-06-2003, 02:55 AM
FireMaker FireMaker is offline
Registered User
Join Date: Aug 2003
Posts: 20
FireMaker is on a distinguished road
Learning to script and stuff

YEs, Im intrested in scripting... Im a highschooler, so i think there may be some courses that can get me started.

I just need to know what kind of script i the easiest/most efficent/ and most up to date to use...

(the only "Code" I know is HTML :P )
__________________
Josh

Corleone Admin
Salieri Family Mob King
FBI Vice President
Reply With Quote
  #2  
Old 09-06-2003, 02:59 AM
Golbez Golbez is offline
Banned
Golbez's Avatar
Join Date: Oct 2002
Location: Hell >:(
Posts: 739
Golbez is on a distinguished road
Send a message via AIM to Golbez Send a message via Yahoo to Golbez
Re: Learning to script and stuff

Quote:
Originally posted by FireMaker
YEs, Im intrested in scripting... Im a highschooler, so i think there may be some courses that can get me started.

I just need to know what kind of script i the easiest/most efficent/ and most up to date to use...

(the only "Code" I know is HTML :P )
It isnt the best time to start learning these scripts when a new scripting language is coming out soon.. I'd wait intill its out, then start off with everyone else.
Reply With Quote
  #3  
Old 09-06-2003, 03:50 AM
TribulationStaff TribulationStaff is offline
Registered User
Join Date: Jul 2003
Location: Pennsylvania
Posts: 368
TribulationStaff is on a distinguished road
Send a message via AIM to TribulationStaff
But if you want to take a course, take C++
__________________


Help me keep scripting
Reply With Quote
  #4  
Old 09-06-2003, 05:17 AM
FireMaker FireMaker is offline
Registered User
Join Date: Aug 2003
Posts: 20
FireMaker is on a distinguished road
very cool

my school offers a c++ class

but i gotta take geometry first :grrr:
__________________
Josh

Corleone Admin
Salieri Family Mob King
FBI Vice President
Reply With Quote
  #5  
Old 09-06-2003, 05:20 AM
Mal1core Mal1core is offline
Registered User
Join Date: Jul 2003
Location: Rochester, New York
Posts: 41
Mal1core is on a distinguished road
Send a message via AIM to Mal1core Send a message via Yahoo to Mal1core
Quote:
Originally posted by FireMaker
very cool

my school offers a c++ class

but i gotta take geometry first :grrr:
why is geometry required for c++? =/
__________________
Im still searching...
Reply With Quote
  #6  
Old 09-06-2003, 06:23 AM
Knuckles Knuckles is offline
Registered User
Join Date: Sep 2002
Location: New York
Posts: 580
Knuckles is on a distinguished road
Send a message via AIM to Knuckles
Quote:
Originally posted by Mal1core

why is geometry required for c++? =/
Programming = Logic + Math.
__________________
Knuckles
"They say 60% of the time, it works everytime!"
Reply With Quote
  #7  
Old 09-06-2003, 06:24 AM
Mal1core Mal1core is offline
Registered User
Join Date: Jul 2003
Location: Rochester, New York
Posts: 41
Mal1core is on a distinguished road
Send a message via AIM to Mal1core Send a message via Yahoo to Mal1core
hmmmm i guess.
__________________
Im still searching...
Reply With Quote
  #8  
Old 09-06-2003, 08:19 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally posted by TribulationStaff
Pick an angle, then pick a random start position for each drop. Then just have them move in a line in the direction of the angle. That is all you need for rain
I'm guessing he meant to put that in the snowfall thread... XD
__________________

Reply With Quote
  #9  
Old 09-06-2003, 09:06 PM
TribulationStaff TribulationStaff is offline
Registered User
Join Date: Jul 2003
Location: Pennsylvania
Posts: 368
TribulationStaff is on a distinguished road
Send a message via AIM to TribulationStaff
Oops
__________________


Help me keep scripting
Reply With Quote
  #10  
Old 09-06-2003, 09:43 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Quote:
Originally posted by TribulationStaff
But if you want to take a course, take C++
Isn't there something new now, C# ?
__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote
  #11  
Old 09-07-2003, 04:38 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by GoZelda

Isn't there something new now, C# ?
Yes, but there are differences. C# is basically Microsoft's answer to Java.
__________________
Reply With Quote
  #12  
Old 09-07-2003, 11:32 AM
SilentSkripter1988 SilentSkripter1988 is offline
Banned
Join Date: Aug 2003
Posts: 56
SilentSkripter1988 is on a distinguished road
Ok, school programming classes teach you console / dos programming w/ that cin and cout stuff, completely useless in opengl or directx programming. School classes suck learn on ur own.
Reply With Quote
  #13  
Old 09-07-2003, 01:10 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by SilentSkripter1988
Ok, school programming classes teach you console / dos programming w/ that cin and cout stuff, completely useless in opengl or directx programming. School classes suck learn on ur own.
cin and cout are merely tools to facilitate the learning of syntax and programming techniques. Once the student understands the basics, they can apply themselves to advanced programming with ease.
__________________
Reply With Quote
  #14  
Old 09-07-2003, 03:32 PM
Mal1core Mal1core is offline
Registered User
Join Date: Jul 2003
Location: Rochester, New York
Posts: 41
Mal1core is on a distinguished road
Send a message via AIM to Mal1core Send a message via Yahoo to Mal1core
Quote:
Originally posted by SilentSkripter1988
Ok, school programming classes teach you console / dos programming w/ that cin and cout stuff, completely useless in opengl or directx programming. School classes suck learn on ur own.
maybe, but it could also be useful later anyway.
__________________
Im still searching...
Reply With Quote
  #15  
Old 09-08-2003, 01:34 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Quote:
Originally posted by SilentSkripter1988
Ok, school programming classes teach you console / dos programming w/ that cin and cout stuff, completely useless in opengl or directx programming. School classes suck learn on ur own.
That's like, knowing what each word type is in a sentence, but not knowing what the word means =x

Oh yes. It also depends what you want to make. If you want to make fast, small games like chess i suggest Java or JavaScript. If you want to make download games like, uhm... Graal! you should use C or, even better, C++ :o !

Quote:
Originally posted by Kaimetsu
Yes, but there are differences. C# is basically Microsoft's answer to Java.
I wouldn't learn that if it's like the first internet explorer =x
__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote
  #16  
Old 09-08-2003, 01:42 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Re: Re: Learning to script and stuff

Quote:
Originally posted by Golbez


It isnt the best time to start learning these scripts when a new scripting language is coming out soon.. I'd wait intill its out, then start off with everyone else.
What language? =o
__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote
  #17  
Old 09-08-2003, 02:04 PM
Mal1core Mal1core is offline
Registered User
Join Date: Jul 2003
Location: Rochester, New York
Posts: 41
Mal1core is on a distinguished road
Send a message via AIM to Mal1core Send a message via Yahoo to Mal1core
i think its a new version of C.
__________________
Im still searching...
Reply With Quote
  #18  
Old 09-08-2003, 02:06 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
No, there's a new version of Graal's script engine which changes a great many aspects of GScript. Currently it's only accessible to a select few, but eventually it will replace the currently-used engine.
__________________
Reply With Quote
  #19  
Old 09-08-2003, 02:07 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
o.o you mean Graal made in C++? could be a little more clear x.x
__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote
  #20  
Old 09-08-2003, 02:30 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by GoZelda
o.o you mean Graal made in C++? could be a little more clear x.x
Graal has a scripting engine.
It interprets and executes scripts.
Those scripts are written in a language named GScript.
A new version of the engine exists.
It extends GScript such that we can do far more.

The new GScript is not in any way related to C++, aside from aesthetic similarities
__________________
Reply With Quote
  #21  
Old 09-08-2003, 08:20 PM
Sheepiroth Sheepiroth is offline
Registered User
Join Date: Sep 2003
Location: NY
Posts: 15
Sheepiroth is on a distinguished road
Send a message via AIM to Sheepiroth
Quote:
Originally posted by Kaimetsu


Graal has a scripting engine.
It interprets and executes scripts.
Those scripts are written in a language named GScript.
A new version of the engine exists.
It extends GScript such that we can do far more.

The new GScript is not in any way related to C++, aside from aesthetic similarities
So is this new langauge going to be required for use, or is it going to be optional? It would be pretty bad if all the servers had to re-script everything they already made... :O
__________________
Delteria 4 lyf
Reply With Quote
  #22  
Old 09-08-2003, 09:37 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally posted by Sheepiroth


So is this new langauge going to be required for use, or is it going to be optional? It would be pretty bad if all the servers had to re-script everything they already made... :O
Stefan is supposedly making a converter.
I would suppose all the old formats/commands will eventually be removed, since once the new engine comes out they'll all be deprecated ;x
__________________

Reply With Quote
  #23  
Old 09-08-2003, 09:47 PM
TribulationStaff TribulationStaff is offline
Registered User
Join Date: Jul 2003
Location: Pennsylvania
Posts: 368
TribulationStaff is on a distinguished road
Send a message via AIM to TribulationStaff
Jagen has told me that the new engine will be 100% retrocompatible, with the possibile exceptions of deprecation of more command. *sniffle* I miss you playersays()
__________________


Help me keep scripting
Reply With Quote
  #24  
Old 09-09-2003, 12:46 AM
Sheepiroth Sheepiroth is offline
Registered User
Join Date: Sep 2003
Location: NY
Posts: 15
Sheepiroth is on a distinguished road
Send a message via AIM to Sheepiroth
All right, I got scared for a second ... thanks
__________________
Delteria 4 lyf
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:27 AM.


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