|
Re: Partial Ion Cannon Rings since 4.X Release [message #488264 is a reply to message #488214] |
Wed, 02 July 2014 05:58 |
|
Jerad2142
Messages: 3811 Registered: July 2006 Location: USA
Karma: 6
|
General (3 Stars) |
|
|
So I opened up the Ion cannon pre animation file (xg_ag_ionc_p1) and found that the ring is apparently done with Primitives (which I found surprising because I had never seen a primitive, except apparently this one, actually work in pre 4.0, I do remember that being one of my first statements "wow, primitives are working). The thing I find odd is the primitive effect in 4.1 seems to have way more detail than the actual effect (There appears to be an arching effect going on, where as the original is just a smooth blur), so maybe the 4.x effect got patched?
As you can see from this video, this is how it looked in stock Ren:
http://www.youtube.com/watch?v=fcbyzH4xJ5o&feature=player_detailpage#t=66
Here is the original ion cannon effects btw, I glanced into 4.X's files but I don't see any different ones either.
-
Attachment: Ion.zip
(Size: 1.43KB, Downloaded 95 times)
Visit Jerad's deer sweat shop
|
|
|
Re: Partial Ion Cannon Rings since 4.X Release [message #488265 is a reply to message #488214] |
Wed, 02 July 2014 07:10 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
Primitives are a pain in the ass for code that wants to parse W3D files too since they have their own "special" node types that don't conform to node types of the parent document. I ran into that problem with some code I was writing that choked on chunk types of 1 which were not actually chunk types of 1 but primitive special chunks of type 1 which are entirely different data structures.
I'm not sure but I suspect they are a legacy feature which wasn't used extensively in the engine, except for a few select things like the ion stuff.
[Updated on: Wed, 02 July 2014 07:11] Report message to a moderator
|
|
|
|
Re: Partial Ion Cannon Rings since 4.X Release [message #488267 is a reply to message #488266] |
Wed, 02 July 2014 07:18 |
|
Jerad2142
Messages: 3811 Registered: July 2006 Location: USA
Karma: 6
|
General (3 Stars) |
|
|
However in all fairness you guys fixed far more than was broke, before 4.0 most the primitive stuff didn't work (originally I didn't think any of it worked, but I guess the ion cannon was a magical special case that does work). So Coddles for that!
I remember going through the painful process of wwskinning bones to a sphere just so I could make a shock wave effect because primitives didn't work for me lol.
So beings you mention a lot of fixes, I suppose its pointless to ask if the garbage that sometimes appears on screen (normally in the lower right hand corner) is fixed (I see it a lot when I blow up sam sites at a distance, happens on both my laptop and my main computer).
Visit Jerad's deer sweat shop
[Updated on: Wed, 02 July 2014 07:22] Report message to a moderator
|
|
|