Jump to content

MoonDog

Members
  • Posts

    568
  • Joined

  • Last visited

Everything posted by MoonDog

  1. This thread can teach you a great deal. http://www.quake3world.com/forum/viewtopic.php?t=3620
  2. You'll need to script it. http://jkhub.org/tutorials/article/148-icarus-scripting/page-3
  3. That is an inefficient way to do visability for a level. It will end up being an FPS and entity nightmare later. Before you worry about anything else, take a few steps back and replan your use of structural vs detail brushes. This thread contains a lot of information about visibility. http://www.quake3world.com/forum/viewtopic.php?t=3620 Your playable space is split into leaf nodes by the compiler. A leaf node is defined by the plane of a structural brush. A recursive operation in the BSP phase continues to split volumes into nodes until it has used all the planes of structural brushes in the volumes. The Leaf Nodes in the void are carved away because they are non entity containing hulls. Where leaf nodes join, portals are created in a .prt file for when visibility is calculated. Where one leaf node sees into another leaf node, all geometry and entities are drawn. Because everything your map is detail, you basically have giant leaf nodes (A lot of them the 512 x 512 default blocksize) that see into each other. Meaning, no matter where you are all the complex tris, expensive entities and so forth are being rendered. This will cause you a lot of issues with performance. You will also start running into problems with entities being truncated because you are drawing too many at once.
  4. Use the skip shader, not hint. Hint is for creating manual splits.
  5. Sounds precisely like the problems of a decompiled map.
  6. lol.... Know how I know you still hadn't read the manual?
  7. Did you read the documentation that came with wonko's tools?
  8. http://jkhub.org/files/file/1413-blender-264-jedi-academy-plugin-suite/
  9. It's actually pretty easy to use patch meshes in radiant. Show me a pic of this pillar, and I'll mesh your pillar.
  10. What are the funniest //comment lines?
  11. No, you need to have COD4 installed. It worked on Vista fine for me. You need Quake4 for the built in mod tools. You can't take a map from GTKRadiant and make it work in CODRadiant, or vice versa. The .map files differ slightly in ways they format the syntax for entities, brushes, and curves.
  12. Thats an extra step. It also tends to chug machines when you have a large amount of objects in a map. In CodRadiant you just hit alt + H and see results immediately.
  13. Oh, in that case. Yes. I use the COD4 mod tools, Hammer Editor and in house development tools at work. I've got the UDK for Unreal Engine 3 that I mess with from time to time, but that is a much more artist friendly set of tools than anything else. Plus, it takes me a long time to get a complex mesh setup with pretty UV's. Most of my time is spent getting rid of bad stretching. GTKRadiant is something I go back to from time to time at home, but its hard to enjoy because it just isn't as well setup as Hammer or the COD tools when it comes to working fast and efficiently. It needs quite a few things to get to that point. None of those being a light preview. I don't even care about that anymore. Alt drag from CoDRadiantA keyboard shortcut for rotate on axis. Plus the keyboard shortcuts for locking on X, Y, and Z respectively. It takes a bit of extra time to go up to a toolbar to click these thingsRotation and translation Gizmos in all new versions, not just 1.5.0Hide unselected, instead of trying to work in RegionsZ axis cubic clipMeasuring tape clip line. (Place points similar to the clipping tool. Except it draws a line and tells you that distance in radiant units.)Some sort of support for model preview in the file dialogue. (CoD tools does this with a special folder that contains jpegs by the same name as the models. If the support for that feature were there, than the modders themselves could do the rest.)More convenient control and drive scheme for the 3D window, not requiring you to move your left hand from that side of the keyboard.
  14. The shader keyword you are looking for is deformVertexes http://q3map2.robotrenegade.com/docs/shader_manual/general-directives.html#deformVertexes Good work on your level. However, from a complete environment standpoint it looks like a good blockout rather than something complete. The texture usage is very samey throughout the shots. You need to spend more time in other game levels looking at the floors, ceilings and walls asking why and how they look good. Use a lot of industrial reference too. Start getting elements in there to break up that monotony.
  15. When I did JKA stuff I used 1.6, 1.5 and blender. 1.6 for most of my building. 1.5 for model placement, making complicated meshes, trisouping and patch texturing. Misleading topic title btw. These are all different version of the same editor. The best answer though is that GTKRadiant blows.
  16. I'd get fired.
  17. MoonDog

    Upcoming News

    Is there a statistic for heavy handed moderating? Or lack of moderating in situations that warrant it? That would be a fun statistic.
  18. Is it booming? I remember actually enjoying posting here at one point in time, and then any positive feelings sharply fell off. Mostly due to the influx of "modders" that can't read or even copy paste from a tutorial and feel the need to blow up your inbox/email. Then you have staff you have to have a 3 page argument with, showing proof after proof of plagiarism before they'll even consider doing anything(which becomes immediately apparent that the course of action will be nothing). You'll eventually just say fuck it, and stop wasting your time. So no, it's not "booming". As for the MP, it's an 11 year old game. I'm pretty sure this same exact thread has been posted at least 20 times per year that this game has been around.
  19. When I have a group of lights with the same values, and I need them all adjusted at the same time I'll give them all the same arbitrary key. For instance, "groupname" "section_01_redlights". Open the entity window on one of the entities you assigned this arbitrary key.Click this value in the entity window.Click back in the gridPress SHIFT+AAll the entities with that key/value pair should now be selected.
  20. This is your hilt. This is your hilt on drugs.
  21. The textures aren't showing up in Radiant or in game? If in game, check that sv_pure is set to 0. That way you can actually use those textures without adding them into a pk3. If the textures are properly setup in the base folder, yet not showing up in Radiant, he may have an issue with the paths to the base folder. Check the paths setup to make sure Radiant is set to look at the right place.
  22. There are a bunch on cgtextures you could alter. You could probably get away with a dark metal texture for a base, and then overlay blend a noisy marble texture over it and crank down the opacity for that first screenshot. Making a spec texture for something like that would be reasonably easy too.
  23. The JK franchise was not their biggest and most successful cash cow by far. Nor would it be the wisest investment in time or money with 3 new movie titles to capitalize on. I think the chances are pretty slim when you think about the likelihood of other endeavors.
×
×
  • Create New...