Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (howardR), 493 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 6 of 6 1 2 3 4 5 6
Re: Summer 2008 demos uploaded [Re: oliver2s] #213165
06/26/08 04:53
06/26/08 04:53
Joined: May 2002
Posts: 7,441
ventilator Offline
Senior Expert
ventilator  Offline
Senior Expert

Joined: May 2002
Posts: 7,441
there is a winner screen. didn't you see that "winner!" shows up? smile i didn't think that a fullscreen panel is necessary (i dislike such things) and wanted that it's possible to continue driving around after the race.

Quote:
so it is nice, but there are much more using codes like this. I didn't thinks that that was the meaning of the contest!
Quote:
and this was the meanining of the contest! he packed a whole/closed game into 100 lines!
aren't you contradicting yourself?

Re: Summer 2008 demos uploaded [Re: ventilator] #213167
06/26/08 05:48
06/26/08 05:48
Joined: Dec 2005
Posts: 490
Germany/Berlin-Velten
kasimir Offline
Senior Member
kasimir  Offline
Senior Member

Joined: Dec 2005
Posts: 490
Germany/Berlin-Velten
yes, sry but on the one hand he had a simple game-idea, which should not need/use much code, on the other hand he used to much code... for functions and so on...

he should have done his game without some futures!
like Knights on wheels, Ventilator includes a second versions with some extra features -> i think thats Right!!!

Re: Summer 2008 demos uploaded [Re: kasimir] #213414
06/27/08 17:10
06/27/08 17:10
Joined: Feb 2008
Posts: 337
V
Vadim647 Offline
Senior Member
Vadim647  Offline
Senior Member
V

Joined: Feb 2008
Posts: 337
Many people had a simple game idea.
Btw, Kasimir, you could save yourself some lines and could added more levels if you used TEXT* object as string array instead of wasting semis and space by 'if (lvl_ptr.skill1 == 0) {level_load ("level1.WMB");}'
Code:
TEXT* text_levels = {string("level1.wmb","level2.wmb","level3.wmb");}
...
level_load( (text_levels.pstring)[lvl_ptr.skill1] );

I'm using it all the time. And it's not cheating, just optimizing your code.
Now it won't get too usefull...


I switched to other account since marth 2010. Guess which.
Re: Summer 2008 demos uploaded [Re: Vadim647] #213456
06/28/08 06:58
06/28/08 06:58
Joined: Dec 2005
Posts: 490
Germany/Berlin-Velten
kasimir Offline
Senior Member
kasimir  Offline
Senior Member

Joined: Dec 2005
Posts: 490
Germany/Berlin-Velten
Thx, yes but i am not familyar with c-sript, so i have to learn the new synatx and so on!
But its nice, actually its exact a string-array i am searching for^^

When does the Contest / the Poll ends???

Re: Summer 2008 demos uploaded [Re: kasimir] #213457
06/28/08 07:09
06/28/08 07:09
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Afaik 7th July.

Re: Summer 2008 demos uploaded [Re: HeelX] #213488
06/28/08 10:34
06/28/08 10:34
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
Quote:
Votes accepted starting: (06/21/08 12:00) until (07/05/08 12:00)


Re: Summer 2008 demos uploaded [Re: Lukas] #213510
06/28/08 13:42
06/28/08 13:42
Joined: Feb 2008
Posts: 337
V
Vadim647 Offline
Senior Member
Vadim647  Offline
Senior Member
V

Joined: Feb 2008
Posts: 337
1. A7titude.
2. Knights on wheels.
3. Bulldozer.


I switched to other account since marth 2010. Guess which.
Page 6 of 6 1 2 3 4 5 6

Moderated by  George 

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