Jump to content

SomaZ

Members
  • Posts

    431
  • Joined

  • Last visited

Everything posted by SomaZ

  1. It uses diffuse and specular with roughness (maybe still gloss?) in the alpha channel afaik. So yea. It does support pbr materials. Though ambient occlusion is not supported. @@Xycaleth tried the build with an OpenJK version with the newer api. Works fine for me.
  2. Oh, really? Pretty sure I've seen a lot of ints instead of intptrs in the sourcecode, but if you say so. He could compare with the df2 client.
  3. Looks like you used the wrong compiler. You made x86_64 binarys. Afaik only x86 is working. Also, did you run "make install"? Looks like the uix lib can't be found by the game.
  4. SomaZ

    Question

    Guess he is talking about aspect corrected fov and this is not simply done with setting r_mode -1.
  5. This message tells you, that the game tried to load a renderer with the API Version 9, but the libary you set is designed for the API Version 8. This means, the latest rend2 version is not compatible with newer versions of OpenJK. Not sure which version of OpenJK will work, but you need to take an older version of it to make rend2 work. There is currently noone who has time updating rend2. Sorry.
  6. Yea, that's because it's not completely implemented. It's kind of a prototype from SmileTheory and he is not really into extending it. Never experienced problems with Pass space though with it. Is it on the testmap I got from you?
  7. Wait, what? ?_? Explain pls.
  8. How about a custom object that stores dlight "flags" and also pshadows "flags" and is dynamic?
  9. Not using bitflags for it.
  10. Because of bitflags.
  11. I guess I'll remove the cg_shadows 4 support for misc_model_statics though. It's very limited. Only 16 shadows at once. You could try starting up yavin2 and see the mess its creating.
  12. Added the cg_shadows 4 code, now also workin with ghoul2 models:
  13. SomaZ

    Happy Halloween 2017!

    Finally! I made it to the front page! Hahaha, jokes beside, congratulations Langerd. Well done.
  14. Why did you remove the shadowplane FX check in tr_mesh though? Pls keep this clean, you added it in cgame, then use it.
  15. Problem is that they are slow af. Need a better way of getting their depth buffer first. Tried to Port them too, was in the Last commit.
  16. Ashura made good progress with maxscript though. I guess he don't want to switch to Python after all the stuff he has already written.
  17. I checked if this would be possible. Short answer, it is. This would be super nice of course, but I don't really have the time to read into this. This would save a lot of work long term and would also probably open doors to other modelling suites. Problem is though that the setup for 3dsmax is more complicated as for blender and I'm kind of lazy getting a fresh copy of max right now. Hm, will think about it.
  18. If I remember correctly you can target the scriptrunner from worldspawn. So the scriptrunner gets the "targetname" "follow_player" and the worldspawn "target" "follow_player". The script should be automatically executed at level load then. (IF I remember correctly) Is it running at map start or not? Else, give the npcspawner the "follow_player" script as spawnscript?
  19. This is also wrong. Just because you are used to 3dmax doesn't mean the UI is bad. It's just different. Maybe not as intuitive, but still, nowadays the UI is very organized and clean (getting used to max was a real pain in the pooper back in the days). Took me like a week to get used to blender. Now I don't want to go back. People tend to think that software that is opensource must be horrible to use. Use whatever fits your workflow best, but pls guys, stop spreading bs about something you never really worked with because you were lazy getting used to it... Ok, enough of this rant. :x
  20. Lol, tell me 5 features Blender doesn't have. I highly doubt this statement. If you haven't tried Blender in like 12 years you should try it again.
  21. Can I trigger a NPC_spawner with an Icarus Script? Also multiple times?

    1. Show previous comments  3 more
    2. SomaZ

      SomaZ

      somehow this doesnt work. set the count to 15 for testing, but the trigger_multiple simply doesnt respawn the npc when its dead.

    3. SomaZ
    4. Fire Phoenix

      Fire Phoenix

      Add targetname key for NPC_Spawner for example targetname alora1 and the same NPC_target alora1 also add count -1 and then simply write a script to use alora1

  22. Yea, that was the plan. I will make a light editor in Blender though, simply because it also give me good references to tweak the renderer to look correctly.
  23. Because it's a simple dlight. They are simple point emitters. They don't know anything else besides that they exist and that they emit light. The light fixture is non existent in the great mind of the dlight. We will do something about this, but first I need a proper tool to build lights. Because of that, the Blender stuff.
  24. Maybe because there are no dlight shadows atm?
  25. Looks correct to me. Only thing you could try is choosing a higher subdivision level. But I still have no idea if it changes the collision model. I will look at the q3map2 tesselation code tomorrow and will tell you if there is a way.
×
×
  • Create New...