Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 984 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19053 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
What is C-script capible of? #95822
10/25/06 00:30
10/25/06 00:30
Joined: Oct 2006
Posts: 45
J
juggalo10101 Offline OP
Newbie
juggalo10101  Offline OP
Newbie
J

Joined: Oct 2006
Posts: 45
Hello, i am a 13 year onld wanting to make my own games. I have experience on coding, i know php, javascript, html and basic.

Can c-script pretty much make any game a human could want? Is it very flexible is what im asking.

Re: What is C-script capible of? [Re: juggalo10101] #95823
10/25/06 00:49
10/25/06 00:49
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
Flexible, and you can make many gametypes,
but this does not come for free,
so dont plan on the next MMORPG Blizzard Buster,

try to make a small casualgame, (like pong) first, and get all the knowlegde together to
realize this first project.

Re: What is C-script capible of? [Re: Damocles] #95824
10/25/06 09:36
10/25/06 09:36
Joined: Oct 2004
Posts: 1,655
T
testDummy Offline
Serious User
testDummy  Offline
Serious User
T

Joined: Oct 2004
Posts: 1,655
The following statements, expressions, lists, opinions, etc. refer to the C-Script 'language' in it's current non-beta state and do not accurately reflect C-Lite or other 'addons'. It seems that 'addons' (C-Lite, the replacement language for C-Script?) might be sold as separate products in the future to help compensate for the 'horrible' short comings of the current C-Script 'language'.


Code:

(Some items may appear to be 'duplicates.')
missing feature (C++ plugin written by me to compensate; testDummy plugin)
dynamic arrays can be implemented (tD plugin)
local array sizes larger than 3 elements (tD plugin)
multi-dimensional arrays (tD plugin)
structures
linked lists (tD plugin)
vector arrays (tD plugin)
hashtables
string arrays
string lists
if else, elseif, etc.
switch
for
short-circuiting operators
functions with more than 4 parameters
function overloading
memory allocation/deallocation


...Other individuals may add to the list if those other individuals are not too busy sending flames in my direction.

Is C-Script suitable for a 13 year old who wishes to make games, a 13 year old that may have programming experience with php, JavaScript, and BASIC? Probably, but that is merely a 'weak' opinion and I can't state that I know many 13 year olds personally. If anything, the simplicity of C-Script may make the product more suitable or desirable, but some of that may change with the 'official' introduction of Lite-C.

Do I think C-Script is a comparatively 'flexible' language? I will not lie in this instance. I certainly do not think so.
Quote:

Can c-script pretty much make any game a human could want?



Quoted juggalo10101.
My extremely short answer to this is question, is "no", but again, that is merely my opinion.
Do I think that some 13 year olds might derive much entertainment value from the 3D GameStudio product? My ridiculously brief answer to this question is, "yes".

It seems the community provides good support and there are plenty of usage 'examples' available. This may not be true for comparable products in the same 'class'.

Re: What is C-script capible of? [Re: Damocles] #95825
10/25/06 12:28
10/25/06 12:28
Joined: Oct 2006
Posts: 96
NC, USA
Noob65 Offline
Junior Member
Noob65  Offline
Junior Member

Joined: Oct 2006
Posts: 96
NC, USA
Are you saying A6 is not capable of creating a MMO game?


Noob65

Re: What is C-script capible of? [Re: Noob65] #95826
10/25/06 12:44
10/25/06 12:44
Joined: Oct 2002
Posts: 8,939
planet.earth
ello Offline
Senior Expert
ello  Offline
Senior Expert

Joined: Oct 2002
Posts: 8,939
planet.earth
it is so capible that it is capable to be capible

Re: What is C-script capible of? [Re: Noob65] #95827
10/25/06 13:36
10/25/06 13:36
Joined: Oct 2006
Posts: 96
NC, USA
Noob65 Offline
Junior Member
Noob65  Offline
Junior Member

Joined: Oct 2006
Posts: 96
NC, USA
That still didn't answer the question, and I'm sure you misspell from time to time too. LOL

Noob65

Re: What is C-script capible of? [Re: Noob65] #95828
10/25/06 15:10
10/25/06 15:10
Joined: Jan 2004
Posts: 2,013
The Netherlands
E
Excessus Offline
Expert
Excessus  Offline
Expert
E

Joined: Jan 2004
Posts: 2,013
The Netherlands
A6 is as capable as its user.

The limitations mentioned by TD don't make it impossible to write an MMO, they just make it more difficult and more annoying.

Re: What is C-script capible of? [Re: Excessus] #95829
10/25/06 15:14
10/25/06 15:14
Joined: Oct 2006
Posts: 96
NC, USA
Noob65 Offline
Junior Member
Noob65  Offline
Junior Member

Joined: Oct 2006
Posts: 96
NC, USA
So there are no limitaions with C-script?

Noob65

Re: What is C-script capible of? [Re: Noob65] #95830
10/25/06 15:36
10/25/06 15:36
Joined: Jan 2004
Posts: 2,013
The Netherlands
E
Excessus Offline
Expert
Excessus  Offline
Expert
E

Joined: Jan 2004
Posts: 2,013
The Netherlands
There are limitations to any language. Test dummy mentioned some limitations of c-script that are especially problematic. However, there are always other ways to program something, and these limitations are not a 'show stopper' for any kind of game.

Re: What is C-script capible of? [Re: Excessus] #95831
10/25/06 22:32
10/25/06 22:32
Joined: Jan 2003
Posts: 1,738
Nashua New Hampshire
anonymous_alcoho Offline
Senior Developer
anonymous_alcoho  Offline
Senior Developer

Joined: Jan 2003
Posts: 1,738
Nashua New Hampshire
In terms of scripting, C-Script is limited, A6 is not. C-Script has many deficiencies (none that have affected me yet, but I'm not a proffesional programmer), but with C++ plugins almost anything can be realized in the A6 engine. The engine might not be as powerful as some other 100grand engines, but with a bit more work, it can produce high quality games. it just takes determination.


"Oh no, it's true! I'm a love magnet!" Calvin from Calvin and Hobbes My name's Anonymous_Alcoholic.
Page 1 of 2 1 2

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1