Gamestudio Links
Zorro Links
Newest Posts
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
1 registered members (TedMar), 1,420 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Start with 3dgs, need help #304788
01/10/10 21:14
01/10/10 21:14
Joined: Jan 2010
Posts: 16
W
wacek Offline OP
Newbie
wacek  Offline OP
Newbie
W

Joined: Jan 2010
Posts: 16
Welcome

I am a new uzytwkonikiem 3D Game Studio, and I have a few questions

1. how to start learning, I would ask for some links and tips
2. What is the difference between the lite-C (*. c) the script - C (*. WDL)
3. To be used skill1, skill2, skill3, etc..
4. Where can I Find an Guides "How to mak game online (client-server)"
5.Where can I Find an Directories (3dgs with mysql database) I mean to save the position player

6. Is there a Polish support 3dgs?

thx

Last edited by wacek; 01/10/10 21:21.
Re: Start with 3dgs, need help [Re: wacek] #304794
01/10/10 21:43
01/10/10 21:43
Joined: May 2009
Posts: 1,816
at my pc (duh)
darkinferno Offline
Serious User
darkinferno  Offline
Serious User

Joined: May 2009
Posts: 1,816
at my pc (duh)
i would recommend downloading the gamestudio AUM magazines found here: http://www.3dgamestudio.com/
read through them, download the demos, tweak the code, same goes for here: http://au.conitec.net/
there are alot of demos and such in the above links, play with them and try to learn the few basics

AVOID USING THE TEMPLATES if you really want to make a game with your own custom feel

2- liteC is the newer scripting language used with gamestudio A7, c-script is the older language for A6 and lower, liteC gives alot more functionality to the coder and in my opinion is simpler to understand and work with

3- i dont know what you mean exactly and i never was good at telling what a skill is, took me a while to understand them perfectly, but basically they are values that you cant attach to entities, for example health, you could have 10 players with their skill1 being their HEALTH and you could decrease each players health without affecting the others...

4- if you wanna do multiplayer games, i really would advise that you atleast get you basic game idea running in single player mode first, which is what i did, the knowledge will be valuable when you take on a multiplayer project, i wont give the link for the multiplayer system you could try using, simply because i really think you should try singleplayer first but theres the built in gamestudio multiplayer engine[tricky to work with] and theres Anet[requires you to code a few systems, interpolation and such]

5- not exactly sure what you want here but am sure someone else will answer

am also sure someone else will clear up any mistakes i mau have made above, am too lazy/busy/tired/hungry/unmotivated to read it over so i apologize for typos grin

welcome to the community, may you become a great designer and not rampage the forum looking for posts to criticize tongue lol

-dark inferno-

Re: Start with 3dgs, need help [Re: darkinferno] #304801
01/10/10 22:09
01/10/10 22:09
Joined: Jan 2010
Posts: 16
W
wacek Offline OP
Newbie
wacek  Offline OP
Newbie
W

Joined: Jan 2010
Posts: 16
thx darkinferno
5th questions - http://www.youtube.com/watch?v=7rknpHwmD8w, this guy use database

Re: Start with 3dgs, need help [Re: wacek] #304806
01/10/10 23:31
01/10/10 23:31
Joined: Jan 2010
Posts: 145
Doc_Savage Offline
Member
Doc_Savage  Offline
Member

Joined: Jan 2010
Posts: 145
ive looked at many tutorials, is there one for a first person shooter? or at the very least a 3rd person one? i know about workshop 24, but not much was done with it in the tutorial, is there a step by step tutorial on this?


Do not concern yourself with my race, personality or origin. find my record in the pits, and then make your wager.
Re: Start with 3dgs, need help [Re: wacek] #304810
01/11/10 00:03
01/11/10 00:03
Joined: Aug 2005
Posts: 1,185
Ukraine
Lion_Ts Offline
Serious User
Lion_Ts  Offline
Serious User

Joined: Aug 2005
Posts: 1,185
Ukraine
6. year ago I saw two Polish sites: http://3dgamestudio.pl and http://www.acknex.pl but now they both dead. If you can read russian then you can try http://3dgs.ru

Re: Start with 3dgs, need help [Re: Doc_Savage] #304814
01/11/10 00:30
01/11/10 00:30
Joined: Dec 2008
Posts: 1,660
North America
Redeemer Offline
Serious User
Redeemer  Offline
Serious User

Joined: Dec 2008
Posts: 1,660
North America
If you teach yourself programming Doc_Savage then you should be able to create almost any type of game relatively easy (besides MMOs, of course).

What I mean is, tutorials are great, but they don't teach you much beyond the limited scope of the tutorial. Study a broad range of subjects, and you should be able to make any type of game you want laugh

But back to the topic:

@wacek: saving/loading a game is pretty simple. In your code just use the function game_save() (to save your game) and game_load() (to load it).


Eats commas for breakfast.

Play Barony: Cursed Edition!
Re: Start with 3dgs, need help [Re: Redeemer] #304821
01/11/10 01:03
01/11/10 01:03
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
@wacek if you really need that database, that guy uses gstsqlite, search on forum.


3333333333
Re: Start with 3dgs, need help [Re: Quad] #304825
01/11/10 02:31
01/11/10 02:31
Joined: Jan 2010
Posts: 145
Doc_Savage Offline
Member
Doc_Savage  Offline
Member

Joined: Jan 2010
Posts: 145
i thought this was on topic, im new to 3dgs too. you say to learn the programming, but i have no clue what type to learn or where to learn it, thats why i came here. and what do you mean by "broad range of subjects"? i dont want to have to take 6 or 7 courses on pc programming before i can do anything with this, if i need to, PLEASE let me know now. ive already self taught myself how to make 3d models, characters, weapons, and pro game textures. and that was a challenge itself.

Last edited by Doc_Savage; 01/11/10 02:32.

Do not concern yourself with my race, personality or origin. find my record in the pits, and then make your wager.
Re: Start with 3dgs, need help [Re: Quad] #304826
01/11/10 02:37
01/11/10 02:37
Joined: Jan 2010
Posts: 16
W
wacek Offline OP
Newbie
wacek  Offline OP
Newbie
W

Joined: Jan 2010
Posts: 16
Thanks for all the answers

But I still have a few questions: D

What language will be useful for lite-c, Delphi, C ++, WinAPI ?

Re: Start with 3dgs, need help [Re: wacek] #304858
01/11/10 14:45
01/11/10 14:45
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
For Lite-C you should use Lite-C ^^

it has it's on, C++ based scripting language which is pretty easy to learn laugh

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