Mod Question Repository... Questions come in, answers go out
Moderator: Moderators
Re: Mod Question Repository... Questions come in, answers go out
It's roughly 10x better and still easy to block the sharing of limited units only. Please do that.
-
- Posts: 1176
- Joined: 23 Aug 2007, 19:46
Re: Mod Question Repository... Questions come in, answers go out
BTW:


lurker wrote:I'll make a quick gadget to stop building on top of mines. Someone yell at me if I've forgotten and haven't finished in 12 hours.


Re: Mod Question Repository... Questions come in, answers go out
Yes. I noticed this part of the thread while closing the tabs. It's too late now for a reminder. I'll get to it today.
Re: Mod Question Repository... Questions come in, answers go out
Well, Spring will automatically block sharing of units the other guy has reached the limit for...lurker wrote:It's roughly 10x better and still easy to block the sharing of limited units only. Please do that.
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
okay, what about the lua super build functions, that allow the que of one unit and several units are built at once (infantry in s44 and other mods)? if i throw a unit limit on say "platoon commander" and it is reached, can i override that limit with that multi que function, that builds a platoon commander and the regulars in the same que?
also, non que and limit related. im thinking of making communications a possible aspect of game play, such as a 'radio operator' which with out your men can still attack but maybe you cant see them unless you get com back with them... any ideas on how that might be done?
also, non que and limit related. im thinking of making communications a possible aspect of game play, such as a 'radio operator' which with out your men can still attack but maybe you cant see them unless you get com back with them... any ideas on how that might be done?
Re: Mod Question Repository... Questions come in, answers go out
Lua does what you tell it to, if you tell it to respect the limit it will.
-
- Posts: 1176
- Joined: 23 Aug 2007, 19:46
Re: Mod Question Repository... Questions come in, answers go out
Now for something completely different:
Does anyone know a good, free flamethrower sound? I've been searching for a good one to get rid of those OTA-sfx spamming whenever flamethrowers are ingame and just use one nice sound when firing. Unfortunately what I found either wasn't free or just sucked...
So anyone knows a good source?
Does anyone know a good, free flamethrower sound? I've been searching for a good one to get rid of those OTA-sfx spamming whenever flamethrowers are ingame and just use one nice sound when firing. Unfortunately what I found either wasn't free or just sucked...
So anyone knows a good source?
Re: Mod Question Repository... Questions come in, answers go out
microphone + a mini blowtorch...
Re: Mod Question Repository... Questions come in, answers go out
We need streaming sounds for firing things that repeat, not play multiple times.
Re: Mod Question Repository... Questions come in, answers go out
you mean looping sounds or what... i might be able to help..
-
- Posts: 1176
- Joined: 23 Aug 2007, 19:46
Re: Mod Question Repository... Questions come in, answers go out
Well I think it hasn't to be loopable but in case you have a unit that has an instant flamethrower and not just burst the beginning of the sound shouldn't be totally different from the rest.
It's much more important that the sound's length matches the usual burst length used in TA mods...
It's much more important that the sound's length matches the usual burst length used in TA mods...
Re: Mod Question Repository... Questions come in, answers go out
Google for some free sounds and use a sound editor to mix it to your likes, it's not that difficult.
-
- Posts: 1176
- Joined: 23 Aug 2007, 19:46
Re: Mod Question Repository... Questions come in, answers go out
I tried but except for one which unfortunately is a bit too short they all sucked... ^^rattle wrote:Google for some free sounds and use a sound editor to mix it to your likes, it's not that difficult.
-
- Posts: 1176
- Joined: 23 Aug 2007, 19:46
Re: Mod Question Repository... Questions come in, answers go out
Well I want to remove all flanking bonus from bombers so they actually receive full damage even when advancing an enemy and not just after passing them and getting rockets on their tails. This is what the wiki says about it:
So could someone please point out how to do this?coming soon: how to set per-unit in cob
- KingRaptor
- Zero-K Developer
- Posts: 838
- Joined: 14 Mar 2007, 03:44
Re: Mod Question Repository... Questions come in, answers go out
I think per-unit refers to the attacker rather than the defending unit.
Splice this into your .fbi:
Splice this into your .fbi:
Code: Select all
flankingbonusmode=0;
-
- Posts: 1176
- Joined: 23 Aug 2007, 19:46
Re: Mod Question Repository... Questions come in, answers go out
So you mean I should put this into the bombers' fbi in my case?
Should be added to the wiki's FBI command list then because currently there's no entry for flanking and so I thought it just would be about the modrules.tdf and that mysterious COB possibility...
Should be added to the wiki's FBI command list then because currently there's no entry for flanking and so I thought it just would be about the modrules.tdf and that mysterious COB possibility...

- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
its not a fbi command its a mod type, or am i confused?
- KingRaptor
- Zero-K Developer
- Posts: 838
- Joined: 14 Mar 2007, 03:44
Re: Mod Question Repository... Questions come in, answers go out
The tag can be specified in modrules as a default, and also on a per-unit basis.
-
- Posts: 1176
- Joined: 23 Aug 2007, 19:46
Re: Mod Question Repository... Questions come in, answers go out
Well I tried it on a per-unit basis but it didn't have an effect for me. The modrule's default still is having flanking enabled is it?
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Mod Question Repository... Questions come in, answers go out
i think its only mod rules