Mod Question Repository... Questions come in, answers go out - Page 32

Mod Question Repository... Questions come in, answers go out

Resources to get you going on your new project, or to help you over some emergent problems during your development cycle.

Moderator: Moderators

Locked
User avatar
lurker
Posts: 3842
Joined: 08 Jan 2007, 06:13

Re: Mod Question Repository... Questions come in, answers go out

Post by lurker »

It's roughly 10x better and still easy to block the sharing of limited units only. Please do that.
[Krogoth86]
Posts: 1176
Joined: 23 Aug 2007, 19:46

Re: Mod Question Repository... Questions come in, answers go out

Post by [Krogoth86] »

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.
Image

:wink:
User avatar
lurker
Posts: 3842
Joined: 08 Jan 2007, 06:13

Re: Mod Question Repository... Questions come in, answers go out

Post by lurker »

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.
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Re: Mod Question Repository... Questions come in, answers go out

Post by KDR_11k »

lurker wrote:It's roughly 10x better and still easy to block the sharing of limited units only. Please do that.
Well, Spring will automatically block sharing of units the other guy has reached the limit for...
User avatar
bobthedinosaur
Blood & Steel Developer
Posts: 2702
Joined: 25 Aug 2004, 13:31

Re: Mod Question Repository... Questions come in, answers go out

Post by bobthedinosaur »

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?
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Re: Mod Question Repository... Questions come in, answers go out

Post by KDR_11k »

Lua does what you tell it to, if you tell it to respect the limit it will.
[Krogoth86]
Posts: 1176
Joined: 23 Aug 2007, 19:46

Re: Mod Question Repository... Questions come in, answers go out

Post by [Krogoth86] »

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?
ironized
Posts: 172
Joined: 25 Jun 2007, 06:33

Re: Mod Question Repository... Questions come in, answers go out

Post by ironized »

microphone + a mini blowtorch...
User avatar
Snipawolf
Posts: 4357
Joined: 12 Dec 2005, 01:49

Re: Mod Question Repository... Questions come in, answers go out

Post by Snipawolf »

We need streaming sounds for firing things that repeat, not play multiple times.
ironized
Posts: 172
Joined: 25 Jun 2007, 06:33

Re: Mod Question Repository... Questions come in, answers go out

Post by ironized »

you mean looping sounds or what... i might be able to help..
[Krogoth86]
Posts: 1176
Joined: 23 Aug 2007, 19:46

Re: Mod Question Repository... Questions come in, answers go out

Post by [Krogoth86] »

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...
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Re: Mod Question Repository... Questions come in, answers go out

Post by rattle »

Google for some free sounds and use a sound editor to mix it to your likes, it's not that difficult.
[Krogoth86]
Posts: 1176
Joined: 23 Aug 2007, 19:46

Re: Mod Question Repository... Questions come in, answers go out

Post by [Krogoth86] »

rattle wrote:Google for some free sounds and use a sound editor to mix it to your likes, it's not that difficult.
I tried but except for one which unfortunately is a bit too short they all sucked... ^^
[Krogoth86]
Posts: 1176
Joined: 23 Aug 2007, 19:46

Re: Mod Question Repository... Questions come in, answers go out

Post by [Krogoth86] »

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:
coming soon: how to set per-unit in cob
So could someone please point out how to do this?
User avatar
KingRaptor
Zero-K Developer
Posts: 838
Joined: 14 Mar 2007, 03:44

Re: Mod Question Repository... Questions come in, answers go out

Post by KingRaptor »

I think per-unit refers to the attacker rather than the defending unit.

Splice this into your .fbi:

Code: Select all

flankingbonusmode=0;
[Krogoth86]
Posts: 1176
Joined: 23 Aug 2007, 19:46

Re: Mod Question Repository... Questions come in, answers go out

Post by [Krogoth86] »

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... :wink:
User avatar
bobthedinosaur
Blood & Steel Developer
Posts: 2702
Joined: 25 Aug 2004, 13:31

Re: Mod Question Repository... Questions come in, answers go out

Post by bobthedinosaur »

its not a fbi command its a mod type, or am i confused?
User avatar
KingRaptor
Zero-K Developer
Posts: 838
Joined: 14 Mar 2007, 03:44

Re: Mod Question Repository... Questions come in, answers go out

Post by KingRaptor »

The tag can be specified in modrules as a default, and also on a per-unit basis.
[Krogoth86]
Posts: 1176
Joined: 23 Aug 2007, 19:46

Re: Mod Question Repository... Questions come in, answers go out

Post by [Krogoth86] »

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?
User avatar
bobthedinosaur
Blood & Steel Developer
Posts: 2702
Joined: 25 Aug 2004, 13:31

Re: Mod Question Repository... Questions come in, answers go out

Post by bobthedinosaur »

i think its only mod rules
Locked

Return to “Game Development Tutorials & Resources”