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

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
FOOLIS
Jedi
Jedi
Posts: 1038
Joined: Tue Jan 16, 2007 3:59 pm
Location: Germany

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

Post 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
MasterSaitek009
Black Sun Slicer
Posts: 619
Joined: Wed Aug 23, 2006 4:10 pm

RE: Birds in a map

Post by MasterSaitek009 »

Here you go.
You should be able to find something from that. It's from BF1, but it's still relevant.
FOOLIS
Jedi
Jedi
Posts: 1038
Joined: Tue Jan 16, 2007 3:59 pm
Location: Germany

RE: Birds in a map

Post by FOOLIS »

its about fishes , not about birds :D
YankFan1950

RE: Birds in a map

Post 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.
MasterSaitek009
Black Sun Slicer
Posts: 619
Joined: Wed Aug 23, 2006 4:10 pm

RE: Birds in a map

Post by MasterSaitek009 »

Whoops, sorry. :oops: But birds are added the same way, except with the word "bird" instead of "fish". :D
FOOLIS
Jedi
Jedi
Posts: 1038
Joined: Tue Jan 16, 2007 3:59 pm
Location: Germany

RE: Birds in a map

Post by FOOLIS »

hmm it still dont work :(
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

RE: Birds in a map

Post 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)
FOOLIS
Jedi
Jedi
Posts: 1038
Joined: Tue Jan 16, 2007 3:59 pm
Location: Germany

RE: Birds in a map

Post by FOOLIS »

okay it works now thx guys!!!

pls lock
Post Reply