We were hacked. Several times over the past two weeks, in fact.
While all passwords are encrypted and salted, it's recommended that you change your password here when you can.
Only the default (TGN Light) theme for now. Dark them is also coming back soon. Then CSN. Then Wrestlin' Nation. A lot of WIP stuff right now. There are a couple of things still not working either. Sorry.
You can mod it into the map. Same theory applies to my custom skin tutorial except you will be adding only the kit's .con files to the Objects_server.zip
You can mod it into the map. Same theory applies to my custom skin tutorial except you will be adding only the kit's .con files to the Objects_server.zip
You are the man, just what I was looking for, now too bring back the good old days from BF42 DC.... No more Halo, No more jumping from multipul high story builds in consecutive bounds using your multi parachute.
Next question would be if the Python coding would allow for only 1 depolyment of the parachute while you are alive, when spawned back in you get another???
You can mod it into the map. Same theory applies to my custom skin tutorial except you will be adding only the kit's .con files to the Objects_server.zip
I have my skins imported via your instructions and it works great but I am still having problems with removing hte parachutes.
I have followed your instruction but the map will load the standard class.con files instead of my removed parachute ones in my Object_Server.zip
The only thing I have not done is add the prefix onto the end of the original file name as I am playing with the .con files instead of the dds files.
There is one component missing and I can't work it out. In the int.com file, do we need to make reference to these new files like we did with the dds suffix?
Any assistance will much much appreciated.
I am trying to get permission from the SAS Klan too use there Village_Lost map.
I have already included our Australian Allied Forces skins, {Aussie & Afghan}
Ingame flags have been changed as well as the wining national anthems.
You will also see our UH60 skin.
Just need to get the parachutes removed and permission to release and I will be releasing it ASAP.
Create a folder inside the Server.zip called objects.
Inside this folder create 2 more folders called..mec....us....
Now you need to copy your class .con files from your original bf2/Objects_Server.zip {\BF2\mods\bf2\Objects_server\Kits\US & Mec}
Open each of these files and change the following text to stop a crash to desktop conflict.
The very first line has to be change from this..... ObjectTemplate.create Kit US_Assault
too this ObjectTemplate.create Kit US_Assault_p
Then you can alter what you want within the kit make up. In this case we want to remove the ParachuteLauncher.
By typing in the "rem" remarks we have stopped this line of code from being run.
rem -------------------------------------
ObjectTemplate.addTemplate USRIF_M203
ObjectTemplate.addTemplate USRGL_M203
ObjectTemplate.addTemplate USPIS_92FS
ObjectTemplate.addTemplate hgr_smoke
ObjectTemplate.addTemplate kni_knife
ObjectTemplate.addTemplate UnlockUSAssault
ObjectTemplate.addTemplate UnlockUSAssault2 rem ObjectTemplate.addTemplate ParachuteLauncher
rem -------------------------------------
Save the file.
You must do this to each class that you want to add for both armies.
Next we must open the init.con file in the server.zip.
Two changes needed in here, first being the introduction of our new class files.
You will need to type the following lines into the same position as below. {See blue writing}
rem *** Generated by BF2Editor ***
if v_arg1 == BF2Editor
run Heightdata.con
LevelSettings.InitWorld
run Terrain.con BF2Editor
run StaticObjects.con BF2Editor
run Sky.con BF2Editor
run Editor\GamePlayObjects.con host
UndergrowthEditable.create
Undergrowth.load Levels\Village_Lost\
run Overgrowth\Overgrowth.con
Overgrowth.editorEnable 1
run AmbientObjects.con BF2Editor
run Water.con
run TriggerableTemplates.con BF2Editor
else
run Heightdata.con
run Terrain.con v_arg2
run Sky.con v_arg2
run CompiledRoads.con
run tmp.con v_arg1
Undergrowth.load Levels\Village_Lost\
run Overgrowth\Overgrowth.con
run Overgrowth\OvergrowthCollision.con
run AmbientObjects.con
run Water.con run Objects\MEC\MEC_Assault.con
run Objects\MEC\MEC_Specops.con
run Objects\MEC\MEC_Medic.con
run Objects\MEC\MEC_Support.con
run Objects\MEC\Mec_AT.con
run Objects\MEC\Mec_Sniper.con
run Objects\MEC\Mec_Engineer.con
run Objects\US\US_Assault.con
run Objects\US\US_Specops.con
run Objects\US\US_Medic.con
run Objects\US\US_Support.con
run Objects\US\US_AT.con
run Objects\US\US_Sniper.con
run Objects\US\US_Engineer.con
endIf
The second part is to afix the sufix onto our new classes. {See blue writing below}
rem ------------------------------- LevelSettings -------------------------------
rem -----------------------------------------------------------------------------
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment