Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (AndrewAMD, alibaba, 7th_zorro, 2 invisible), 1,034 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 7 of 7 1 2 3 4 5 6 7
Re: C4 Game [Re: Frederick_Lim] #183075
02/27/08 12:57
02/27/08 12:57
Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
Machinery_Frank Offline
Senior Expert
Machinery_Frank  Offline
Senior Expert

Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
To be honest: In the meantime while we talk in the forums you could have learned C++ via tutorials above (given the case you already have some programming knowledge).

Often we are just too lazy and seek for excuses.


Models, Textures and Games from Dexsoft
Re: C4 Game [Re: Machinery_Frank] #183076
02/27/08 15:15
02/27/08 15:15
Joined: Oct 2003
Posts: 702
Z
zazang Offline
User
zazang  Offline
User
Z

Joined: Oct 2003
Posts: 702
Yeah time spent leaning is good...I recently started leaning back C++...If u wanna be a programmer for the most part of ur life then ur safe bet is C++..If u dont believe then go check here the programmer job requirements in the big studios :-

http://www.gamedev.net/directory/careers/default.asp?occupationid=4

That said,my first and last engine love is gamestudio..It is so powerful yet so easy to grasp...I just wait for the day a mainstream game is released in Gamestudio and then all GS programmers get hired in id software jk


I like good 'views' because they have no 'strings' attached..
Re: C4 Game [Re: zazang] #183077
02/27/08 20:32
02/27/08 20:32
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline
Expert
JibbSmart  Offline
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
yes, i do know a couple other programming languages; mainly C++.

Quote:

As long as SED crashes with debug information and error messages are not handled back to SED you will not feel as comfortable as you feel in a standard development environment.


the crashes are only with specific errors, and aside from those the error messages given are generally very useful and quite specific.

even then, A7 is fairly easy to use with other programming languages too.

i'm not trying to say "choose A7 over C4" because i couldn't care less. i'm just trying to be useful for anyone who comes across this thread and this decision by summarising the thread -- great for artists, but A7 is more useful for programmers. if a programmer really wants to dive into the C++ nuts and bolts A7 and C4 both give you good options, but i can't compare them because no one here who uses C4 seems to use it for its C++.

just one other note as i was scanning through this thread again:
Quote:

But since Lite-C also forces you to use pointers and structs the gap between Lite-C and C++ became smaller.


lite-C does not force you to use pointers and structs. it does not make anything more difficult than C-script. the only hard part is getting used to the little differences if you were already a proficient C-scripter.

julz


Formerly known as JulzMighty.
I made KarBOOM!
Re: C4 Game [Re: JibbSmart] #183078
03/14/08 09:32
03/14/08 09:32
Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
Machinery_Frank Offline
Senior Expert
Machinery_Frank  Offline
Senior Expert

Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
I rendered a few of my models and textures in C4 and I like it more and more.

Here is a machine of mine:




and another one:




And here is a test of one of my textures with different rendering modes:


normal-mapping:




parallax-mapping:




horizon-mapping:




Last one is impressive. It is better than parallax. It casts even shadows from materials on materials (self-shadowing) only from height map.

I will do some more experimenting with it. But up to now I am really impressed by the amount of lighting options, the optimized OpenGL shaders and the scene-management.
A quality demo with huge amount of details per zone should be possible there.


Models, Textures and Games from Dexsoft
Re: C4 Game [Re: Machinery_Frank] #183079
03/14/08 17:09
03/14/08 17:09
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
the last pic is incredible, indeed, you can almost feel the structure of the box. never heard about horizon mapping, though, something i must have missed.

Re: C4 Game [Re: broozar] #183080
03/15/08 08:29
03/15/08 08:29
Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
Machinery_Frank Offline
Senior Expert
Machinery_Frank  Offline
Senior Expert

Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany


Models, Textures and Games from Dexsoft
Re: C4 Game [Re: Machinery_Frank] #183081
03/15/08 09:58
03/15/08 09:58
Joined: May 2005
Posts: 819
U.S.
Why_Do_I_Die Offline
Warned
Why_Do_I_Die  Offline
Warned

Joined: May 2005
Posts: 819
U.S.
What are your FPS Frank ? Images do look pretty impressive.

Re: C4 Game [Re: Why_Do_I_Die] #183082
03/21/08 10:37
03/21/08 10:37
Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
Machinery_Frank Offline
Senior Expert
Machinery_Frank  Offline
Senior Expert

Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
Why_Do_I_Die:
I am afraid I cannot answer this sufficiently. Up to now I always had fps at my monitor frequency. So I think I did not produce any heavy FPS hungry scenes so far. But I will do in the future.

I checked another of my machines in C4. I tweaked the amount of light reflections a bit more this time with some micro-facet options of the shader. Very interesting stuff. It is really fun because you can do it in the material editor and see changes in real-time in your scene:




Models, Textures and Games from Dexsoft
Re: C4 Game [Re: Machinery_Frank] #183083
03/21/08 19:28
03/21/08 19:28
Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
Machinery_Frank Offline
Senior Expert
Machinery_Frank  Offline
Senior Expert

Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
A tree with normal-mapping, shadow and alpha-test for transparency:




Models, Textures and Games from Dexsoft
Page 7 of 7 1 2 3 4 5 6 7

Moderated by  aztec, Blink, HeelX 

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