Lost Pirates Productions: Battlefield Collection


Box art for Lost Pirates Productions: Battlefield Collection For: Battlefield 2
Size: 402.82 KB
Rate this tool:
Downloaded 835 times
Lost Pirates Productions: Battlefield Collection, download Lost Pirates Productions: Battlefield Collection free, free Lost Pirates Productions: Battlefield Collection tool download, free download of Lost Pirates Productions: Battlefield Collection tool for Battlefield 2, Battlefield 2 free tool Lost Pirates Productions: Battlefield Collection download, download for free Lost Pirates Productions: Battlefield Collection Battlefield 2, free download full tool Lost Pirates Productions: Battlefield Collection, direct download link Lost Pirates Productions: Battlefield Collection, download Lost Pirates Productions: Battlefield Collection editor
full download Lost Pirates Productions: Battlefield Collection Battlefield 2, Battlefield 2 Lost Pirates Productions: Battlefield Collection, free Battlefield 2 tools Lost Pirates Productions: Battlefield Collection, Lost Pirates Productions: Battlefield Collection direct download free, Lost Pirates Productions: Battlefield Collection download for free, Lost Pirates Productions: Battlefield Collection Battlefield 2 download link, free download Battlefield 2 Lost Pirates Productions: Battlefield Collection, Lost Pirates Productions: Battlefield Collection tool, Battlefield 2 editors
Description
Lost Pirates Productions: Battlefield Collection (Tweaker, u.a.)
Der ursprünglich hier verlinkte Kit Developer hat Einzug in eine ganze Toolsammlung gefunden, die mit einem Downloader teilweise oder ganz heruntergeladen werden kann.

The kit developer can create, edit and save Battlefield 2 and partly Battlefield 2142 kits.

Before you start using it:

- The kit developer must be in your unpacked mod to use it properly.
- The kit developer can not read from archives.
- The kit developer will search for custom weapons in: "objects\weapons\handheld\*.tweak"
- The kit developer will search for custom kits in: "objects\Kits\*.con"
- Generated kits must be loaded in your levels to use them. (see the bottom of this thread)


Getting started

Place the kit developer in your mod. Then launch it.
If it displays the message: "No weapons and no kits have been located", then the location is incorrect.
If you have no custom weapons and kits, you can only use "Open a kit" and "Create a new kit".


Basic knowledge



The kit developer contains 27 weapon select boxes.
Here you can set a certain weapon.
By clicking on the red cross on the right of a box, you can clear that index.
Please note that bots need a rifle (index 3), else they will walk like zombies.

It contains three rows: Main, Unlock 1 and Unlock 2.
The main indices are always shown in-game, the unlocks online (if you have gained them).

In case you use Vanilla Battlefield weapons, you can use the "include check boxes".

On the left side of this program is the file manager.
Here you can save (as), create, refresh and open kit files.
If you have edited a kit, and you tried to open another kit,
it will display a message whether or not to save the current kit.

Opening a kit can be done by clicking "Open a kit".


Creating a kit

To create a new kit, click on "Create a new kit".
A dialog will appear:



There are two sections: Main information and Mesh information.

Main information

Here you can set the kit type, abilities, name and output folder.
The following statements must be correct to display a green sign:
- The program must detect the new kit (the output location must be correct)
- If the kit not already exists

The kit type determines which icons and mesh geometry index to use.
The abilities determine if the player can see health, armor and/or ammo status.


Mesh information

Here you can set the mesh for your new kit.
If you have made a new mesh, you can prepare it.
This means a "*_kits.con" will be made, loading the kit.
If you have prepared the mesh, it will be displayed in "prepared meshes".

If you want to use a vanilla mesh, you can use the "include mesh check boxes".

After you have done all the above steps correctly, you can create the kit.
If a red sign has been displayed, then it could be you have to open the kit manually.
Else it will add the new kit in the kits list.

Editing you new kit can be done by opening your new kit.
Creating the kit will not add weapons; you will have to do that.


Editing a kit

To start editing a kit, select the kit in the kits list.
You can only edit the weapons of a kit, not the abilities, kit type and kit icons.

Editing can be done by clicking on a weapon box, and selecting a weapon.
You can not add weapons of your own, to make sure no double-indices can occur.

If you are done editing you can save your kit.
If you have not yet saved a kit, and you close the application, it will ask you if it should be saved.


Getting the kit in-game

To display your new kit in the spawn screen, you must edit the init.con of a level.
This file is located in: Levels\level_name\server.zip\init.con.

Edit this file in notepad.
Scroll down untill you see something similar to this:

Code:
rem ------------------------------- LevelSettings -------------------------------
rem -----------------------------------------------------------------------------

gameLogic.setTeamName 1 "MEC"
gameLogic.setTeamName 2 "US"

gameLogic.setTeamLanguage 1 "MEC"
gameLogic.setTeamLanguage 2 "English"

gameLogic.setTeamFlag 0 "flag_neutral"
gameLogic.setTeamFlag 1 "flag_mec"
gameLogic.setTeamFlag 2 "flag_us"

gameLogic.setKit 1 0 "MEC_Specops" "mec_light_soldier"
gameLogic.setKit 2 0 "US_Specops" "us_light_soldier"

gameLogic.setKit 1 1 "MEC_Sniper" "mec_light_soldier"
gameLogic.setKit 2 1 "US_Sniper" "us_light_soldier"

gameLogic.setKit 1 2 "MEC_Assault" "mec_heavy_soldier"
gameLogic.setKit 2 2 "US_Assault" "us_heavy_soldier"

gameLogic.setKit 1 3 "MEC_Support" "mec_heavy_soldier"
gameLogic.setKit 2 3 "US_Support" "us_heavy_soldier"

gameLogic.setKit 1 4 "MEC_Engineer" "mec_light_soldier"
gameLogic.setKit 2 4 "US_Engineer" "us_light_soldier"

gameLogic.setKit 1 5 "MEC_Medic" "mec_light_soldier"
gameLogic.setKit 2 5 "US_Medic" "us_light_soldier"

gameLogic.setKit 1 6 "MEC_AT" "mec_heavy_soldier"
gameLogic.setKit 2 6 "US_AT" "us_heavy_soldier"

rem -----------------------------------------------------------------------------


Every kit loading line uses the following system:
gameLogic.setKit

If you want to load your kit, replace the with your kit name.

Also make sure you use the correct team for your kit.
Usually the team number is the following:
1 - Mec and Ch teams
2 - US and EU teams

Good luck with your kits!
No comments. Comment to start the discussion!
Please Login or Sign Up to post a comment
Disqus Comments