Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Xfire Keenmike aka cull

#1
Requests / Terrain file request.
September 22, 2011, 06:13:41 PM
Hi, I would like to request a two terrain files, the ones found in the world folder. Prefer swbf1, but swbf2 will work. One flat terrain no mountains. And another also flat but with a hole tank size cut anywhere in the middle of the map. I think I can view a flat terrain map file in note pad and see where the hole is. With the information learned I hope to be able to cut holes in the terrain of stock maps.
#2
Quote from: Buckler on August 30, 2011, 06:48:08 AM
Giving a trooper a green costume would be a skin mod; one way to do that is covered in this tutorial:
http://www.swbfgamers.com/index.php?topic=3762.0

(This method does not use XSI, but it is rather crude because the image is 2-D that gets wrapped around the 3-D character.)

I like that you called it crude, but you bring in me questions.

Can a mesh model have textue colors on its own with out a tga file?
Is it possible to have a mesh model with its own color from hp light or some other way?
And would any of these ideas work better with static models vs trooper?

edit by tirpider: tagged title
#3
Welcome Center / Hi
August 29, 2011, 05:01:16 AM
Hi from me. You can call me mike or cull or michael and even micull. There is a keenmike in there too.

Quote from: Buckler on March 09, 2011, 07:55:33 PM
The best we can do is perhaps to make a 'chat forum' where you can post about pretty much anything.  But keep in mind too, that we only have about 50 people per week that visit here, and about 10-15 that visit every day or two.

Good idea since while at work I can't get online like I use to.

My newest version of my side by side bike concept. When the time comes testers will be needed to test the lean from side to side feature. The bikes I bought and fixed side by side using pvc parts is close to being sold as is. The pvc concept of a side by side bike is to be scraped. Metal is the new material I plan on working with. Welding I will learn soon.
#4
SWBF1 Modding / mos eisely map idea
August 20, 2011, 02:54:59 AM
I will tell you what I plan to build. Online compatible mos eisely map but with many elevators to get on top of the tall invisible blocks so that we can battle up there.
#5
General / You will like this pizza
August 16, 2011, 07:41:38 PM
Everybody likes pizza. Almost everybody likes cold pizza. Try put your leftover pizza in the freezer and gnaw on that for a spell.
#6
Scummies / Here but not here
August 10, 2011, 06:51:35 PM
I am here but want to tell why I have not been here as much. I want to play swbf1 and be online in xfire more but real life prodjects. I ride a bike to work and back and have this belief. Ever since the gas prices went up many years ago I decided to bring a bike to work and back. Rain and the cold weather use to force me to take a car to work. Durring the summer of 2010 I decided to ride a bike full time regardless the weather. One month ago I stopped paying for insurance on my car. Rusults, no asthma symptoms, at all. My work shift was forced to change from nights to day shift. I have to ride my bike durring the hotest time of the day. Since I take shower at work I started riding to work in the sleeping shorts and shirt I woke up with. After few days I noticed a need to cover up from the sun. Finding a long sleeve shirt was easy. Pajama pants came second and glove like cover things came next and then long socks. Went thru two tpyes of face masks but the final head cover is a thin womens white shirt hanging down from my helmet with an orange double folded front material I can see thru. It wraps around my whole head flared like a womens skirt off the rim of my helmet. I am now adding vented left over orange scarf material to my shirt where ones ribs are to allow wind to cool my back and I hope parachute open my over sized long sleeved shirt.
#7
General / Hotel like structure for build
July 09, 2011, 07:51:15 PM
Hi, this is cull. I have been modding swbf1 with note pad and math to build a hotel inside the Cloud City Chamber

empty space where jets like to glitch. I will make it so that any troop can get in very easy. The rest of Cloud City will

be stock buildings and textures except for sky. This hotel will have three types of elevators. One to take you to the

very top quickly. Another to take you up one floor at a time, and a second one that you just jump down to get to the

floor under you. On the other side of the hotel will be stairs for droidekas.






