Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > Star Wolves

Star Wolves 3D space RPG with deep strategy and tactical elements

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 06-13-2010, 10:15 AM
Goblin Wizard Goblin Wizard is offline
Approved Member
 
Join Date: Oct 2008
Posts: 508
Default

If you use my mod, you can easily change ship you want to buy.

Example: gw.script file. Only two changes are needed.

1.
Code:
function DialogR_buy_Gunslinger_mk2_black0()
  buy_fig("Gunslinger_mk2_black0");
end;
This function is activated when you choose to buy a Gunslinger T in the maintenance station menu. If you want to buy alien fighter change the "Gunslinger_mk2_black0" to "A_Fighter_0"
Below you will find the table:

2.
Code:
local tab_FIG = {
	{"Gunslinger_mk2_black0",280000},
        --//--
	{"AngorFrigate_f",100}
	};
Do the same as before, change the "Gunslinger_mk2_black0" to "A_Fighter_0".

If you want your fighter as additional menu entry you have to add new dialog answer in the DialogGW.xml, make additional function like in 1. and add new line in the fighters table 2.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:58 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.