Mod Question Repository... Questions come in, answers go out
Moderator: Moderators
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
rr oh, well im thinking ota then
edit:
new question: using upspring to measure move piece doesnt seem to translate the same into bos movement. is it like x2 or maybe x3 what an upspring move is?
edit:
new question: using upspring to measure move piece doesnt seem to translate the same into bos movement. is it like x2 or maybe x3 what an upspring move is?
Re: Mod Question Repository... Questions come in, answers go out
BOS movement is the same as upspring movement if you set the linear constant ( [] ) to 65536 instead of 163840 which was for ota.
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
oh really, and that doesnt effect the angular does it?
Re: Mod Question Repository... Questions come in, answers go out
Nope, angular should still be 65536/360
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
wind_speed via cob, what are the high and low values of its range? could it be directly related to the maps min and max or is it maybe a translated form?
Re: Mod Question Repository... Questions come in, answers go out
- How exactly does the fireplatform tag work?
- Will the flamethrower's sizeGrowth parameter affect the size of its collision sphere?
- Will the flamethrower's sizeGrowth parameter affect the size of its collision sphere?
Re: Mod Question Repository... Questions come in, answers go out
Afaik adding isfireplatform=1 to a transport allows any units in it to fire/use nano beam (so you could make a bunker).
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
okay i have a question for any modders out there that claim to know about LOD. ive heard its been implemented into the engine for some time now, so who has it working, and how does it work? every one likes pretty details on models, no one likes laggy games
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
is that a "freaking idiot and his redundantly stupid questions" grumble or a "looks like i need to work on that myself" grumble?
Re: Mod Question Repository... Questions come in, answers go out
maybe both?
Hmm, well, I don't know anything about lod, but it sounds like I would have to make a seperate model, uvmap and texture for each lod level, if so that's a no for me

Hmm, well, I don't know anything about lod, but it sounds like I would have to make a seperate model, uvmap and texture for each lod level, if so that's a no for me

- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
once again hoi, thanks for the bump..
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
Something else I heard bickering about awhile back, and am wondering if it ever got implemented: targeting priority. Some sort of system that tells units not to waste their time on certain units and target others first. Would work best with unit definitions wouldnt it?
- Evil4Zerggin
- Posts: 557
- Joined: 16 May 2007, 06:34
Re: Mod Question Repository... Questions come in, answers go out
There's badTargetCategory (shoot at units other than these type(s) first) and noTargetCategory (don't shoot at these type(s) of unit at all).
That's about it though.
That's about it though.
-
- Posts: 1176
- Joined: 23 Aug 2007, 19:46
Re: Mod Question Repository... Questions come in, answers go out
You also can use the ProximityPriority weapon tag for controlling the preferation of targets being more close or further away...
Re: Mod Question Repository... Questions come in, answers go out
There's also the TargetWeight COB function. It's probably very slow but if you need fine control for a small number of superweapons or generally use very few units it could work for you.
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
target weight sound more like what i was thinking, but if it's a resource hog never mind. what i had in mind was configuring weapons to avoid over kill of a unit it would easily destroy with some weapons, and maybe use an alternative weapon on them instead, while reserving the heavy weapons for units that need the pounding.
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
2 quick questions:
1) was trying to find docs on the cob get/set to request repair pad landing
2) i have a script that wont compile for the stupid reason, it wont recognize setsfxoccupy after i added some extra h scripts.
ill attach it for any one to look out.
1) was trying to find docs on the cob get/set to request repair pad landing
2) i have a script that wont compile for the stupid reason, it wont recognize setsfxoccupy after i added some extra h scripts.
ill attach it for any one to look out.
- Attachments
-
- wtf.7z
- (8.13 KiB) Downloaded 29 times
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
Did I fail to mention mechs, gears, tanks, and anime tits?
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
if i use the get/set CURRENT_FUEL (93)
and set my unit to have 100 max fuel, would setting it to 30 be an effective means to ask it to land? what happens if it hits 0, will it crash or land on the ground where it runs out?
and set my unit to have 100 max fuel, would setting it to 30 be an effective means to ask it to land? what happens if it hits 0, will it crash or land on the ground where it runs out?