Re: Effects showroom!
-
Those are my custom ones, however many thanks to you, because the idea is by you
Let me know if you figure out an efficient way to implement EVE lights onto ship engines. It’s something I’ve always wanted to do but it requires a lot of in in depth pretty tedious work. I don’t know of a way to do it efficiently to every ship.
-
Maybe this isn’t the method you were looking for, but I don’t know about faster ones…
I think this should work: duplicate the engine fire effect, and set the correct width… use zero value for pressure and make low lifetime (so that it fits frequency, 1-2 particles should be shown on the screen at the same time)… Now you have the ale, implant the effect. Attach the effect to the ship with an AttachedFX entry (select_equip.ini). If you want the EVE light effect to be brigher when you go faster, set the correct frequency values (zero or very low when you don’t move, and higher for full throttle). After that, add the use_throttle line to the AttachedFX entry, and set its value to true.
-
That’s a really interesting technique, I will have to look into that.
Lately I have been messing with timings to create delay-launch missiles. Makes for hugely dramatic launches. Most of all for weapons like this:
Copy Paste for high quality: http://www.youtube.com/watch?v=iCrwmxQpDxA&fmt=18
http://www.youtube.com/watch?v=iCrwmxQpDxA&fmt=18The secret to this is pretty simple.
Emitter_Frequency = {
Flag = 4
Entry = 0.0000000000000000, 100.0000000000000000
EFlag = 0
SubFlag = 1
SubEntry = 0.00, 60.00, 0.00, 0.00
SubEntry = 0.24, 60.00, 0.00, 0.00
SubEntry = 0.25, 30.00, 0.00, 0.00
SubEntry = 0.79, 30.00, 0.00, 0.00
SubEntry = 0.80, 60.00, 0.00, 0.00I found that using multiple sub-entries allows for creation of an absolute timing scheme rather than the relative scheme that is normally found. When they are used in the emitter_frequency context anyways. This is basically saying that from time = 0 to 0.24, there is a short puff of smoke, then from 0.25 to 0.79, there is a slight smoke trail, then from 0.80 to the rest of the effect, the engine is ignited, and there is a full trail. Note, values greater than 1 are entirely possible, its just that in this example I only needed fractions of a second.
You will also need to modify your missile engines and muzzle velocities to create a believable motion for the missile. For my normal missiles I actually have the muzzle velocity at -20, dispersion_angle at 0.0001 (dispersion angle cannot be zero when there is a negative muzzle velocity, otherwise the missile always fires backwards), an acceleration of 100, and motor lifetime of 2.
[Edit]
Also, Youtube now has a super HD quality thingie. You can now watch videos uploaded in 1280x720 in their native-ish resolution. Meaning you can now watch them full screen with much less artifacts than before. I will definitely be taking advantage of this. “Another short clip of the mod. Since last video, torpedoes have been adjusted to be mounted on applicable fighters in pairs.”
Copy - Paste link as usual. SIlly Starport auto-embed.
http://www.youtube.com/watch?v=U1jRqTGi6Xw&fmt=22 -
I totally agree with Forsaken here. Amazing work, Why485. And thank you for sharing your fantastic work with us!
-
Copy - Paste link as usual. SIlly Starport auto-embed.
http://www.youtube.com/watch?v=U1jRqTGi6Xw&fmt=22Lol, shall i see if i could disable it? (more than likely) or would it be better making a poll because some people might like the auto embed feature.?
-
@cheese:
Copy - Paste link as usual. SIlly Starport auto-embed.
http://www.youtube.com/watch?v=U1jRqTGi6Xw&fmt=22Lol, shall i see if i could disable it? (more than likely) or would it be better making a poll because some people might like the auto embed feature.?
You cannot embed high quality YouTube links, so I have to post direct links instead, which is impossible with the auto-embed. For the most part, auto-embed is good. I just want some way to override it and prevent it from happening in situations when I would prefer to directly link to YouTube. Which just happens to be nearly always.
-
what i dont like is that at low speed (below the already said speed of (-)20) the missiles will fire backwards no matter what you do
i can imagine that this might have some unwanted side effects
example: i fired a missile yesterday and a few secs i was hostile with the entire system coz i accidentially hit a battleship which was behind me ^^ -
what i dont like is that at low speed (below the already said speed of (-)20) the missiles will fire backwards no matter what you do
i can imagine that this might have some unwanted side effects
example: i fired a missile yesterday and a few secs i was hostile with the entire system coz i accidentially hit a battleship which was behind me ^^Considering that missile speeds are so dependent on the speed of the parent ship, I’m surprised any Freelancer player would still fire missiles from a standstill, or worse, while flying backwards. This is a valid issue though, I won’t deny it. I personally can live with it.
Also I realise this is becoming a bit… advertise-y, but this is still somewhat relevant. It is after all showcasing the majority of effects coding I’ve done recently. Not to mention extensive ini modifications to NPC behavior, weapons, etc to make battles as cinematic as possible.
For awesome quality: http://www.youtube.com/watch?v=KqYS0U7ZvBM&fmt=22 (Recommended)
For high quality: http://www.youtube.com/watch?v=KqYS0U7ZvBM&fmt=18
This is a video of a stress test in Itano Circus. Basically throw in lots and lots of ships, and see what happens. Obviously several gameplay mechanics were broken in order to do this, such as the much more numerous spawns and the fact that I have dual micro-missile launchers (A terrible idea in the real mod due to ammo consumption) and over 9000 rounds for said launchers.
EDIT by FF: Fixxored those links. Awesome work
EDIT by Why485: No, they are supposed to be broken. If I put in the address direct it auto-embeds, which is the standard icky quality. The only way for me to possibly give a YouTube link without it auto-embedding at super low quality is to do what I do. It forces you to copy-paste, but there is no alternative.
EDIT 2 by FF: In which case TinyURL is your friend ;D
EDIT 2 by Why485: Wow, thanks a lot, thats perfect.
-
After watching the FREAKIN’ INCREDIBLE video, I’ve decided one thing:
I want to steal your brain….
Spectacular stuff, Why…my lord…
-
I also fixed something else that really used to bug me. When a missile hits its target, the explosion effect flights right through the target and keeps on going. This no longer happens.
How exactly, or what, fixes this behaviour?
Is it an .ale only thing? -
Lately I have been messing with timings to create delay-launch missiles. Makes for hugely dramatic launches. Most of all for weapons like this:
Copy Paste for high quality: http://www.youtube.com/watch?v=iCrwmxQpDxA&fmt=18
http://www.youtube.com/watch?v=iCrwmxQpDxA&fmt=18Also, in this video it seems like you kill the shield and the hull of the target ships with only one missile.
Could you explain how that works, or are there actually 2 missiles?Sorry for doublepost & off topic
-
How exactly, or what, fixes this behaviour?
Is it an .ale only thing?This came from unparenting the particle from the emitter. It’s a bit hard to describe, but what this does is that the particle is not locked to its emitter in terms of positions. For example, in terms of the flame that comes from a missiles engine.
Typically the flame particle is parented to the flame emitter. What this means is that particle takes all its position data relative to the flame emitter. If the emitter moves or rotates, then the particles it emitted will move and rotate with the emitter as well, such that from the particles perspective, the emitter never moved at all.
If you un-parent particles from their emitters, particles take no positioning or rotational data from their emitters. This is how missile smoke generally works. It does not matter where the smoke emitter is pointing or where it is, once the particle is emitted, its position is only relative to the center of the universe. Meaning once emitted, it takes all motion data relative to the center of the universe. I realize this is all ridiculous sounding and I’m probably not doing a good job explaining it, but this is the best way I can think of describing it.
Also, in this video it seems like you kill the shield and the hull of the target ships with only one missile.
Could you explain how that works, or are there actually 2 missiles?Sorry for doublepost & off topic
I totally cheated for that video. That single missile you see strapped under the Defender is a single torpedo launcher with two HPFires. This unfortunately breaks the launch sound, so that was post processed in later. The two missiles launched both behave precisely the same way, giving the illusion of only one missile. In the end for my mod I decided to simply give all applicable fighters two torpedo launchers.