Jump to content

Tempust85

Members
  • Posts

    4,085
  • Joined

  • Last visited

Everything posted by Tempust85

  1. Open up any base JKA model in Modview, and expand the bones list.
  2. It was the linking, the name doesn't affect anything.
  3. You don't need mesh_root, it does nothing.
  4. Try rgbgen vertexlit
  5. *queue Lion King opening music*
  6. r_drawsun 1 will show a sun at the location of the sun in the shader, but I don't think it moves with r_forcesun 2.
  7. Min light only works on brushes afaik. You'll need a recent rend2 build for entities to have a minimum light.
  8. Check that r_recalcmd3normals is set to 0. I also just loaded up your statue model in Max and flipping the red channel reproduces what you see in-game at least from the front. Try flipping it in the shader and see how it looks.
  9. Regarding darkness of objects, you can use _minlight <number> on your worldspawn to make everything not go full black if theres no light. Also, ensiform added minimum lighting to all entities in a recent rend2 build. There is an intensity setting for gl2 sun in the shader, but I'm not sure if it works for OpenJK rend2. Use normalScale <Red> <Green> underneath the normalmap stage in your statue shader to flip the red or green channel of your normal map. Example: Using your normal map as-is in the game: normalScale 1 1 Flipping the green channel: normalScale 1 -1 You can also increase your normal map intensity with higher numbers. MD3 normal maps look perfect in my tests, but Ghoul2 normal maps give iffy results atm.
  10. Can you please upload the model + textures + shader so we can take a look?
  11. And what does it look like if you remove the .shader for that weapon?
  12. The coder would need to know or be able to learn unreal script. I'd need an experienced coder. Would be really fun playing DF2 in UDK.
  13. Noesis reads that statue MD3 fine.
  14. I'd just do a low poly and texture it. As I said, there's no normal maps for now so we don't need to worry about them. It's a lot faster using photoshop for just a diffuse & specular than a high poly bake. Side note: If there was a coder onboard, I'd love to move this to UDK.
  15. q3map2 & radiant only read .SHADER so if you want smooth angles you need to specify it in the .SHADER. .MTR is used by rend2 only.
  16. Might be faster, but it's certainly doesn't give the best visuals. You have to rely on smooth groups/hard edges to stop odd shadows showing up. Hard surface models such as weapons look ALOT better with high poly generated normal, AO & cavity maps. You then use crazybump for really fine details if you don't want to take the high poly into a sculpting program and add to it. The uber pro's (not me lol) make their weapons purely in the sculpting program. Using crazybump alone is generally only useful for walls, floors & ceilings. Have a look at some of EPIC's weapons and you can tell right off the bat that their normals are generated from high poly models. Right now, there aren't any normal maps available and I expect this won't be the case for probably a year or so.
  17. Yeah forgot about that, misc_model_static would be best here.
  18. This kind of visual problem makes normal maps kinda useless in an engine such as this. The only thing you can do currently is to strategically place the UV seams. That's always going to happen unless someone comes along with a new format or upgrades the existing ones (MD3 & Ghoul2). But that would also mean updating exporters/compilers AFAIK. Unless of course, there's some trickery that can be done in the renderer to merge all the normals on the models to get rid of the UV seam line splits but keep UVs intact @@Xycaleth?
  19. There's weapons to be made, I'd suggest starting there. No one else has started on weapons. Just an FYI: Viewmodel weapons will be using Ghoul2, so that means moving parts are possible so bear that in mind when modelling.
  20. You can make MD3 (and I think other formats like ASE) as misc_model which get turned into BSP map brushwork when you compile the level. They can use diffuse, normalmap (most likely parallax as well, but I haven't tested it on misc_models) & specular. So you could do the basic shape (walls, floors, ceilings) of your map in radiant, and leave details to misc_model. @@Boothand Did you add LODs to those pine tree's?
  21. Best program to use for 3d format conversion is Noesis, Milkshape is crap.
  22. Suuuuuuuuuure. We know what kind of references you have now.
  23. If you like a start menu, pick Windows 7. Windows 8's interface is geared more towards tablets & touch screen PCs.
  24. The (final) option that has bounce 8 on it afaik.
  25. I doubt that would be the issue: 4th gen core i5 4440 3.1 GHz 8GB DDR3 ram GTX 650 1GB GDDR5 DX11 64bit Windows 7 Ultimate Everything matches or is better than what EPIC recommends. I had a cruise around in UE4 editor just now and nothing crashed when going up against walls, so no idea. I'll just stick with UDK for now, wait until UE4 is out of its infancy.
×
×
  • Create New...