View topic - Mod Question Repository... Questions come in, answers go out



All times are UTC + 1 hour


Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1168 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 59  Next
Author Message
 Post subject:
PostPosted: 15 Oct 2006, 18:41 
Damned Developer
User avatar

Joined: 01 Jun 2006, 12:15
Location: Banned user for reason “Do not post pictures of people fucking cars”
Snipawolf wrote:
We can fire weapons using scripts?

Not yet, needs rework. Your firepoint needs to have two vertices pointing in the direction you want to fire.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 15 Oct 2006, 18:44 
Modeler
User avatar

Joined: 12 Dec 2005, 01:49
So close, I am so close, oh well, by the time I get to "polishing" with dynamic blood, it'll be fixed.. Right? Righhhht... Plleeaaassee


Edit: Would my idea work though (if it was reworked?)?


Top
 Offline Profile  
 
 Post subject:
PostPosted: 15 Oct 2006, 21:48 
Damned Developer
User avatar

Joined: 01 Jun 2006, 12:15
Location: Banned user for reason “Do not post pictures of people fucking cars”
I have asked Yeha to change it so you can emit weapons from empty objects using the object's rotation just like explosions, and to use a new modifier for detonations (4096) roughly a week ago... I'm sure he'll do it in some time (if he don't then I'll keep nagging 8)).


Top
 Offline Profile  
 
 Post subject:
PostPosted: 22 Oct 2006, 22:40 
Modeler
User avatar

Joined: 12 Dec 2005, 01:49
I forgot, which texture does alpha go in?

1st or 2nd?

Edit: As soon as this question is answered, I'll start on the script for my former light tank, now an MBT..


Top
 Offline Profile  
 
 Post subject:
PostPosted: 23 Oct 2006, 08:28 
Game Developer
User avatar

Joined: 25 Jun 2006, 07:44
Location: Germany
2nd because 1st is TC and TC was here first.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 23 Oct 2006, 12:15 
Modeler
User avatar

Joined: 12 Dec 2005, 01:49
I meant to ask for team color not alpha, but I found out while diddling around yesterday, thanks anyway.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 23 Oct 2006, 12:38 
Damned Developer
User avatar

Joined: 01 Jun 2006, 12:15
Location: Banned user for reason “Do not post pictures of people fucking cars”
You do know how to get most of your questions answered, do you?
http://taspring.clan-sy.com/phpbb/search.php :P


Top
 Offline Profile  
 
 Post subject:
PostPosted: 23 Oct 2006, 21:41 
Modeler
User avatar

Joined: 12 Dec 2005, 01:49
I hate that thing, the more words I put in the search bar the more results I find..

Dang backwards search bar..


Top
 Offline Profile  
 
 Post subject:
PostPosted: 25 Oct 2006, 01:46 
Modeler
User avatar

Joined: 12 Dec 2005, 01:49
New Question related to an older question..

Would it be possible to have two or three sprays of 10-15 bullets then reload?


Top
 Offline Profile  
 
 Post subject:
PostPosted: 25 Oct 2006, 02:49 
Damned Developer
User avatar

Joined: 01 Jun 2006, 12:15
Location: Banned user for reason “Do not post pictures of people fucking cars”
Yes.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 25 Oct 2006, 02:51 
Modeler
User avatar

Joined: 12 Dec 2005, 01:49
Good, good.. Whoever says the spring engine can't be manipulated is a fool.. A fool I tell you..


Top
 Offline Profile  
 
 Post subject:
PostPosted: 25 Oct 2006, 15:59 
User avatar

Joined: 24 Oct 2006, 18:08
Location: a secret soylent green factory
Is there a way to program multiple voice responses to units like instead of hearing the same 1 voice over and over you can hear multiple voices at random of clicking on the unit over and over or giving it commands (Ala command and conquer/starcraft)


Top
 Offline Profile  
 
 Post subject:
PostPosted: 25 Oct 2006, 17:06 
Damned Developer
User avatar

Joined: 01 Jun 2006, 12:15
Location: Banned user for reason “Do not post pictures of people fucking cars”
Use play-sound("sample", volume) in StartMove() or StopMove() in the unit script. Select sound can't have multiple sounds.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 25 Oct 2006, 22:10 
Modeler
User avatar

