Jump to content

AggrorJorn

Members
  • Posts

    4,816
  • Joined

  • Last visited

Blog Comments posted by AggrorJorn

  1. This is pure gold. I love component based behaviour and in C++ I still stick to a similar approach: http://www.leadwerks.com/werkspace/blog/34/entry-1077-component-based-engine-design/

     

    Rick, you did a great job explaining this concept. I would love turning this in to a set of advanced Lua tutorials if that is okey with you Rick. Getting more people enthusiastic about this can create a new wave of usefull scripts since they can be easily chained together.

    • Upvote 3
    [[Template blog/front/global/commentTableHeader is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

    I see no tessellated hair....

    You beat me to it. I got exited thinking that we were finally going to get tesselated hair with physics.

  2. Tried and tested many software packages throughout the years. Here are some of them:

    • Fraps
    • Camtasia
    • Camstudio
    • OBS open broadcaster software
    • Nvidia Shadowplay

     

    Fraps is really good when recording ingame, but not for desktop recording. Big downside is the conversion process/time, even when using a batch file. Nvidia Shadowplay is a very good replacement, and with my new graphicscard it functions really well.

     

    OBS works really well since you can record separate streams for both audio and video. However, you do need an additional video editor. Camtasia works fine, but a powerfull tool like Sony vegas or Openshot is even better. Vegas is expensive for just some basic editing though.

     

    Camstudio is too limited in functionality for me to be useful.

     

    I have a license for Camtasia 8, which is also still my number 1 solution when it comes to most useful tools and good production time.

     

    A DAW such as Reaper and its standard vst's can also help with quality. ReaFir is great for removing background noise, and a limiter will help with pops

    Will check it out. Thanks

  3. Nice. I've always been interested in people's recording setups biggrin.png

    While you're at it, you might as well replace your PC setup lol wink.png

    Just did that too actually. Around new years I build a new custom computer:

     

    Asus Z170 PRO GAMING Z170

    Intel Core i7-6700K

    MSI 8GB GTX 1070 Gaming X 8G

    16 GB DDR4 Corsair Vengeance

    SSD 500GB 850 EVO

     

    Thats a very tidy computer desk you have there.

    I work better in a tidy environment. smile.png
    • Upvote 3
  4. @Brutile NOOOOOOOOOOOOOOOOO!

     

    Aggror you have to figure out how to show the ghost path the first place on each track as we are racing. Would love that playing at the same time I'm racing to see how well I'm doing. The first Mario cart had that and it would be sweet! Push josh to get generic web api calling into le so this can happen!

     

    Or you could just add it yourself and take the game out of the game launcher as it's limiting the potential for gameplay features.

    I would have loved to make this for the tournament as this is what I originally wanted to create but my I will go back to my main project.
  5. I like these kind of games. Maybe it is because I am a huge fan of the original Marble Blast, which got me looking in to game engines.

     

    Some feedback:

    - Mouse is moving by itself. I have noticed this in many games, including my own and in A demons game. After moving the mouse myself, sometimes the mouse keeps moving on its own at a slow but steady pace. I think this has something to do with my gaming mouse. I usually solve this by having a mouse movement threshold. Very small movements are ignored.

    - Maybe again something with my mouse, but the camera is super sensitive. It makes it impossible to go beyond the third level for me.

    - The idea of the checkpoints is good but I would perhaps visualise it differently. With the level where you go around and go back to the finish, I expected to be repositioned at the checkpoint to. Maybe a 2d locked symbol or a floating key on the checkpoint platform.

    • Upvote 1
  6. "For some reason the highscores get updated with whatever value I give, and sorting or value type are not affecting it at al"

     

    What do you mean by this any why is it bad that the values get set to what you want?

    Steam's system should update the tables automatically. Now it just pickes the value that I set. It isn't a big deal since I can do the sorting manually, it's just annoying that it doesn't work with the given sample code. Same thing goes for the type (numbered or time) and order (descend/ascend). They both don't seem to work.

×
×
  • Create New...