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
2 registered members (AndrewAMD, Ayumi), 1,405 guests, and 4 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 3 1 2 3
Create a game from scratch youtube tutorial series ENGLISH #449822
04/01/15 02:40
04/01/15 02:40
Joined: Apr 2005
Posts: 1,988
Canadian, Eh
DLively Offline OP
Serious User
DLively  Offline OP
Serious User

Joined: Apr 2005
Posts: 1,988
Canadian, Eh
Hey guys!

I'm currently putting together a series of tutorials for beginners to learn from and wanted to start sharing it.
Please take a moment to subscribe and support my channel!
Post your channels with your comments here so others can support you too!

Click Here to Learn

Hopefully this gets new people interested in 3dgs and become a part of the community laugh

Last edited by DLively; 04/01/15 02:42.

A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com
Re: Create a game from scratch youtube tutorial series ENGLISH [Re: DLively] #449850
04/01/15 15:39
04/01/15 15:39

M
Malice
Unregistered
Malice
Unregistered
M



Not bad so far, I'll have to finish watching the posts today.

You can further support your videos and the engine promotion effort with a facebook group page "Game Studio A8 Fans", or such. Not an Q&A like the forum, just promotion and attraction effort.

Re: Create a game from scratch youtube tutorial series ENGLISH [Re: ] #449851
04/01/15 15:49
04/01/15 15:49
Joined: Apr 2005
Posts: 1,988
Canadian, Eh
DLively Offline OP
Serious User
DLively  Offline OP
Serious User

Joined: Apr 2005
Posts: 1,988
Canadian, Eh
Thanks Buddy laugh
I'll look into that facebook page. I didnt think to look on facebook for A8 lol...


A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com
Re: Create a game from scratch youtube tutorial series ENGLISH [Re: DLively] #449852
04/01/15 16:04
04/01/15 16:04

M
Malice
Unregistered
Malice
Unregistered
M



LOL I know I am studying current promotion in products. Using Facebook, Twitter and any of the live stream sites to engage none users and get user talking about the product is very key these days.

There is a lot of internal marketing here. However almost everyone who is reading this post is already a user of the engine.

I true wish they would rip down that gamestdio.com page and build a new one with better( and more honest) marketing. "World's fast" lol. What to sell this engine use words like "Originality, Independence and Freedom(from royalties)." Marketing buzz like suggesting that Gamestudio is the best place to learn programming before attacking the more complex and beginner unfriendly langues of the Unity and Unreal Engines.

Anyway I'm both hijacking the thread that ranting. Sorry.

Love the Video series.
Mal

Re: Create a game from scratch youtube tutorial series ENGLISH [Re: ] #449871
04/01/15 19:08
04/01/15 19:08
Joined: Apr 2005
Posts: 1,988
Canadian, Eh
DLively Offline OP
Serious User
DLively  Offline OP
Serious User

Joined: Apr 2005
Posts: 1,988
Canadian, Eh
I've only been at this for the last 3 days now, so there wont be to much publicity on my tutorial series yet. But yes social media is the best place to start advertising it for sure. Im waiting for some groups to allow me in then I will share my tutorials there too.

I too would like to see a new gamestudio website with all the actual thruthful features and facts about it.

Its all relevant.

Cheers Malice!


A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com
Re: Create a game from scratch youtube tutorial series ENGLISH [Re: DLively] #449873
04/01/15 19:22
04/01/15 19:22
Joined: May 2009
Posts: 5,370
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,370
Caucasus
DLively@ great to see someone making video tutorials that Acknex does really miss! Keep it up! But I have to say, that I don't really like the way you are writing your code.. It looks oldschool c-script way, which isn't the best way to handle everything with lite-c.

Example of what I mean:
Code:
if(key_w){
   // then move player forward
}
if(key_s){
   // then move player backward
}

Please, don't teach to write code this way, do it like (key_w - key_s), so it will be more clear and elegant. If you want to, I'll be happy to lend a hand of help you there with coding part! So we could create something like those unity tutorials.

My best wishes and keep it up please!


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Re: Create a game from scratch youtube tutorial series ENGLISH [Re: 3run] #449891
04/01/15 23:18
04/01/15 23:18
Joined: Apr 2005
Posts: 1,988
Canadian, Eh
DLively Offline OP
Serious User
DLively  Offline OP
Serious User

Joined: Apr 2005
Posts: 1,988
Canadian, Eh
Sorry, but the way your suggesting to write my code, will not work at all with the way I have it set up. If you watched the tutorials, I set it up that way at first, then changed it to suit the project.

Left you a Pm.


A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com
Re: Create a game from scratch youtube tutorial series ENGLISH [Re: DLively] #449896
04/02/15 01:55
04/02/15 01:55
Joined: Apr 2005
Posts: 1,988
Canadian, Eh
DLively Offline OP
Serious User
DLively  Offline OP
Serious User

Joined: Apr 2005
Posts: 1,988
Canadian, Eh
Many more videos added today laugh


A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com
Re: Create a game from scratch youtube tutorial series ENGLISH [Re: DLively] #449898
04/02/15 06:01
04/02/15 06:01
Joined: Mar 2011
Posts: 3,150
Budapest
sivan Offline
Expert
sivan  Offline
Expert

Joined: Mar 2011
Posts: 3,150
Budapest
nice job! you could make some MapBuilder tutorials too grin I'm too lazy to do, and the worst part is uploading....

however you could boost somehow the volume, and please avoid to call a boolean-like var variable as OPEN_OR_CLOSED, much better to write isclosed that exactly describes what means state 0 and 1


Free world editor for 3D Gamestudio: MapBuilder Editor
Re: Create a game from scratch youtube tutorial series ENGLISH [Re: sivan] #449914
04/02/15 12:06
04/02/15 12:06
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline
Serious User
Reconnoiter  Offline
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Good idea. There a few things that I want to add:

- video volume could be a bit louder tongue
- I personally think it is a bad idea to use WED to promote GS3d. WED is outdated & clumsy, and while some diehards here may still use it, I doubt new users will like WED. Better is to either skip map editors as a whole (place ents through script) for now or use e.g. Sivan's editor. Though on the hand I understand its easy to create good looking lightning with blocks and blocks allow bsp building.
- I am not entirely sure about this one, but it looks like the way you create actions results in an alot of duplicated code when different more types of entities (more enemies etc.). Its fine for now, I would suggest to eventually add a tutorial where you make functions that can be used by different types of entities (gravity(), movement(), jump(), scan_for_enemy(), etc.).

keep it up

Page 1 of 3 1 2 3

Moderated by  HeelX, Tobias_Runde 

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