Search results

  1. Nym Traveel

    Biomes and map generation

    The second thing is quite easy to accomplish imho. I want to call all of the programming cracks, I have quite a brain-teaser for you: It's about midpoint displacement, other called plasma fractal. To make it tileable I need to generate the same pseudorandom number for the edges of a square...
  2. Nym Traveel

    Sir ? Lady ? Do you have a model for me?

    I cannot ;) This obj file is the werewolf Double_A made :) Shall I upload it to any other filehoster?
  3. Nym Traveel

    Biomes and map generation

    Thats what I intend with this approach ;) I want some larg scale elevation over several hundreds of meters, barely noticable like in meadows regions for example. In mountainous regions the 3d noise comes into play and will give us some nice mountains with overhangs etc :)
  4. Nym Traveel

    Biomes and map generation

    Slow but steady I progress ;) My current plan looks as follows: First of all comes the world generation. I want some 2D noise for the overall world map as it's fast to compute. Recently i stumbled upon plasma fractal which i would love to throw into the equation. I currently work on making...
  5. Nym Traveel

    Chris' Music Showcase

    Maybe leave the drums? Overall as usual a great piece of music!
  6. Nym Traveel

    I Need Some Help With Terrain Gen.

    No, you want the value of the noise at a point -> put it into the noise function. The grad function is only necessary to evaluate noise. You can simply download Terasology and look into it or go to Ken Perlins page, he has a reference implementation there
  7. Nym Traveel

    I Need Some Help With Terrain Gen.

    Ok, I'll explain it in 1D, further abstractation is quite simple then. what you want is a noise function noise(x) giving you the value of the noise at x. Let grad(x) be a function which returnes fixed but random values between -1 and 1 for x an integer. (visualisation pdf page 2). We also want...
  8. Nym Traveel

    Sir ? Lady ? Do you have a model for me?

    It took a while but here we go: Werewolf v2.0 http://p3d.in/oe1mf Animation, uvunwrapping etc are still to come ;)
  9. Nym Traveel

    I Need Some Help With Terrain Gen.

    Doc If you think of terrain, don't think of the single chunks. They are helpers to control all of it memorywise. Think of one function |R x |R -> |R that gives you the heigh at one point on the plane. So basically all of your terrain is now set in stone. Now chunks come and rasterize the plane...
  10. Nym Traveel

    Resolved terasology don´t work

    And how did you solve it?
  11. Nym Traveel

    Monsters

    I think some subdivisions at the "tails" would be good when it comes to animationg this guy. Otherwise nice monster!
  12. Nym Traveel

    TerrorAlpaca

    Actually having some visual reference would make much things a lot easier! Great to have you on board :)
  13. Nym Traveel

    Sir ? Lady ? Do you have a model for me?

    I'll give it to you asap, just need to remodel it :( (maybe some alternative textures, too)
  14. Nym Traveel

    I Need Some Help With Terrain Gen.

    Thanks for the link, will help me, too :) Right now it's based on a 3d perlin noise. Imagine this as a 3d version of something like this: The exact look of this is based on a given seed - same seed, same noise and therefore pseudorandom. Well, this isn't restricted in any dimension, so you...
  15. Nym Traveel

    -.-' 2 Days of "what should i save before resetting pc" -> resetting -> one minute later: OMG I...

    -.-' 2 Days of "what should i save before resetting pc" -> resetting -> one minute later: OMG I forgot the werewolf...
  16. Nym Traveel

    Putting some Dwarf Fortress into Terasology via Minecraft!

    Wheres the "quite insane but cool"-rate button? :pinkiesmile: I'm looking forward to see such insane stuff in TS :) (and I'll join the server at the moment it's updated to 1.3.x :) )
  17. Nym Traveel

    Interesting video

    Cervator I think you mean redpower 2 panels. This subdivision would be really nice (I know, I'm a subdiv fan ;) ) I think if we have something similar at all, it will come later
  18. Nym Traveel

    Villages Concept and stuff

    Kidnap him! :) Seriously, I don't think he will work on 2 projects at once, but why not ask? :D
  19. Nym Traveel

    Biomes and map generation

    Yes, something like this will be used :) I just wanted to give a little update: I'm still struggling with a newly setup pc and also have problems to get my ideas sorted and then made into code. So I'm not dead or leaving, just not really good and thus slow ;)
  20. Nym Traveel

    [Sep 29, 2012] Terasology 1st birthday! (Google Hangout)

    surprise guest mentionned in the logs from the devmeeting? :P (yea, I read it all :O )
Top