Graal Forums  

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

View Poll Results: Did you start with GScript
Omg yes! 22 64.71%
Ugh, no. 12 35.29%
Voters: 34. You may not vote on this poll

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 05-16-2008, 06:01 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
I'm just saying that it was fun to make some suckish games quickly ... I recall making a game on Sonic with a friend, we had like 6 crappy games you could download.
__________________
Reply With Quote
  #32  
Old 05-16-2008, 09:50 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Rapidwolve24 View Post
Started with GScript. After that HTML, PHP, JavaScript. Now I am working on a game in C++. GScript made it much easier for me to learn these other languages quickly and its a great place to start.

Attached is a application I began programming with C++ a couple weeks ago.

At the moment the program has the following features:
  • [Custom]Has its own file format for resources (.ocr: levels, meshes, worlds)
  • [DirectX]Draws graphics (text, mesh files, images)
  • [WinSock]Connects to a server (only connects)
  • [DirectX]Reads input from devices (mouse, keyboard)
I don't think using C++ and DirectX itself is a good idea unless you're creating a high-level 3D gaming engine. You're probably better off using SDL in place of DirectX (SDL uses DirectX to render or can be set to work alongside OpenGL).

I would use C# and SDL.NET if I wanted to make a game.
__________________
Reply With Quote
  #33  
Old 05-16-2008, 01:44 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
The most recent version of Game Maker is actually pretty advanced and can even load custom DLLs ;o
Reply With Quote
  #34  
Old 05-17-2008, 10:38 PM
Rapidwolve24 Rapidwolve24 is offline
North*
Join Date: Oct 2007
Location: Massachusetts
Posts: 178
Rapidwolve24 is on a distinguished road
Send a message via AIM to Rapidwolve24 Send a message via MSN to Rapidwolve24
Quote:
Originally Posted by Inverness View Post
I don't think using C++ and DirectX itself is a good idea unless you're creating a high-level 3D gaming engine. You're probably better off using SDL in place of DirectX (SDL uses DirectX to render or can be set to work alongside OpenGL).

I would use C# and SDL.NET if I wanted to make a game.
C# isn't powerful, and SDL is cheating in my eyes.
Reply With Quote
  #35  
Old 05-17-2008, 10:51 PM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Quote:
Originally Posted by Rapidwolve24 View Post
C# isn't powerful, and SDL is cheating in my eyes.
How so is SDL cheating if it allows rapid application development?
__________________

Reply With Quote
  #36  
Old 05-17-2008, 11:09 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Robin View Post
How so is SDL cheating if it allows rapid application development?
Exactly. It's a helping tool, in a way.

I think that every programming language is cheating; people need to build their own programming languages, it's cheating to use someone else's.
__________________
Reply With Quote
  #37  
Old 05-17-2008, 11:11 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by cbk1994 View Post
Exactly. It's a helping tool, in a way.

I think that every programming language is cheating; people need to build their own programming languages, it's cheating to use someone else's.
Yea, lets all use ASM to create games ;D
Reply With Quote
  #38  
Old 05-17-2008, 11:24 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Crow View Post
Yea, lets all use ASM to create games ;D
The American Society For Microbiology?

I don't think that'd work too well.
__________________
Reply With Quote
  #39  
Old 05-19-2008, 01:25 AM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
Quote:
Originally Posted by cbk1994 View Post
The American Society For Microbiology?

I don't think that'd work too well.
Good work; assembly.
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/
Reply With Quote
  #40  
Old 06-11-2008, 01:26 AM
bscharff bscharff is offline
Bloo
bscharff's Avatar
Join Date: Sep 2006
Location: San Antonio, Texas
Posts: 185
bscharff has a little shameless behaviour in the past
Send a message via AIM to bscharff Send a message via MSN to bscharff Send a message via Yahoo to bscharff
PHP while scripting Housekeeping for Habbo Hotel Retros.
Saw GS1 and the many similarities - then GS2, etc.
__________________
Trying to be nice now...
Reply With Quote
  #41  
Old 06-11-2008, 02:16 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
I started with Pascal No Graalscript back then
Reply With Quote
  #42  
Old 06-11-2008, 02:31 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by cbk1994 View Post
Exactly. It's a helping tool, in a way.

I think that every programming language is cheating; people need to build their own programming languages, it's cheating to use someone else's.
I've always had you balanced between the Smart and Retard sides of the meter but that tilted it towards Retard.

You should stay away from the game development world.

And by the way, how is C# not powerful?
__________________
Reply With Quote
  #43  
Old 06-11-2008, 02:49 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Inverness View Post
I've always had you balanced between the Smart and Retard sides of the meter but that tilted it towards Retard.

You should stay away from the game development world.

And by the way, how is C# not powerful?
The members of these forums do not have the ability to comprehend sarcasm.
__________________
Reply With Quote
  #44  
Old 06-11-2008, 02:16 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by cbk1994 View Post
The members of these forums do not have the ability to comprehend sarcasm.
so that includes you too?

Anyways, I started with gscript I'm now doing more C++ though..
__________________
Reply With Quote
  #45  
Old 06-11-2008, 02:46 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Chompy View Post
so that includes you too?
MEANIE
__________________
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 01:34 PM.


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