Page 1 of 1

How do I add birds in a map? [Solved]

Posted: Fri Jun 15, 2007 2:41 pm
by FOOLIS
Hey guys,
I am working on a felucia map , so i want to add birds in the map...

But i dont know how :roll:

can someone please tell me how to add them in a map?

okay thx


-FOOLIS

RE: Birds in a map

Posted: Fri Jun 15, 2007 3:02 pm
by MasterSaitek009
Here you go.
You should be able to find something from that. It's from BF1, but it's still relevant.

RE: Birds in a map

Posted: Fri Jun 15, 2007 3:11 pm
by FOOLIS
its about fishes , not about birds :D

RE: Birds in a map

Posted: Fri Jun 15, 2007 3:25 pm
by YankFan1950
add this line to your .lua

-- Birdies
SetNumBirdTypes(2)
SetBirdType(0,1.0,"bird")
SetBirdType(1,1.5,"bird2")

also add these .tgas to your world folder: "bird" and "bird2" they should be in one of the YAV world folders and your done.

RE: Birds in a map

Posted: Fri Jun 15, 2007 3:48 pm
by MasterSaitek009
Whoops, sorry. :oops: But birds are added the same way, except with the word "bird" instead of "fish". :D

RE: Birds in a map

Posted: Fri Jun 15, 2007 4:35 pm
by FOOLIS
hmm it still dont work :(

RE: Birds in a map

Posted: Fri Jun 15, 2007 4:40 pm
by Xavious
Open up your WorldID.req in your world1 folder and scroll down to this line.

Code: Select all

REQN
	{
		"texture"
		"KA1_map"
	}
Underneath "KA1_map", add the lines "bird" and "bird2". (With quotes)

RE: Birds in a map

Posted: Fri Jun 15, 2007 5:16 pm
by FOOLIS
okay it works now thx guys!!!

pls lock