I need some help. Certain values need to be changed. If you have time and would like to help just post here the

changes you make for the mod map. Your work will show up in the mod map so change the exact numbers only.

See this line?
Object("2entfloor1", "gt1_4x4wall_typeA_03", 8869237200)

I need the 2 in 2entfloor1 changed to 3

And do you see the 200 at the end 8869237200 I need it to be 3 

Last is the 200 at the end of this number SeqNo(8869237200); I need it to be 3 also.

So just to recap.

Object("2CfLwall10", "gt1_4x4wall_typeA_03", 8869237274)
   SeqNo(8869237274);

This line will look like this when you are done.

Object("3CfLwall10", "gt1_4x4wall_typeA_03", 8869237374)
   SeqNo(8869237374);

When you are done with the whole list place it in a post like this code.
Code will let others copy and paste it exactly like it is in notepad.
[code]the whole number changes here.[code] but put one  /  after the [ and before the code[/hide]

[code]
Object("2entfloor1", "gt1_4x4wall_typeA_03", 8869237200)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-148.000, -45.160, 000.120);
SeqNo(8869237200);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2entfloor2", "gt1_4x4wall_typeA_03", 8869237201)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-148.000, -45.161, -002.405);
SeqNo(8869237201);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2entfloor3", "gt1_4x4wall_typeA_03", 8869237202)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-148.000, -45.162, -006.405);
SeqNo(8869237202);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2entfloor4", "gt1_4x4wall_typeA_03", 8869237203)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-148.000, -45.163, -008.007);
SeqNo(8869237203);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor1", "gt1_4x4wall_typeA_03", 8869237204)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-151.798, -45.158, 004.015);
SeqNo(8869237204);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor2", "gt1_4x4wall_typeA_03", 8869237205)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-155.798, -45.158, 004.015);
SeqNo(8869237205);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor3", "gt1_4x4wall_typeA_03", 8869237206)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-159.798, -45.158, 004.015);
SeqNo(8869237206);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor4", "gt1_4x4wall_typeA_03", 8869237207)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-163.798, -45.158, 004.015);
SeqNo(8869237207);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor5", "gt1_4x4wall_typeA_03", 8869237208)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-167.798, -45.158, 004.015);
SeqNo(8869237208);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor6", "gt1_4x4wall_typeA_03", 8869237209)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-171.798, -45.158, 004.015);
SeqNo(8869237209);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor7", "gt1_4x4wall_typeA_03", 8869237210)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-175.798, -45.158, 004.015);
SeqNo(8869237210);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor8", "gt1_4x4wall_typeA_03", 88692379211)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-179.798, -45.158, 004.015);
SeqNo(8869237211);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor9", "gt1_4x4wall_typeA_03", 8869237212)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-183.798, -45.158, 004.015);
SeqNo(8869237212);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor10", "gt1_4x4wall_typeA_03", 8869237213)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-187.798, -45.158, 004.015);
SeqNo(8869237213);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor11", "gt1_4x4wall_typeA_03", 8869237214)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-191.798, -45.158, 004.015);
SeqNo(8869237214);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor12", "gt1_4x4wall_typeA_03", 8869237215)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-195.798, -45.158, 004.015);
SeqNo(8869237215);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor13", "gt1_4x4wall_typeA_03", 8869237216)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-199.798, -45.158, 004.015);
SeqNo(8869237216);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor14", "gt1_4x4wall_typeA_03", 8869237217)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-203.798, -45.158, 004.015);
SeqNo(8869237217);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor15", "gt1_4x4wall_typeA_03", 8869237218)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-207.798, -45.158, 004.015);
SeqNo(8869237218);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor16", "gt1_4x4wall_typeA_03", 8869237219)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-211.798, -45.158, 004.015);
SeqNo(8869237219);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor17", "gt1_4x4wall_typeA_03", 8869237220)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-215.798, -45.158, 004.015);
SeqNo(8869237220);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2floor18", "gt1_4x4wall_typeA_03", 8869237221)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-219.798, -45.158, 004.015);
SeqNo(8869237221);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2endhallwall", "gt1_4x4wall_typeA_03", 8869237222)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-219.230, -45.100, 005.995);
SeqNo(8869237222);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2exentwall", "gt1_4x4wall_typeA_03", 8869237223)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, 013.995);
SeqNo(8869237223);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2edentwall", "gt1_4x4wall_typeA_03", 8869237224)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, 009.995);
SeqNo(8869237224);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2fbfentwall", "gt1_4x4wall_typeA_03", 8869237225)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, 005.995);
SeqNo(8869237225);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2entwaywall1", "gt1_4x4wall_typeA_03", 8869237226)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, 001.995);
SeqNo(8869237226);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2entwaywall2", "gt1_4x4wall_typeA_03", 8869237227)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, -002.005);
SeqNo(8869237227);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2entwaywall3", "gt1_4x4wall_typeA_03", 8869237228)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, -006.005);
SeqNo(8869237228);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2exentwall", "gt1_4x4wall_typeA_03", 8869237229)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, 013.995);
SeqNo(8869237229);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2edwentwall", "gt1_4x4wall_typeA_03", 8869237230)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, 009.995);
SeqNo(8869237230);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2fbfentwall", "gt1_4x4wall_typeA_03", 8869237231)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, 005.995);
SeqNo(8869237231);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2entwaywall1", "gt1_4x4wall_typeA_03", 8869237232)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, 001.995);
SeqNo(8869237232);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2entwaywall2", "gt1_4x4wall_typeA_03", 8869237233)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, -002.005);
SeqNo(8869237233);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2entwaywall3", "gt1_4x4wall_typeA_03", 8869237234)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, -006.005);
SeqNo(8869237234);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2cLwall1", "gt1_4x4wall_typeA_03", 8869237235)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-219.255, -49.250, 017.989);
SeqNo(8869237235);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2rhouse0", "HouseB1", 1119237236)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-215.402, -49.380, 013.998);
SeqNo(1119237236);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2cLwall2", "gt1_4x4wall_typeA_03", 8869237237)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-211.554, -49.249, 017.990);
SeqNo(8869237237);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2rhouse1", "HouseB1", 1119237238)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-207.701, -49.379, 013.999);
SeqNo(1119237238);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2cLwall3", "gt1_4x4wall_typeA_03", 8869237239)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-203.853, -49.248, 017.991);
SeqNo(8869237239);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2rhouse2", "HouseB1", 1119237240)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-200.000, -49.378, 014.000);
SeqNo(1119237240);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2cLwall4", "gt1_4x4wall_typeA_03", 8869237241)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-196.152, -49.247, 017.992);
SeqNo(8869237241);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2rhouse3", "HouseB1", 1119237242)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-192.299, -49.377, 014.001);
SeqNo(1119237242);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2cLwall5", "gt1_4x4wall_typeA_03", 8869237243)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-188.451, -49.246, 017.993);
SeqNo(8869237243);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2rhouse4", "HouseB1", 1119237244)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-184.598, -49.376, 014.002);
SeqNo(1119237244);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2cLwall6", "gt1_4x4wall_typeA_03", 8869237245)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-180.750, -49.245, 017.994);
SeqNo(8869237245);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2rhouse5", "HouseB1", 1119237246)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-176.897, -49.375, 014.003);
SeqNo(1119237246);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2cLwall7", "gt1_4x4wall_typeA_03", 8869237247)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-173.049, -49.244, 017.995);
SeqNo(8869237247);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2rhouse6", "HouseB1", 1119237248)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-169.196, -49.374, 014.004);
SeqNo(1119237248);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2cLwall8", "gt1_4x4wall_typeA_03", 8869237249)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-165.348, -49.243, 017.996);
SeqNo(8869237249);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2rhouse7", "HouseB1", 1119237250)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-161.495, -49.373, 014.005);
SeqNo(1119237250);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2cLwall9", "gt1_4x4wall_typeA_03", 8869237251)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-157.647, -49.242, 017.997);
SeqNo(8869237251);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2rhouse8", "HouseB1", 1119237252)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-153.794, -49.372, 014.006);
SeqNo(1119237252);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2winwall1", "gt1_4x4wall_typeA_03", 8869237253)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-149.943, -49.393, 010.180);
SeqNo(8869237253);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2endLwall", "gt1_4x4wall_typeA_03", 8869237254)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.268, 017.995);
SeqNo(8869237254);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2lastwinwall", "gt1_4x4wall_typeA_03", 8869237255)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-219.235, -49.350, 000.200);
SeqNo(8869237255);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2fhouse0", "HouseB1", 1009237256)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-215.402, -49.380, -001.879);
SeqNo(1009237256);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2CfLwall1", "gt1_4x4wall_typeA_03", 8869237257)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-219.216, -49.700, -005.800);
SeqNo(8869237257);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2fhouse1", "HouseB1", 1009237258)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-207.701, -49.379, -001.880);
SeqNo(1009237258);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2CfLwall2", "gt1_4x4wall_typeA_03", 8869237259)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-211.519, -49.700, -005.800);
SeqNo(8869237259);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2fhouse2", "HouseB1", 1009237260)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-200.000, -49.378, -001.881);
SeqNo(1009237260);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2CfLwall3", "gt1_4x4wall_typeA_03", 8869237261)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-203.822, -49.700, -005.800);
SeqNo(8869237261);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2fhouse3", "HouseB1", 1009237262)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-192.299, -49.377, -001.882);
SeqNo(1009237262);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2CfLwall4", "gt1_4x4wall_typeA_03", 8869237263)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-196.125, -49.700, -005.800);
SeqNo(8869237263);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2fhouse4", "HouseB1", 1009237264)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-184.598, -49.376, -001.883);
SeqNo(1009237264);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2CfLwall5", "gt1_4x4wall_typeA_03", 8869237265)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-188.428, -49.700, -005.800);
SeqNo(8869237265);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2fhouse5", "HouseB1", 1009237266)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-176.897, -49.375, -001.884);
SeqNo(1009237266);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2CfLwall6", "gt1_4x4wall_typeA_03", 8869237267)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-180.731, -49.700, -005.800);
SeqNo(8869237267);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2fhouse6", "HouseB1", 1009237268)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-169.196, -49.374, -001.885);
SeqNo(1009237268);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2CfLwall7", "gt1_4x4wall_typeA_03", 8869237269)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-173.034, -49.700, -005.800);
SeqNo(8869237269);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2fhouse7", "HouseB1", 1009237270)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-161.495, -49.373, -001.886);
SeqNo(1009237270);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2CfLwall8", "gt1_4x4wall_typeA_03", 8869237271)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-165.337, -49.700, -005.800);
SeqNo(8869237271);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2fhouse8", "HouseB1", 1009237272)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-153.794, -49.372, -001.887);
SeqNo(1009237272);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2CfLwall9", "gt1_4x4wall_typeA_03", 8869237273)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-157.640, -49.700, -005.800);
SeqNo(8869237273);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("2CfLwall10", "gt1_4x4wall_typeA_03", 8869237274)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-149.943, -49.690, -005.800);
SeqNo(8869237274);
Team(0);
NetworkId(-1);
Layer(2);
}


