About vlaunch weapon tag
Moderator: Moderators
About vlaunch weapon tag
"vlaunch" is not used in engine at all. But still exists in game weapon files. What tag is the most closest to it by sense among existing tags?
Re: About vlaunch weapon tag
http://github.com/spring/spring/blob/ma ... s_post.lua
line 50-51
In short, vlaunch is equivalent to setting weaponType = "StarburstLauncher"
line 50-51
In short, vlaunch is equivalent to setting weaponType = "StarburstLauncher"
Re: About vlaunch weapon tag
The problem is that some tags (like vlaunch still documented there on the wiki) exist only via the base content lua parsing of tdf, and should generally be avoided.
Re: About vlaunch weapon tag
This is the comment that matters.FLOZi wrote:In short, vlaunch is equivalent to setting weaponType = "StarburstLauncher"
Re: About vlaunch weapon tag
I have no access to
I see, Lua AIs will rule in future.FLOZi wrote:The problem is that some tags (like vlaunch still documented there on the wiki) exist only via the base content lua parsing of tdf, and should generally be avoided.
Re: About vlaunch weapon tag
o_Oslogic wrote:I have no access toI see, Lua AIs will rule in future.FLOZi wrote:The problem is that some tags (like vlaunch still documented there on the wiki) exist only via the base content lua parsing of tdf, and should generally be avoided.
Please stop derailing things ...
Re: About vlaunch weapon tag
What, you cannot even read the weapontype? Do you have access to the weapondefs at all? The weapontype should be in there.slogic wrote:I have no access toI see, Lua AIs will rule in future.FLOZi wrote:The problem is that some tags (like vlaunch still documented there on the wiki) exist only via the base content lua parsing of tdf, and should generally be avoided.