Jump to content
The Dark Mod Forums

Johannes Burock

Member
  • Posts

    267
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by Johannes Burock

  1. I haven't had any problems at home either. Could it be an IE issue? I don't use IE except at work.

     

    maybe, i also use another browser. and all other ones without problems also do...i wont test it wink.gif

  2. the forum was the only one which 7up visited... when he got into the forum a popup came which want to install javaw.exe and after this (WITHOUT installing this) it was to late...i also havent any problems with my system...but 7upMan had this prob two times on two different pcs...

  3. 7upMan got a second trojan today directly after visiting the forum today (with the internet explorer).

    W32/Kryptik (or something like this).

    also his laptop is infected now too...

  4. thanks SH and nbohr1more

     

    the problm is that it looks a bit unsharp...the org photos ide taken have 12MP for every photo, after bringing the woodparts together it was ~8000 x 2000 pix and after downscaling to 2048x1024 it got unsharp...there is clearly a leak of knowledge in image editing...

  5. here a complete self made one.took the photos of 4 different woodparts on my own, brang them together ...

    maybe i should change the colour a bit / create 2 or 3 colours

    and get down some reflection

     

    post-3575-1309378189_thumb.jpg

     

    also took some other photos of another wood...will do that next days

  6. ok, for quick normalmapping njob is really good, you really cant do anything wrong...if you want to have more options use crazybump or shadermappro (both cost...shadermappro less than crazybump)

     

    because of the few options, detailed textures shouldnt normalmaped with njob or later overlapped with handmade normals...

    but for "standard"textures njob is REALLY good (good filters) and fast (few click)...

  7. thanks JB !

     

    but i still understand very good how normal maps works... yes,i know what they do,but dunno how to make it better...

     

     

     

    i use shader map pro (cost less than crazybump and is nearly as goog)...with this and fe photoshop you can create good ones...i had not reached this level yet)

  8. That looks stunning, Johanne - what's the story behind it? In fact - I'm dying to know the story behind all the snippet videos of FMs you've shown off. The crazy tunnels and elaborate sewers! Enquiring minds need to know!

     

    no storyspecific information before release...sleep.gifwink.gif

  9. @ Sotha

     

    1. im not worked in particle editor, so i dont know

    2. with this way you can have a very individual way...rotating leaves, leaves which make circles, wavering leacves...and let them fly froim and to where you want...

     

     

    @ Shadowhide

     

    eventually yes. but some steps between are also inside (for bether perf. and optics)

  10. I was thinking of joining the Season's Contest, but unfortunately I'm not going to meet the deadline anywhere close, because of few freetime and my other project. However, here is a vid of a part of this mission. I will probably release it some time after "Old Friends".

     

    i also wanted to choose "autumn theme"...( use 720p...):

    • Like 1
  11. try this

     

     

    void main()

    {

     

    movewisp1();

     

    sys.wait(49); ///its time after that movewisp2 script run (if only i didn't making mistakes :>) )\\\

     

    movewisp2();

     

    }

     

     

     

    but in this way the first one fly and after 49 sec the second one...but they should fly at once

     

     

     

  12. wanted to start a thread esp for this problems...

     

    and the beginner is this one (this are my first steps in this area of mapping...so maybe it is very simple:

     

    i have two movers, both fly along a nurbs kurve...with this script:

     

     

    void movewisp1() [and a second one "movewisp2"...]

    {

    $mover_irrwisch1.time(49);

    $mover_irrwisch1.decelTime(1);

    $mover_irrwisch1.accelTime(1);

     

    $mover_irrwisch1.startSpline($path_irrwisch_1_1);

    sys.wait(49);

    }

     

    both should fly simultaneously, and this is the problem...

     

    if i throw this two things in this one:

     

     

    void main()

    {

     

    movewisp1();

    movewisp2();

     

    }

     

    first the "1" fly and after that the second one...

     

    i also tested to "call" both scripts with a trigger but with a trigger you can only call one script (right?). and to use one trigger to trigger 2 other trigger which "call" the one and the other is possible but unaesthetic for 10 movers...

     

    so, how can i handle this problem in an easy way?

×
×
  • Create New...