Jump to content
The Dark Mod Forums

OrbWeaver

Active Developer
  • Posts

    8629
  • Joined

  • Last visited

  • Days Won

    65

Everything posted by OrbWeaver

  1. I think he means "Can I improve the 3rd person perspective with the Doom 3 edito?", to which the answer depends on how much you want to change. You could change the model and skin using the editor (and 3D app and image editor and text editor), but I would guess you can probably not do much about the camera's behaviour.
  2. You can't change this in a level editor, you would need to modify the game code in order to do this. Level design == creating the INPUT to the game engine 3rd person modifications == adjusting the OUTPUT of the game engine (which requires access to the source code).
  3. It won't help with level design that much, because it is used differently. It would be like trying to learn to fly a plane by driving a car - although some things may be similar, it is much better to train on the tool you will be using. I'm not sure what you mean by "3rd person viewpoint" - this is nothing to do with level design, it is a function provided by the final game which you can't control unless you rewrite the game itself.
  4. If you want to learn Doom 3 editing, learn it now. There is absolutley NO point in learning the T3 editor first because it is completely different (and a lot less powerful).
  5. The Merge function is used to merge two shapes into a single convex shape, e.g. +------+ +------+ | | | | +------+ -> | | | | | | +------+ +------+
  6. You can't. All brushes in Doom 3 are solid and convex. If you want a concave shape (such as a room) you have to make it out of separate solid brushes.
  7. I wonder if it would be possible to do something similar with the current Doom 3 material engine. As you can already blend between two textures based on the vertexcolours applied to the mesh, perhaps you could write a shader to do the same thing but based on an extra image stage in the material definition.
  8. http://www.doom3world.org/phpbb2/index.php
  9. I would much rather see real procedural textures, rather than huge 32,000 pixel images (how the hell are you going to edit that in GIMP/Photoshop?). Imagine a fully programmable object-oriented shader programming engine, where you could define objects that generated "signals" that could be fed into other objects to mix and produce textures on the fly. E.g. SineModulator sm(MODULATE_SINE_2D, xscale=2, yscale=3.5); ImageTexture it1("textures/natural/moss"); ImageTexture it2("textures/wall/brickwall2").addModulated(GL_BLEND, it1, sm); Or something.
  10. Learning Dromed before Doom 3 would be like learning C before C++. Unhelpful and counterproductive. Playing a lot of Thief-style levels is certainly a good idea, as well as developing fundamental skills in modelling and texture creation.
  11. There's an EDITOR for THIEF ????!!!!!
  12. I noticed that one as well. I think he's right in as much as modding becomes increasingly time-consuming as the standards set by the original game go up, but I hope that Carmack doesn't adopt a "it's too complex for you" attitude towards modders the way Warren Spector did with T3.
  13. Great-looking water can already be done in Doom 3. Functions like MegaTexture could probably only be implemented once Doom 3 is open-sourced, unless there was enough fledgling code already to make it work (which is unlikely).
  14. http://developers.slashdot.org/article.pl?...334234&from=rss From what I can make out, the MegaTexture is just a very large texture that doesn't go into VRAM, and then some logic in the engine picks out the portions of the large image that should be rendered depending on which parts of the object are in view.
  15. I may not have created anything spectacular in Blender, but plenty of people have. Whether Blender has a similar interface to other "mainstream" apps is almost entirely irrelevant, since the skill in modelling is not knowing the specific interface of the 3D app, but knowing the techniques involved in creating an advanced model which are the same in any modeller. In fact, once people actually get to know Blender's interface, rather than blowing it off because it doesn't have standard widgets and configurable keyboard shortcuts (the horror!) they find it is actually very streamlined and allows you to get work done with very little hassle.
  16. Milkshape better than Blender? Why pay hard cash for a low-poly-only modeller when you can have a professional-quality high/low-poly modelling tool for absolutely goddamn nothing?
  17. You don't need to wait for Dark Mod to do this, you can model and texture it into Doom 3 now.
  18. Everybody likes new, groundbreaking 3D interfaces that utilise the full range of your body's motion to communicate with the PC. For the first 10 minutes, that is. I wouldn't like to imagine what my arms would feel like after a 2 hour gaming session using such technology.
  19. It's better to hold it further to one side or even slightly behind you, so that the light source does not enter your FOV at all.
  20. It amuses me in TV and films when a character is searching with an oil lamp or other omnidirectional lightsource, and they spot something and hold up the light in front of them to get a better view. I can confirm from experience that in this situation you would see nothing except for the light source itself.
  21. ascottk might be worth a try as well, he has done some retexturing work in T3 and recently expressed an interest in migrating to TDM.
  22. Nobody is disputing that this in real life, the existence of a object's silhouette implies that some light is hitting the object. Grinningman's assumption was that this is also true in the Dark Mod lightgem code, which is incorrect. The lightgem only responds to light which falls on the player directly from an in-game light source, not theoretical light reflected off other game surfaces.
  23. Grinningman is correct in a purely pedantic, literal way, in as much as the existence of a silhouette entails a difference between light that intercepts (and therefore "illuminates", if only very slightly) an object and light which doesn't. This is nevertheless merely a semantic debate that has no relevance to the actual issue, which is whether the lightgem in its current incarnation automatically takes care of silhouettes (it doesn't).
  24. I think you are overestimating the amount of skill that is out there. I would glady make textures if I had the time (hell I even applied at one point), but unfortunately I am just not that good at making textures. OK, but not that good. The problem is that once you learn a couple of simple techniques in modelling, texturing or whatever, you are immediately seized by the notion that you absolutely rock at modelling or texturing, just because you can produce stuff that you wouldn't have thought possible before you started (I've been there myself). Unfortunately, this applies to everybody else as well, which means that your own work is in fact pretty average. The result of this is that there is a big discrepancy between the number of "modellers" and "texture artists" who drop into the forums, and the number of actual talented individuals who can make a real contribution.
  25. Moving onwards and upwards, apparently.
×
×
  • Create New...