Thread: Modding SW3?
View Single Post
  #346  
Old 04-17-2014, 10:00 AM
Neo Genesis Neo Genesis is offline
Approved Member
 
Join Date: Apr 2014
Posts: 74
Question

Quote:
Originally Posted by Nanaki View Post
Go to scripts/include/gw.script, search for Mothership_Lion, Replace the two quoted instances with either Mothership_Lion_mk2a_vks if you want the Old Empire decals, or Mothership_Lion_mk2a_grey if you want the Grey decals. Unfortunately there is no Player/New Empire decal available.

Anyhow, I decided I am likely going to get back into scripting Star Wolves. I am currently practicing with my LUA and I might attempt to improve both my old scripts as well as write new ones. So far my current project is an attempt to rebalance the game so that the metagame is a bit more interesting.
Thanks but can you check what i'm Doing wrong I Replaced it With this But when i Click on it in the game Nothing Happens


function DialogR_buy_GW_Mothership_Lion_mk2a_grey()
_buy_ms_GW("Mothership_Lion_mk2a_grey");
end;
Reply With Quote