Page 58 of 59

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

Posted: 29 Oct 2010, 20:17
by bobthedinosaur
Cant the first and last post be edited with the link to the new system? Then you could lock this, but there is still a lot of information in here.

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

Posted: 29 Oct 2010, 20:27
by FireStorm_
I though my questions to be to nooby for the Q&A site, plus on the forum one might sometimes read some history of what led to the question and then sometimes less explanation might be needed.

But i get it. i'll post on the Q&A site from now on.

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

Posted: 29 Oct 2010, 20:37
by bobthedinosaur
It is never too nooby for Q/A. the purpose of it is actually to ask noob to expert questions, b/c it creates a search-able database for other noobs to experts to look through. So that the same questions aren't asked every other month/ year. the more noob questions are asked and answered, the more you are benefiting future noobs and development.

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

Posted: 30 Oct 2010, 00:10
by FLOZi
Personally I think this thread has a purpose alongside Q&A.

As for the morph gadget: It has all kinds of extra bits in for handling different mods and rendering the effects and etc etc. I keep meaning to write a 'lightweight' alternative but never get around to it.

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

Posted: 30 Oct 2010, 18:18
by knorke
The forum would already be a searchable database if instead of this thread in which you can never find anything again there would have been numerous small threads with good topics :regret:

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

Posted: 07 Nov 2010, 00:42
by Wombat
question - can i haz more resources ? like, solar and geo would give different kind of resource.

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

Posted: 07 Nov 2010, 21:48
by hoijui
not through the engine (yet), but you can code it in lua of course.

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

Posted: 07 Nov 2010, 23:34
by Wombat
thank u

Image

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

Posted: 07 Nov 2010, 23:47
by smoth
Wombat wrote:question - can i haz more resources ? like, solar and geo would give different kind of resource.
GUN DAM

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

Posted: 07 Nov 2010, 23:51
by Wombat
sorry, i dont have anyone to play with since a long time :(

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

Posted: 02 Dec 2010, 04:48
by Wombat
i haz question, so... in many, many other rts games, when unit gets behing hill or building, it gets 'revealed' (obstacle becomes transparent, usually in form of a transparent circle). whats about spring ?

prolly lua ? :D

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

Posted: 03 Dec 2010, 05:54
by SanadaUjiosan
Just used the weapon tag stockpile for the first time. Works and all that, but boy does it give me a giant ugly white bar as it's loading/creating/whatever the ammo. Any widget or gadget or whatever to pretty this up? Preferably I'd actually like to remove any kind bar and just have a number.

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

Posted: 03 Dec 2010, 18:23
by FLOZi
SanadaUjiosan wrote:Just used the weapon tag stockpile for the first time. Works and all that, but boy does it give me a giant ugly white bar as it's loading/creating/whatever the ammo. Any widget or gadget or whatever to pretty this up? Preferably I'd actually like to remove any kind bar and just have a number.
the CA healthbar widget handles stockpiling, you might try that.

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

Posted: 09 Dec 2010, 15:49
by PicassoCT
Is 512 x512 texture for a epic unit to much?

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

Posted: 09 Dec 2010, 16:28
by FLOZi
PicassoCT wrote:Is 512 x512 texture for a epic unit to much?
Not at all, probably >90% of all S44 units use 512 x 512 textures.

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

Posted: 09 Dec 2010, 16:56
by PicassoCT
thx

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

Posted: 13 Dec 2010, 07:09
by bobthedinosaur
edit: n/m I got it.

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

Posted: 03 Jan 2011, 20:23
by bobthedinosaur
Is this possible engine wise at all to make a air transport load & unload like a land transport?

If it's not implemented into the engine than movectrl won't help force it to act like a land transport because traditional air transports must hover over the units they are loading. and the whole things gets borked! :o


edit:

could is use an attach unit script:
http://answers.springlobby.info/questio ... page=1#383

to attach a land unit to a transport unit with out the transport unit flying over to pick it up?

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

Posted: 07 Jan 2011, 17:37
by Forboding Angel
Snipawolf wrote:1. Is it possible to have a metal extractor be able to make its own metal and extract it, but only work if its on a metal patch?


(By the way, if anyone has any questions, put them here.)
Yes this is possible, Evo does it. (yes I know I know, thread necro)

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

Posted: 25 Jan 2011, 06:17
by bobthedinosaur
Okay. Say I have a unit with multiple weapon types each with their own range. Also I should note at various times some of the weapons are blocked and some are not. Sometimes setting up the unit so that the lowest ranged weapon is weapon1will work, so when given an attack order no matter if it is blocked or not the unit will not have any range issues that prevent it from moving into range and attacking, but it might be pushing the unit too close than it needs to be. Some units like this that are not in range don't bother moving into range because some of the weapons that are blocked are in range, which give th appearance of a weapon aiming bug, were the unit doesn't engage.

Any suggestions around this?