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
2 registered members (Ayumi, AndrewAMD), 770 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 3 1 2 3
Re: guess whos back... with questions. [Re: sweetpickles] #122042
04/13/07 13:57
04/13/07 13:57
Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
tompo Offline
User
tompo  Offline
User

Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
Or You may use bryce for this. From top view in render option, select altitude mask and You'll have a height_map. For textures one (don't touch camera) but deselect altitude mask and You'll get the skin_map. Both of them save as bmp.
Next open wed, chose open file (bmp) and open your height map. Nest open skin and attach the skin map. That's all


Never say never.
Re: guess whos back... with questions. [Re: tompo] #122043
04/13/07 14:03
04/13/07 14:03
Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
tompo Offline
User
tompo  Offline
User

Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
To create dinosaur stuff...
It's many options. F.e.
define hungry, skill1;

function go_eat
{
function to find and go to some herbs, with trigger.
like if(event_type == event_trigger) && (you == herbs)
{
animate_eating();
my.hungy += 10 * time_step;
}
}

function dinosaur
{
my.hungry = 100;
while(1)
{
my.hungry -= 0.1 * time_step;
if(my.hungry <= 50){go_eat();}
wait(1);
}
}


Never say never.
Re: guess whos back... with questions. [Re: tompo] #122044
04/13/07 16:42
04/13/07 16:42
Joined: Mar 2006
Posts: 2,503
SC, United States
xXxGuitar511 Offline
Expert
xXxGuitar511  Offline
Expert

Joined: Mar 2006
Posts: 2,503
SC, United States
wtf?

Dinosaurs?


xXxGuitar511
- Programmer
Re: guess whos back... with questions. [Re: xXxGuitar511] #122045
04/13/07 18:47
04/13/07 18:47
Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
tompo Offline
User
tompo  Offline
User

Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
Dinosaur? Big animal, live on Earth about 65mln years ago


Never say never.
Re: guess whos back... with questions. [Re: tompo] #122046
04/13/07 19:39
04/13/07 19:39
Joined: Mar 2006
Posts: 2,503
SC, United States
xXxGuitar511 Offline
Expert
xXxGuitar511  Offline
Expert

Joined: Mar 2006
Posts: 2,503
SC, United States
lol, I know smartass...

But nobody mentioned dinosaurs, so I was like "wtf?"...

lol, nvm...


xXxGuitar511
- Programmer
Re: guess whos back... with questions. [Re: xXxGuitar511] #122047
04/13/07 19:50
04/13/07 19:50
Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
tompo Offline
User
tompo  Offline
User

Joined: Mar 2007
Posts: 776
Poor village - Poland ;)



Never say never.
Re: guess whos back... with questions. [Re: tompo] #122048
04/13/07 19:51
04/13/07 19:51
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
@xXxGuitar511: Well not quite right as harleyb12 asked for a dinosaur behaviour script in his first post:
Quote:


and how would i go about making AI for a dinosaur so it would wander. drink and eat when it needs to?





Re: guess whos back... with questions. [Re: Xarthor] #122049
04/14/07 03:40
04/14/07 03:40
Joined: Mar 2006
Posts: 2,503
SC, United States
xXxGuitar511 Offline
Expert
xXxGuitar511  Offline
Expert

Joined: Mar 2006
Posts: 2,503
SC, United States
Oh...

I missed that part, lol.


xXxGuitar511
- Programmer
Page 3 of 3 1 2 3

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