I was able to create a 5th level. I will be needing a 3, 4, 6, 7, 8, 9, and 10th level.

Object("5entfloor1", "gt1_4x4wall_typeA_03", 8869237500)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-148.000, -45.160, 000.120);
SeqNo(8869237500);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5entfloor2", "gt1_4x4wall_typeA_03", 8869237501)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-148.000, -45.161, -002.405);
SeqNo(8869237501);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5entfloor3", "gt1_4x4wall_typeA_03", 8869237502)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-148.000, -45.162, -006.405);
SeqNo(8869237502);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5entfloor4", "gt1_4x4wall_typeA_03", 8869237503)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-148.000, -45.163, -008.007);
SeqNo(8869237503);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor1", "gt1_4x4wall_typeA_03", 8869237504)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-151.798, -45.158, 004.015);
SeqNo(8869237504);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor2", "gt1_4x4wall_typeA_03", 8869237505)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-155.798, -45.158, 004.015);
SeqNo(8869237505);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor3", "gt1_4x4wall_typeA_03", 8869237506)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-159.798, -45.158, 004.015);
SeqNo(8869237506);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor4", "gt1_4x4wall_typeA_03", 8869237507)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-163.798, -45.158, 004.015);
SeqNo(8869237507);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor5", "gt1_4x4wall_typeA_03", 8869237508)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-167.798, -45.158, 004.015);
SeqNo(8869237508);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor6", "gt1_4x4wall_typeA_03", 8869237509)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-171.798, -45.158, 004.015);
SeqNo(8869237509);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor7", "gt1_4x4wall_typeA_03", 8869237510)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-175.798, -45.158, 004.015);
SeqNo(8869237510);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor8", "gt1_4x4wall_typeA_03", 8869237511)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-179.798, -45.158, 004.015);
SeqNo(8869237511);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor9", "gt1_4x4wall_typeA_03", 8869237512)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-183.798, -45.158, 004.015);
SeqNo(8869237512);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor10", "gt1_4x4wall_typeA_03", 8869237513)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-187.798, -45.158, 004.015);
SeqNo(8869237513);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor11", "gt1_4x4wall_typeA_03", 8869237514)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-191.798, -45.158, 004.015);
SeqNo(8869237514);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor12", "gt1_4x4wall_typeA_03", 8869237515)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-195.798, -45.158, 004.015);
SeqNo(8869237515);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor13", "gt1_4x4wall_typeA_03", 8869237516)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-199.798, -45.158, 004.015);
SeqNo(8869237516);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor14", "gt1_4x4wall_typeA_03", 8869237517)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-203.798, -45.158, 004.015);
SeqNo(8869237517);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor15", "gt1_4x4wall_typeA_03", 8869237518)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-207.798, -45.158, 004.015);
SeqNo(8869237518);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor16", "gt1_4x4wall_typeA_03", 8869237519)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-211.798, -45.158, 004.015);
SeqNo(8869237519);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor17", "gt1_4x4wall_typeA_03", 8869237520)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-215.798, -45.158, 004.015);
SeqNo(8869237520);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5floor18", "gt1_4x4wall_typeA_03", 8869237521)
{
ChildRotation(1.000, 1.000, 0.000, 0.000);
ChildPosition(-219.798, -45.158, 004.015);
SeqNo(8869237521);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5endhallwall", "gt1_4x4wall_typeA_03", 8869237522)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-219.230, -45.100, 005.995);
SeqNo(8869237522);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5exentwall", "gt1_4x4wall_typeA_03", 8869237523)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, 013.995);
SeqNo(8869237523);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5edentwall", "gt1_4x4wall_typeA_03", 8869237524)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, 009.995);
SeqNo(8869237524);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5fbfentwall", "gt1_4x4wall_typeA_03", 8869237525)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, 005.995);
SeqNo(8869237525);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5entwaywall1", "gt1_4x4wall_typeA_03", 8869237526)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, 001.995);
SeqNo(8869237526);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5entwaywall2", "gt1_4x4wall_typeA_03", 8869237527)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, -002.005);
SeqNo(8869237527);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5entwaywall3", "gt1_4x4wall_typeA_03", 8869237528)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.945, -45.910, -006.005);
SeqNo(8869237528);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5exentwall", "gt1_4x4wall_typeA_03", 8869237529)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, 013.995);
SeqNo(8869237529);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5edwentwall", "gt1_4x4wall_typeA_03", 8869237530)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, 009.995);
SeqNo(8869237530);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5fbfentwall", "gt1_4x4wall_typeA_03", 8869237531)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, 005.995);
SeqNo(8869237531);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5entwaywall1", "gt1_4x4wall_typeA_03", 8869237532)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, 001.995);
SeqNo(8869237532);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5entwaywall2", "gt1_4x4wall_typeA_03", 8869237533)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, -002.005);
SeqNo(8869237533);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5entwaywall3", "gt1_4x4wall_typeA_03", 8869237534)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.900, -006.005);
SeqNo(8869237534);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5cLwall1", "gt1_4x4wall_typeA_03", 8869237535)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-219.255, -49.250, 017.989);
SeqNo(8869237535);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5rhouse0", "HouseB1", 1119237536)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-215.402, -49.380, 013.998);
SeqNo(1119237536);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5cLwall2", "gt1_4x4wall_typeA_03", 8869237537)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-211.554, -49.249, 017.990);
SeqNo(8869237537);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5rhouse1", "HouseB1", 1119237538)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-207.701, -49.379, 013.999);
SeqNo(1119237538);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5cLwall3", "gt1_4x4wall_typeA_03", 8869237539)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-203.853, -49.248, 017.991);
SeqNo(8869237539);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5rhouse2", "HouseB1", 1119237540)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-200.000, -49.378, 014.000);
SeqNo(1119237540);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5cLwall4", "gt1_4x4wall_typeA_03", 8869237541)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-196.152, -49.247, 017.992);
SeqNo(8869237541);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5rhouse3", "HouseB1", 1119237542)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-192.299, -49.377, 014.001);
SeqNo(1119237542);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5cLwall5", "gt1_4x4wall_typeA_03", 8869237543)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-188.451, -49.246, 017.993);
SeqNo(8869237543);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5rhouse4", "HouseB1", 1119237544)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-184.598, -49.376, 014.002);
SeqNo(1119237544);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5cLwall6", "gt1_4x4wall_typeA_03", 8869237545)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-180.750, -49.245, 017.994);
SeqNo(8869237545);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5rhouse5", "HouseB1", 1119237546)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-176.897, -49.375, 014.003);
SeqNo(1119237546);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5cLwall7", "gt1_4x4wall_typeA_03", 8869237547)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-173.049, -49.244, 017.995);
SeqNo(8869237547);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5rhouse6", "HouseB1", 1119237548)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-169.196, -49.374, 014.004);
SeqNo(1119237548);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5cLwall8", "gt1_4x4wall_typeA_03", 8869237549)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-165.348, -49.243, 017.996);
SeqNo(8869237549);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5rhouse7", "HouseB1", 1119237550)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-161.495, -49.373, 014.005);
SeqNo(1119237550);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5cLwall9", "gt1_4x4wall_typeA_03", 8869237551)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-157.647, -49.242, 017.997);
SeqNo(8869237551);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5rhouse8", "HouseB1", 1119237552)
{
ChildRotation(1.000, 0.000, 0.000, 0.000);
ChildPosition(-153.794, -49.372, 014.006);
SeqNo(1119237552);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5winwall1", "gt1_4x4wall_typeA_03", 8869237553)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-149.943, -49.393, 010.180);
SeqNo(8869237553);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5endLwall", "gt1_4x4wall_typeA_03", 8869237554)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-145.943, -49.268, 017.995);
SeqNo(8869237554);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5lastwinwall", "gt1_4x4wall_typeA_03", 8869237555)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-219.235, -49.350, 000.200);
SeqNo(8869237555);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5fhouse0", "HouseB1", 1009237556)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-215.402, -49.380, -001.879);
SeqNo(1009237556);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5CfLwall1", "gt1_4x4wall_typeA_03", 8869237557)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-219.216, -49.700, -005.800);
SeqNo(8869237557);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5fhouse1", "HouseB1", 1009237558)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-207.701, -49.379, -001.880);
SeqNo(1009237558);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5CfLwall2", "gt1_4x4wall_typeA_03", 8869237559)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-211.519, -49.700, -005.800);
SeqNo(8869237559);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5fhouse2", "HouseB1", 1009237560)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-200.000, -49.378, -001.881);
SeqNo(1009237560);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5CfLwall3", "gt1_4x4wall_typeA_03", 8869237561)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-203.822, -49.700, -005.800);
SeqNo(8869237561);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5fhouse3", "HouseB1", 1009237562)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-192.299, -49.377, -001.882);
SeqNo(1009237562);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5CfLwall4", "gt1_4x4wall_typeA_03", 8869237563)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-196.125, -49.700, -005.800);
SeqNo(8869237563);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5fhouse4", "HouseB1", 1009237564)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-184.598, -49.376, -001.883);
SeqNo(1009237564);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5CfLwall5", "gt1_4x4wall_typeA_03", 8869237565)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-188.428, -49.700, -005.800);
SeqNo(8869237565);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5fhouse5", "HouseB1", 1009237566)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-176.897, -49.375, -001.884);
SeqNo(1009237566);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5CfLwall6", "gt1_4x4wall_typeA_03", 8869237567)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-180.731, -49.700, -005.800);
SeqNo(8869237567);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5fhouse6", "HouseB1", 1009237568)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-169.196, -49.374, -001.885);
SeqNo(1009237568);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5CfLwall7", "gt1_4x4wall_typeA_03", 8869237569)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-173.034, -49.700, -005.800);
SeqNo(8869237569);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5fhouse7", "HouseB1", 1009237570)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-161.495, -49.373, -001.886);
SeqNo(1009237570);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5CfLwall8", "gt1_4x4wall_typeA_03", 8869237571)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-165.337, -49.700, -005.800);
SeqNo(8869237571);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5fhouse8", "HouseB1", 1009237572)
{
ChildRotation(0.000, 0.000, -1.000, 0.000);
ChildPosition(-153.794, -49.372, -001.887);
SeqNo(1009237572);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5CfLwall9", "gt1_4x4wall_typeA_03", 8869237573)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-157.640, -49.700, -005.800);
SeqNo(8869237573);
Team(0);
NetworkId(-1);
Layer(2);
}

Object("5CfLwall10", "gt1_4x4wall_typeA_03", 8869237574)
{
ChildRotation(-1.000, 0.000, 1.000, 0.000);
ChildPosition(-149.943, -49.690, -005.800);
SeqNo(8869237574);
Team(0);
NetworkId(-1);
Layer(2);
}



I told you all there was good parts here.
#8
Released Maps and Mods / Diet Dr. Pepper Republic
April 04, 2011, 04:10:45 PM
Diet Dr. Pepper Republic

http://www.swbfgamers.com/index.php?action=downloads;sa=view;down=309

I got your Diet Dr. Pepper right here, boya. Call me to hear me say this. Xfire keenmike. Clone sides mod so different you will want to play this clones version many times. Animations, explosion effects, lazers, models, weapons is all different. This is a mod with in a mod. When you play as jet trooper you see arc trooper retextured but with weapons you would think crash is bound to happen. When you play as the new jedi you will think how can this be. Every troop is so wild you will think a crash might happen. BF Special sniper look I just colored orange I liked so much. Arc trooper is gounded jet. You are a modded jet with mines in servers that don't have this file. All is online compatiable.
Here is a video of the sides. All tanks are different too.



Pair it up with the crazy cis mod for sure.
#9
Tech Support / PC taken hostage by softwear
November 30, 2010, 11:30:45 PM
Hi, I don't know if others know this either way it is good. Sometimes an antivirus softwear will take your pc hostage. In my case I have two partitions set up on my xp computer. Few months ago I must have repaired a partition infected by a hostage taking thing during a full system scan with avast. I went to it this morning and noticed no pop ups so I installed avast from cnet and did a full system scan to repair my most recent hostage infection. Now I have two working xp partitions.
#10
Star Wars Battlefront (2004 Original) / game play search
November 18, 2010, 06:19:42 PM
Hi, do you know the movie starship troopers? That is how I want to play swbf1 with friends. But not against other humans. I like predictable bots kind of like when you don't have to always be looking evey where for jets. Does any one like to play like this if so my xfire is micull untill I get my password for keenmike.
#11
SWBF1 Modding / [WIP] Playable rancor
November 03, 2010, 03:02:10 AM
Cool you can see something I retextured. It is the wookie model. Just me messing with gimp. He lacks finger and toe nails. And I bet i can place some spikes on his back like the armor.





See more over here.
#12
Scummies / Hi and good bye
October 22, 2010, 07:51:22 PM
I have to leave.
#13
SWBF1 Modding / I gives
October 22, 2010, 02:11:35 AM
Just to let anyone know about the files you see in my xfire screen shots. If you want a skin or mesh I am working with or have worked with then it is something I will do.
#14
Dune sea is the key. If you want to ride bikes on any map or just about any vehicle on any map you want. It is possible. You will have to know how to install a mod file and copy paste and rename. Provided the map has no vehicle option like cloud city.
#15
Tech Support / OS internet practices
August 04, 2010, 06:49:35 PM
Hi, I was wondering what or how this might have happen to me. I reinstalled xp professional on to this crazy desktop one month ago just about. I didn't install any antivirus programs and surfed the internet with regular windows explorer I know was outdated. Downloaded not to many swbf1 mod maps and a stand alone dedicated server from lucasarts. I also ran my swbf1 software dedicated server and left if for about four hours, and when I came back the pc was unresponsive. Soon after restart my pc state was held hostage. A anti virus software forces it self for me to install it. If I remember correctly it will be free but then will tell me to get the full version and pay about 40 dollars. On this second partition I installed avast and am thinking of trying to rid the other partition of what ever there might be. I might just reinstall xp over it to be safer. Any thoughts on this happening. I hope to learn anything you can provide.
#16
Tech Support / Xfire download exe
August 04, 2010, 02:34:25 PM
Hi, I was about to install xfire again and found this pop up. Wanted your thoughts on what is safe. I have downloaded many things but never thought about what is harmful.
#17
Released Maps and Mods / Crazy cis droids
July 25, 2010, 02:39:08 PM
Crazy cis droids

http://www.swbfgamers.com/index.php?action=downloads;sa=view;down=294

Crazy droid cis lvl file that changes your game so much you will want to play more and more. Skin, weapons, special effects, models, and animations are all changed. Colors are also very different and I am not talking about the skins.
http://www.xfire.com/profile/keenmike/screenshots/
http://www.xfire.com/video/31306a/
http://www.xfire.com/video/313065/
#18
Released Maps and Mods / Crazy cis droids
July 23, 2010, 10:23:51 AM
Crazy cis droids

http://www.swbfgamers.com/index.php?action=downloads;sa=view;down=294

Crazy droid cis lvl file that changes your game so much you will want to play more and more. Skin, weapons, special effects, models, and animations are all changed. Colors are also very different and I am not talking about the skins.
http://www.xfire.com/profile/keenmike/screenshots/
http://www.xfire.com/video/31306a/
http://www.xfire.com/video/313065/
#19
Rex, does this interest you? Would you like to mod a game in seconds? There is a chance it could happen on any game. But good thing you play swbf1 mostly and it can happen more on swbf1.



#20
Tech Support / Harddrive true size needed
June 30, 2010, 05:47:22 AM
Hi, earlier this year my crazy desktop died. I was able to move alot of the files I wanted to keep. Last night I reinstalled xp to two partitions and now have it up and running. The hard drive is labled as 250gigs. One partition is exactly Capacity 115,343,065,088kbtes 107GB and the other is Capacity 134,705,377,280kbtes 125GB. My question, are the totals the same?