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
4 registered members (AndrewAMD, Baklazhan, Ayumi, Hanky27), 1,387 guests, and 2 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 5 of 6 1 2 3 4 5 6
Re: Massive code giveaway [Re: Rhuarc] #19576
02/21/04 03:21
02/21/04 03:21
Joined: Aug 2003
Posts: 7,439
Red Dwarf
Michael_Schwarz Offline
Senior Expert
Michael_Schwarz  Offline
Senior Expert

Joined: Aug 2003
Posts: 7,439
Red Dwarf
hehe, i downloaded the whole zip file from Acknex Unlimited and what i see? One of my codes is IN!!!! Have a look:
Code:
  
infared script by unknown
INFRAROT/INFRA-RED
Also, zunächst brauchen wir ein Bild, gehen wir von der grösse 640x480 aus. Dieses Bild Färbst du jetzt Grün(oder eine andere beliebige farbe). Dann machst du eine neue WDL-Datei. Nennen wir sie "screen.wdl". In diese fügst du nun folgenden Code ein:
BMAP Nachtsicht_bmap, <Irot.pcx>; // Der name das 640x480 grossen bildes
PANEL Nachtsicht_panel {
BMAP Nachtsicht_bmap;
FLAGS OVERLAY, TRANSPARENT, REFRESH; // Nicht ändern!!!
LAYER 16;
}
FUNCTION Nachtsicht() {
IF (Nachtsicht_panel.VISIBLE == ON) {
Nachtsicht_panel.VISIBLE = OFF; // definition wenn infrorot aus ist
CAMERA.AMBIENT = 0; // Alles normal, also dunkel
} ELSE {
Nachtsicht_panel.VISIBLE = ON; // definition wenn infrorot an ist
CAMERA.AMBIENT = 100; // Alles Hell
Nachtsicht_panel.POS_X = (SCREEN_SIZE.X / 2) - BMAP_WIDTH(Nachtsicht_bmap) / 2;
Nachtsicht_panel.POS_Y = (SCREEN_SIZE.Y / 2) - BMAP_HEIGHT(Nachtsicht_bmap) / 2;
}
}
ON_N = Nachtsicht; // N aktiviert Infrarot und deaktiviert Infrarot
}




im so exited! I never thougt that one of my codes will be usefull thougth!

cya
Blue


"Sometimes JCL reminds me of Notch, but more competent" ~ Kiyaku
Re: Massive code giveaway [Re: Michael_Schwarz] #19577
02/21/04 04:25
02/21/04 04:25
Joined: Mar 2001
Posts: 3,298
Beverly, Massachusetts
Rhuarc Offline OP
Expert
Rhuarc  Offline OP
Expert

Joined: Mar 2001
Posts: 3,298
Beverly, Massachusetts
This topic isn't related to that code resource

Getting there with the code- most of it is just bringing it all together again.

-Rhuarc


I no longer post on these forums, keep in touch with me via:
Linkedin.com
My MSDN blog
Re: Massive code giveaway [Re: Rhuarc] #19578
02/21/04 11:53
02/21/04 11:53
Joined: Jan 2003
Posts: 1,142
California
Daedelus Offline
Senior Developer
Daedelus  Offline
Senior Developer

Joined: Jan 2003
Posts: 1,142
California
Thanks Rhuarc,

I can't wait until you release your code.
Your contributions have always been nothing short of awesome!


Formula Games - A place to buy and sell Indie games.
Re: Massive code giveaway [Re: Rhuarc] #19579
04/06/04 08:36
04/06/04 08:36
Joined: Jul 2003
Posts: 112
USA
Shadowcat Offline
Member
Shadowcat  Offline
Member

Joined: Jul 2003
Posts: 112
USA
Anything happening here? When is it coming out?


ACTION shadow_cat { MY.LORD = <CHRIST.LRD>; } //A5 Extra
Re: Massive code giveaway [Re: Shadowcat] #19580
07/16/05 14:22
07/16/05 14:22
Joined: Jul 2005
Posts: 18
A
Arakron222 Offline
Newbie
Arakron222  Offline
Newbie
A

Joined: Jul 2005
Posts: 18
I know this is a long-dead topic... if anyone got the code package, though, I'd love to have a copy - if you could PM or email it, or post a link here, that'd be awesome.

Re: Massive code giveaway [Re: Arakron222] #19581
07/16/05 16:53
07/16/05 16:53
Joined: Oct 2003
Posts: 2,628
IL,US
FeiHongJr Offline
Expert
FeiHongJr  Offline
Expert

Joined: Oct 2003
Posts: 2,628
IL,US
Hmmm, dont remember this post.... Your leaving us Rhuarc or have you changed your mind... * Thinks its past the end of the year since this post* Either way I wish you the best of luck and hope youll still visit the fourms at least every so often


http://www.freewebs.com/otama_syndicate/index.htm - Each master to his own technique.

- Not me said the bee, Nor I said the fly.
Re: Massive code giveaway [Re: FeiHongJr] #19582
07/16/05 18:08
07/16/05 18:08
Joined: Mar 2004
Posts: 1,821
NewYork, USA
light_mystic Offline
Senior Developer
light_mystic  Offline
Senior Developer

Joined: Mar 2004
Posts: 1,821
NewYork, USA
LOL .... I never knew I would see this post again. I first saw this when I signed on for the first time a while ago.


We are located on the Game Studio Download page under the category of services. Please come and visit the site. We Design professional Level Design, Models, and Textures. Level Design Dreams, LLC
Re: Massive code giveaway [Re: light_mystic] #19583
07/16/05 20:58
07/16/05 20:58
Joined: Jun 2005
Posts: 1,001
Pennsylvania, USA
FoxZero Offline
Serious User
FoxZero  Offline
Serious User

Joined: Jun 2005
Posts: 1,001
Pennsylvania, USA
Sorry, I'm too new to knew your work well. Good luck with your engine!
I like Brimstone's idea. I love the BattleZone remake. Anything related to vehicles would be nice. Like getting in and out of one. Also close first person combat would be nice.

I wanted to save my 50th post for something specail.


Check out my site http://foxzero.net
My band's website
http://wolf-hybrid.net

R.I.P. Dave Williams
Re: Massive code giveaway [Re: FoxZero] #19584
07/16/05 21:03
07/16/05 21:03
Joined: Jun 2005
Posts: 1,001
Pennsylvania, USA
FoxZero Offline
Serious User
FoxZero  Offline
Serious User

Joined: Jun 2005
Posts: 1,001
Pennsylvania, USA
Wait a second. I'm an idiot! I never look at the dates!!
Everyone just disreguard what I said because I take it back.
[Rhuarc] has forsaken this post.


Check out my site http://foxzero.net
My band's website
http://wolf-hybrid.net

R.I.P. Dave Williams
Re: Massive code giveaway [Re: FoxZero] #19585
07/27/05 16:13
07/27/05 16:13
Joined: Nov 2003
Posts: 44
sriram Offline
Newbie
sriram  Offline
Newbie

Joined: Nov 2003
Posts: 44
HAPPY BIRTHDAY [RHUARC] !!!

Best of Luck for yuor future And thanks for sharing your code with us

Page 5 of 6 1 2 3 4 5 6

Moderated by  adoado, checkbutton, mk_1, Perro 

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