Fast pace cellshading flying action. Soar the skies as you take on the most vicious enemies above the ground. Experience an airborne adventure in an all new art style that will take you to something different and exciting. With the possibility to add just about anything you can imagine into the game, the sky it's not the limit. It's just the beginning.

Forum Thread
  Posts  
How to modify Campaigns (Games : Vector Thrust : Forum : Support : How to modify Campaigns) Locked
Thread Options
RaptorGod
RaptorGod Just a Broly Fanboy here....
Jul 2 2015 Anchor

I don't know if anyone has asked this question and I have had no luck in finding any help with my question. If a thread does exist then please forgive me but how do you modify the vanilla campaigns or just campaign now, like say I want to add a plane that was not originally one of the aircraft you can chose in said campaign?

Edited by: RaptorGod

--

Broly Hello There

Jul 3 2015 Anchor

Look for the campaign in the Campaigns folder and open the .cmp file with Notepad. For the current campaign, that would be HollowThunder.cmp in the HollowThunder folder.

In that file, scroll down about 1/3rd of the page contents until you reach "[PlayablePlanes]." This is where you change the number of aircraft that can appear and specify what they are.

As an example, this is one of the starting aircraft for Hollow Thunder:

entry_1 = MiG-21Bis
entry_1_State = 3
entry_1_Price = 0
entry_1_CantSell = true
entry_1_Weapons_OwnedOnlyFirst = true
entry_1_Weapons_CustomPrices = true
entry_1_Weapons_1_Price = 0
entry_1_Weapons_1_Ammo = 90
entry_1_Weapons_1_State = 3
entry_1_Weapons_1_CantSell = true
entry_1_Weapons_2_Price = 5000
entry_1_Weapons_2_Ammo = 30
entry_1_Weapons_2_State = 2
entry_1_Weapons_2_CantSell = false
entry_1_Weapons_3_Price = 5000
entry_1_Weapons_3_Ammo = 20
entry_1_Weapons_3_State = 2
entry_1_Weapons_3_CantSell = false
entry_1_NumSkins = 2
entry_1_Skins_1_Name = Ash
entry_1_Skins_2_Name = Bastille

entry_#_State refers to the availability of the aircraft, and entry_#_Weapons_#_State is the same for weapons. "3" means it starts unlocked. "2" means you unlock it through the store. This is particularly important to note if you plan to make your own.

RaptorGod
RaptorGod Just a Broly Fanboy here....
Jul 3 2015 Anchor

Ok thanks for the info and help.

--

Broly Hello There

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.