Eduke32 Logo animated! "...for your vids!"
#61 Posted 08 January 2014 - 03:46 PM
And I didn't make this 3d Model for a still picture, I've done it for an animation.
Black background because it fades well into other movies... and the explosion effect won't work on white...
Also I tested a lot of colors and ended up with these.
The problem is, that you can't just use a bright color like azure, you have to use some kind of shade from it to let it look good.
Otherwise it would look like some plastic toy...
But I'll try to adjust the colors to Cages Logo tomorrow.
@Cage,
could you give me a link to the font you used?
I would try to make another animation with that font style.
This post has been edited by dpax: 08 January 2014 - 03:48 PM
#62 Posted 08 January 2014 - 03:52 PM
Fox, on 08 January 2014 - 03:23 PM, said:
Fox, on 08 January 2014 - 03:23 PM, said:
#63 Posted 08 January 2014 - 04:01 PM
Fox, on 08 January 2014 - 03:23 PM, said:
I almost forgot about that...
A rusted metal texture is something I also want to test, but that will take some time.
For today I'm done.
#64 Posted 08 January 2014 - 04:09 PM
dpax, on 08 January 2014 - 03:46 PM, said:
Otherwise it would look like some plastic toy...
I don't believe that's the case, since Duke Nukem logo is yellow. But the point is that you shouldn't change the color because it's also part of the logo, i.e. a different shade of a color is enough for a product recall.
This post has been edited by Fox: 08 January 2014 - 04:16 PM
#65 Posted 08 January 2014 - 04:13 PM
Many may think "who the hell cares" but those tiny details subliminally create a satisfying sensation over a product.
#66 Posted 08 January 2014 - 04:15 PM
#67 Posted 08 January 2014 - 04:27 PM
but it´s not bad though. Cogs with few teeth have obviously larger gaps because each tooth remains in contact with the other drive much longer than when the teeth are small.
#68 Posted 08 January 2014 - 05:15 PM
Gambini, on 08 January 2014 - 04:13 PM, said:
Many may think "who the hell cares" but those tiny details subliminally create a satisfying sensation over a product.
Ah... come on...
it's a damn logo not a CAD concept for a gearing mechanism.
It should be abstract and some kind of simplyfied.
To much teeth and geometry would fuck up the design, trust me.
Fox, on 08 January 2014 - 04:09 PM, said:
The original logo may appear yellow, but the averrage color is like that:
And If taken the averrage color from the logo you linked before.
It's simply not that easy in 3D to choose texture colors.
A lot depends on lightning and how you arrange objects.
Your brain is running a filter on your view, and choose colors depending on how things around looks like.
So you may think its yellow, but it's not.
It's some kind of orange/brown mixture and only a shade of yellow.
#69 Posted 08 January 2014 - 05:51 PM
#70 Posted 10 January 2014 - 09:07 PM
Last changes:
* polished models (especially the gear)
* used Cages colors and font from his svg (shaded)
* redone the whole lightning
* added enhanced explosion effect
* sync animation perfect to sound
* polished and shaded everything to look good
Youtube:
Direct download:
http://www.intrinia....uke32-intro.mp4
If you use this for your own video, it would be nice to mention me in your credits as "Intrinia Solutions".
This post has been edited by dpax: 12 January 2014 - 06:08 AM
#72 Posted 10 January 2014 - 09:46 PM
It's bothering me too, but I have to remake the whole inner circle to fix it... and I'm too lazy to do it again.
I thought about it, but the intro is only 10 seconds long and the unsymetry is giving some dynamic too, so I didn't changed it.
Next time I know it better, but I started basicly from scratch in 3D-modeling...
#75 Posted 12 January 2014 - 08:46 PM
Le Gluon du Net, on 12 January 2014 - 11:58 AM, said:
This animation was thought as a short intro for eduke youtube videos and stuff like that.
There is no install, it's just a short clip.
#76 Posted 13 January 2014 - 06:00 AM
dpax, on 12 January 2014 - 08:46 PM, said:
This animation was thought as a short intro for eduke youtube videos and stuff like that.
There is no install, it's just a short clip.
I thought your video was a replacement for the Duke Nukem start animation intro:
I don't know if Eduke32 has the feature to replace this video wich looks older today.
This post has been edited by Le Gluon du Net: 13 January 2014 - 08:59 AM
#77 Posted 13 January 2014 - 06:14 AM
#79 Posted 13 January 2014 - 12:33 PM
I didn't thought about a replacement for the logo animation, but now I wan't to try it!
@Helixhorned,
which resolution and framerate should an .ivf have?
I've converted my .mp4 to .ivf with ffmpeg as it is written in the wiki.
I can play the result with ffplay or vlc-player, but there is no sound.
Doesn't the .ivf-format support sound or should I use some extra parameters in ffmpeg?
Also, i can't find any help for using ivfrate, neither in the wiki or elsewhere.
Tried -h --help and /? for parameters, but it doesn't put out any hint for usage.
And I copied my logo.ivf into the autoload folder of eduke.
Quote
Edit: I put the .ivf into a zip and now it works!
But it's still missing sound...
Any help would be very appreciated!
This post has been edited by dpax: 13 January 2014 - 12:40 PM
#80 Posted 13 January 2014 - 12:56 PM
dpax, on 13 January 2014 - 12:33 PM, said:
I can play the result with ffplay or vlc-player, but there is no sound.
Doesn't the .ivf-format support sound or should I use some extra parameters in ffmpeg?
VP8 is purely the video stream. Sound is defined using a special DEF token, animsounds.
You could argue that it's a bit quirky... the reason was a mixture of keeping dependencies to a minimum and that the code doesn't have to bother with A/V sync.
Quote
Tried -h --help and /? for parameters, but it doesn't put out any hint for usage.
Oh, agreed that -h etc. should give the usage text. Right now it's outputted if run with no args:
Usage: ./ivfrate <file.ivf> [<fpsnumerator> <fpsdenominator> [-force]] Without -force, <fpsnumerator> must be < 1000. If <fpsnumerator> is >= 1000, the actual frame rate is set to 30 fps on playback.
So, if you set the frame rate to that of the original video, you can play back the whole audio stream as a single sound at frame 1.
Quote
Edit: I put the .ivf into a zip and now it works!
EDuke32 should find it in any searched location registered at startup (directory for "-j", GRP, ZIP). I consider autoload deprecated, so I can't give advice on that.
#81 Posted 13 January 2014 - 01:14 PM
Helixhorned, on 13 January 2014 - 12:56 PM, said:
You could argue that it's a bit quirky... the reason was a mixture of keeping dependencies to a minimum and that the code doesn't have to bother with A/V sync.
Thanks. I found this thread here a 5 minutes ago and started playing around with animsounds. ^^
http://forums.duke4....eos-with-sound/
Helixhorned, on 13 January 2014 - 12:56 PM, said:
Usage: ./ivfrate <file.ivf> [<fpsnumerator> <fpsdenominator> [-force]] Without -force, <fpsnumerator> must be < 1000. If <fpsnumerator> is >= 1000, the actual frame rate is set to 30 fps on playback.
Hehe, I also started it without args and it gives me nothing. ^^
I downloaded r4075 from your link, maybe this is an outdated package.
Helixhorned, on 13 January 2014 - 12:56 PM, said:
Of course!
I started to play around with flyby and pipebomb sound, but using my own soundfile is way better!
Thanks a lot for bringing me on this idea!
Now I only have to find out how to use it... but that should be no problem.
Helixhorned, on 13 January 2014 - 12:56 PM, said:
Yeah, the problem was that I just copied the logo.ivf directly into the autoload folder.
After packing it into a .zip it worked like a charm!
This post has been edited by dpax: 13 January 2014 - 01:17 PM
#82 Posted 13 January 2014 - 02:20 PM
Here is what I made:
* packed the logo.ivf and logo.ogg directly into the root of my HRP-zip (I repacked it)
* added following to duke3d_hrp.def (which will be loaded on startup):
echo "new logo loadup!" //definesound 999 "logo.ogg" 0 0 255 4 0 sound { id "999" file "logo.ogg" } animsounds logo { 1 999 }
Results:
* new logo video is shown at startup
* uncommenting definesound will result in multiple errors in the log ... tried different syntax also...
* the sound command doesn't through any errors in the log, but ...
* no sound
Changing animsounds to a common sound-id like 244 will result in playing that sound, but showing no intro movie...
Where do I go wrong?!
This post has been edited by dpax: 13 January 2014 - 02:21 PM
#83 Posted 13 January 2014 - 03:18 PM
dpax, on 13 January 2014 - 02:20 PM, said:
echo "new logo loadup!" define INTRO_SOUND 4095 definesound INTRO_SOUND "logo.ogg" 0 0 255 4 0 sound { id INTRO_SOUND file "logo.ogg" } animsounds logo { 1 INTRO_SOUND }
Btw., you should not change a 'well-known' file like the HRP zip, because it might become quite difficult to get help when running into problems. Better make a separate zip and choose an according name to get it loaded from the right place in autolooad's alphabetical order (if necessary).
This post has been edited by LeoD: 13 January 2014 - 03:23 PM
#84 Posted 13 January 2014 - 03:34 PM
I tried a few things meantime and came to this:
* define and definesound is CON code
* sound and animsounds ist DEF code
After seperating them in 2 different files...
CON:
define INTROSOUND 999 definesound INTROSOUND logo.wav 0 0 255 12 0
DEF:
animsounds logo { 1 999 }
...it worked.
But it's far to quiet...
...continuing working on it.
#85 Posted 13 January 2014 - 04:10 PM
http://intrinia.de/stuff/duke/logo.zip
How to install:
* download logo.zip and put it into your autoload folder of eduke
* add this to a .con file that is beeing loaded at startup: include logo.con
* add this to a .def file that is beeing loaded at startup: include logo.def
And that's it.
Sound is still to quit, but I don't know how to make it louder...
Redited my first post to show the best of this thread.
This post has been edited by dpax: 13 January 2014 - 04:59 PM
#86 Posted 13 January 2014 - 05:20 PM
eduke32 -mx logo.con -mh logo.def
#88 Posted 14 January 2014 - 10:45 AM
my 3 cents:
--> As Eduke32 gives HD Duke Nukem game experience, it will be better if the video would be in HD format too.
--> logo is all blue, it's the standard Eduke32 color logo. But Duke Nukem standard color is yellow/red and the transition between video animation color and Duke Nukem next screens pictures could look strange
--> I confirm that If I launch Eduke32 directly, video Animation has no sound.
This post has been edited by Le Gluon du Net: 14 January 2014 - 10:46 AM
#89 Posted 14 January 2014 - 12:26 PM
Le Gluon du Net, on 14 January 2014 - 10:45 AM, said:
This logo isn't intended to replace LOGO.ANM.
#90 Posted 15 January 2014 - 12:01 PM
Le Gluon du Net, on 14 January 2014 - 10:45 AM, said:
my 3 cents:
--> As Eduke32 gives HD Duke Nukem game experience, it will be better if the video would be in HD format too.
I converted my video which is 720p, but there is a loss of quality due to the conversation.
Le Gluon du Net, on 14 January 2014 - 10:45 AM, said:
If you wan't a high quality replacement of the original animation, you should use the Xbox or PSX version, which Hendricks already has converted.
You can find them in this thread, including instructions for the sound:
http://forums.duke4....post__p__127453
Le Gluon du Net, on 14 January 2014 - 10:45 AM, said:
That's just how it should work and why I added sound with CON and DEF files, as it meant to be in Eduke32.
This post has been edited by dpax: 15 January 2014 - 12:03 PM