Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (TipmyPip, OptimusPrime, AndrewAMD), 14,882 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 3
Page 6 of 8 1 2 3 4 5 6 7 8
Re: XSpire AI [Re: Machinery_Frank] #67484
04/07/06 21:00
04/07/06 21:00
Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
Pappenheimer Offline
Senior Expert
Pappenheimer  Offline
Senior Expert

Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
I am thinking about using such a shadowmap within in a fixedfunction for detailmapping:
- the shadowmap as the general map (generally grey values), and
- the tiling texture as a 'semi-detailed' detailmap (with all the colour and structur of the grass, stone, mud etc.).

Re: XSpire AI [Re: Damocles] #67485
04/15/06 08:38
04/15/06 08:38
Joined: Mar 2006
Posts: 59
O
ozziedave Offline
Junior Member
ozziedave  Offline
Junior Member
O

Joined: Mar 2006
Posts: 59
Hi Damocles,

I liked your demo AI Demo ‘xspire_coshdemo’, I can tell you now that I have been searching for an AI library for a while especially one that will work with the new engine In beta.

I believe Conetic should have coded something by now after the length of time 3DGS has been out, even the Template script for an AI Guard is not very good.

The amount of customers you will have will be great, for software like yours.

Would you consider perhaps a Standard version (without all the bells and whistles) that you could put out soon, to be followed at a later date by a Commercial version.

If there was a Standard version when would it be released, are we talking weeks, months, years ?.

Re: XSpire AI [Re: ozziedave] #67486
04/15/06 10:16
04/15/06 10:16
Joined: Jan 2003
Posts: 4,305
Damocles Offline OP
Expert
Damocles  Offline OP
Expert

Joined: Jan 2003
Posts: 4,305
Thanks for the interest,

I am currently working on an impoved demo, to
present the features and to imrove the routines.
The current version is just a prototype, so I need to
rearrange the whole code new, to make it more expandable
and readable.

I would split the System into modules, that can be arranged
into various editions, ragarding the features.

There are 2 main goals XSpire should reach:
1- Fast Teambased FPS, like in Unreal Tournament, with deathmatch, CTF, Domination, and other types
(and some modifyers like insta gib, low grav...)
2- A straigt FPS Singleplayer System, with basic, but good working gameplay elements
like in claasical singleplayermissions (Halflife1)
Without fancy RPG/Quest/Inventory elements, but simple and easy to understand tasks.
Creatures of different abilities, (from dumb/slow zombies to mean and fast bot-assassins)

The main goal is to make a prepared system of gameplay and script elements, so
the designer just needs to add the art, sound, and level-design work.
Plus the ability to modify pickups and weapons with simple definition scripts)

Lets take the timescale of months

Re: XSpire AI [Re: Damocles] #67487
04/16/06 08:13
04/16/06 08:13
Joined: Sep 2004
Posts: 1,214
Austin, Texas
Josh_Arldt Offline
Senior Developer
Josh_Arldt  Offline
Senior Developer

Joined: Sep 2004
Posts: 1,214
Austin, Texas
Awesome AI so far.
Keep up the good work!

Re: XSpire AI [Re: Josh_Arldt] #67488
05/04/06 09:30
05/04/06 09:30
Joined: Jan 2003
Posts: 4,305
Damocles Offline OP
Expert
Damocles  Offline OP
Expert

Joined: Jan 2003
Posts: 4,305
Here is an updated version with new weapons, and a Menu:

http://www.direktcontakt.de/xspire_alpha1.zip

12MB

please install the ogg codec (supplied with 3dgs), to hear the backround music.



Re: XSpire AI [Re: Damocles] #67489
05/04/06 10:48
05/04/06 10:48
Joined: Jan 2004
Posts: 3,023
The Netherlands
Helghast Offline
Expert
Helghast  Offline
Expert

Joined: Jan 2004
Posts: 3,023
The Netherlands
WOOOOOOOOW

this reminded me of quake 3 arena, but then with 3dgs, i LOVE IT!
gotta give it to you, THIS OWNS!

regards,


Formerly known as dennis_fantasy
Portfolio - http://www.designorhea.com/
Project - http://randomchance.cherrygames.org/
Re: XSpire AI [Re: Helghast] #67490
05/04/06 11:54
05/04/06 11:54
Joined: Dec 2000
Posts: 4,608
mk_1 Offline

Expert
mk_1  Offline

Expert

Joined: Dec 2000
Posts: 4,608
Doom 1 chaingun! I LOVE IT!


Follow me on twitter
Re: XSpire AI [Re: mk_1] #67491
05/04/06 12:13
05/04/06 12:13
Joined: Oct 2004
Posts: 4,134
Netherlands
Joozey Offline
Expert
Joozey  Offline
Expert

Joined: Oct 2004
Posts: 4,134
Netherlands
Looks awesome!
Level design reminds me somehow of Halo 2 a little... Really cool.
Still amazed by the AI

but what's this shadow-baker? Couldn't find anything in your wasteland thread about it... Those soft shadows look very good with the vegetation


Click and join the 3dgs irc community!
Room: #3dgs
Re: XSpire AI [Re: Joozey] #67492
05/04/06 12:26
05/04/06 12:26
Joined: Jan 2003
Posts: 4,305
Damocles Offline OP
Expert
Damocles  Offline OP
Expert

Joined: Jan 2003
Posts: 4,305
the shadowbaker is a little rendering programm, that generates a "shadowmap",
that can be added as a skin f the terrain.

It recognizes blocks, models and the terrain itself, and casts / bakes shadows onto the terrain.

with a new shader, i could even mic the shodow and a multitexturing terrain.

The main advantage of the shadowbaker is the speed, compared to
shader sollutions.

Its not used in the demolevel here, as it has no terrain.

Re: XSpire AI [Re: Damocles] #67493
01/15/07 17:44
01/15/07 17:44
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline
Expert
mpdeveloper_B  Offline
Expert

Joined: Feb 2006
Posts: 2,185
so, when will xspire be out?


- aka Manslayer101
Page 6 of 8 1 2 3 4 5 6 7 8

Gamestudio download | 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