Joined: 12 Dec 2005, 01:49
Dang, that sux..

I would have had stuff like :

"Sir, yes, sir!?"
"Let's kill those fucken freaks!"
"Another day, another planet..."
"We're superior, we won't lose!"


Etc, etc.

We can have those under attack things, right? Can we have different ones?


Top
 Offline Profile  
 
 Post subject:
PostPosted: 26 Oct 2006, 11:25 
Damned Developer
User avatar

Joined: 01 Jun 2006, 12:15
Location: Banned user for reason “Do not post pictures of people fucking cars”
Yes there are functions which get called when under attack. HitByWeapon() for instance.

Now I've got a question... it's like this:

I've got a unit with a burst weapon which fires twice each burst (dual rocket launcher). So the question is, is there any other function which gets called each time a weapon fires a burst shot? Both FireWeaponX and EndBurstX get only called at the end of a burst which is useless.

The only workaround I can think of is abusing RockUnit, because it's the only function which gets called for any shot fired. Though I don't know if it got called when the unit was hit by a weapon as well. I read somewhere that both RockUnit and HitByWeapon are called then...

All I want to do is distribute the two shots over two firepoints (AND spawning muzzle flashes and extra fancy stuff like exhaust smoke and fire 8)) without relying on scripted reload times or using two weapons and slaving the second to the first AND scripting a delay in. That's entirely possible but it's ugly. I'd rather have one manageable weapon for which I don't need to recompile the script each time I want to change the reload time.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 26 Oct 2006, 12:04 
P.U.R.E. Developer
User avatar

Joined: 21 Feb 2005, 03:38
Location: Herding cats uphill whilst wearing roller skates.
Um, instead of having the weapon return(TRUE), have it fire the weapon in question via emit-sfx and then sleep.

As for compiling every time you want to change the delay... er, sorry, but that's a big problem... why? I mean, by the time you get everything else synched up timing-wise, you're hardly going to want to futz with something that minor, when you can just change the damage/AOE and balance that way. Just a thought.


Top
 Offline Profile  
 
 Post subject:
PostPosted: 26 Oct 2006, 13:03 
User avatar

Joined: 15 Dec 2004, 20:53
Location: London
rattle wrote:
Use play-sound("sample", volume) in StartMove() or StopMove() in the unit script. Select sound can't have multiple sounds.

Will that mean that i will have to remove the sounds from the sound class so i don't get double sounds?

Does the StartMove() gets activated anytime we give a move order or only when it was stoped and starts to move?


Top
 Offline Profile  
 
 Post subject:
PostPosted: 26 Oct 2006, 13:38 
Damned Developer
User avatar

Joined: 01 Jun 2006, 12:15
Location: Banned user for reason “Do not post pictures of people fucking cars”
StopMove() gets called when the unit really stops, not just when you hit the button or key. Same for StartMove(). Yes you need to remove the sounds from the tdf.

Hm Argh using emit-sfx for that is not good at all because it's ignoring stuff like smoke trails on missiles. It would be so cool if we could control the when-a-unit fires stuff completely by script. :(

Think I'll just use a slaved weapon and time it myself


Top
 Offline Profile  
 
 Post subject:
PostPosted: 26 Oct 2006, 14:36 
Damned Developer
User avatar

Joined: 01 Jun 2006, 12:15
Location: Banned user for reason “Do not post pictures of people fucking cars”
Ha. http://rattle.from-hell.net/spring/rtank.avi 8)


Top
 Offline Profile  
 
 Post subject:
PostPosted: 26 Oct 2006, 15:50 
Damned Developer
User avatar

Joined: 01 Jun 2006, 12:15
Location: Banned user for reason “Do not post pictures of people fucking cars”
Another question: Is it possible to make a high trajectory weapon fire in a lower arc? If so, how?

At the moment I restrict the pitch to which the launchers turn to pitch/2, but increasing the range will make it clip into the body yet again. Restricting pitch by a condition is confusing. :P


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 1168 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 59  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Site layout created by Roflcopter et al.