Jump to content
The Dark Mod Forums

AluminumHaste

Development Role
  • Posts

    8274
  • Joined

  • Last visited

  • Days Won

    98

Everything posted by AluminumHaste

  1. Okay I just changed all the upper ceiling supports to square cylinders and they work great. Compile time: 15 secondsish and it runs better to boot. The reason for that is that this mission starts the thief near the ceiling and the player has to make his way across the support beams to the front of the cathedral (many guards patrolling down there ). Using rope arrows in the wood supports and stuff like that will enable the player to get across without being too difficult. This is fun, with the new mantling technique it makes it very realistic to mantle over the pillars and very natural. I LOVE THIS MOD!!!!
  2. Damn that link doesn't work anymore. EDIT: Okay found another link, they are using an entity that is just that, a lightfixture attached to a bone joint for the physics engine to compute. Hey your darkmod ropes have bones right? In the video he uses the keyword "bindtoJoint" does darkmod still have that functionality? Can I just attach the lamp entity to one of the bones of the rope?
  3. That just sounds like it will just swing back and forth, I want it to hang there like normal but swing on a rope/chain when someone hits it with stuff or jumps on it etc. I remember in Doom 3 in the bathroom if you shot the lights hanging from the ceiling, then it would swing on the rope. Is this what you are talking about?
  4. Yeah doesn't placing monsterclip around complex geometry say a circle of squares is kinda complicated, so you would make one 8 sided poly and put it over the other squares which would greatly reduce aas complexity right? Well the aas part is last in the compile process or seems to be, and that part only takes about 10 seconds.
  5. I created a chandelier out of brushes and torch models and used moveable torch flame entities and bound them to each other. I also created a rope entity in the editor (150 units long). Now I was wondering if I could attach the chandelier to the end of the rope so that it could swing on the rope. Is this currently not possible? I tried binding the entity to the rope but that didn't work (used keyword "bind"). Any help is appreciated. PS also I would like to apologize to everyone else who posted in this forum and has had their threads chased off the first page because I've posted so many new threads.
  6. According to the console, about 300 seconds (5 minutes). Which seems like a really long time to me considering this is just a bare bones map so far. My specs Core 2 Duo @ 2.4 GHz 4 GB DDR2 800 MHz 2x200 GB 7200 rpm 8 MB cache in RAID 0 2xNVidia 8700M GTs in SLi (AFR2) It runs very smoothly for me, but my last cathedral that I posted screens of here, didn't at all. This one is alot smaller.
  7. Well I thought the main reason was because doom 3 does not calculate lightmaps any more because all lighting is calculated realtime? As for lighting all I have is 8 omni lights, and 1 ambient. I will add some more to see how it looks.
  8. How do you guys make a cathedral? I've done things like converted almost all the patches to func_statics, tried cutting up the large open area with vis portals, and stuff like that. The compiler seems to take a long time at a particular spot, in the console it says, PutPrimitivesInAreas. Is there a way that I can speed this up or am I just building this wrong. Here are some screen shots for reference to size and scale and geometry layout. Or are cathedrals just not viable with this engine?
  9. Okay I tried using the find and replace feature in the texture inspector, but it just crashes DarkRadiant.
  10. Hmm, I've been meaning to take a look, but C++ was never my strong suit, I prefer JAVA and C#
  11. Yes I am aware that you guys modded gtkradiant to suite the mods needs. I've used all versions of GTKRadiant and they were all pretty good, far better than the other quake 3 editors It's unfortunate that there no longer is a dev team for qeradiant, but it's not needed anymore. Oh well, I'll add the feature request, who knows maybe I can add it myself lol. It's written in C right?
  12. On a side note, you can convert to mover_door, you just have to type it in the value field for classname. Then click off the entity and voila, it's working.
  13. Yep looks like, I can't fix my map as I ungrouped my door entity and now I can't convert to door_mover.
  14. damn, it's quite annoying to have to tab through the children just to get to the one you want. You used to be able to do this with gtkRadiant so the code is freely available from www.qeradiant.com. But not sure if the quality of the code is up to your standards though. Would love to be able to use this again, or have a toggle button.
  15. Steps to reproduce crash: 1> right click any view 2> Select "Create model..." 3> Go to "darkmod->door_related->handle_curved_rotate.ase" 4> Click "OK' 5> Bring up the entity window (I use "N") 6> Click on "classname" 7> Click the "Choose entity class..." button 8> Go to "thiefs_den->Movers->atdm:mover_door_handle" 9> Click "OK" BLAM crash with option to send error report to microsoft. PS this works absolutely fine in version 0.9.5
  16. Well I made a door frame on one side of the door, then grouped it into a func_static. I also added some trim at waist level around the rooms. When I cloned the door frame and put it on the other side, the trim went into the frame. usually I'd just hit "subtract" and the trim would be cut at the edges of the door frame, but nothing happened this time, but I'm not 100% sure that anything happened before. I know you can use a brush to subtract from a brush entity, but not the other way around. Not sure how useful this would be though.
  17. Also are you guys going to implement the ability to select entity children with the mouse or are we always going to have to cycle through an entities children?
  18. Is it supposed to do this? when I created some keys (Ornate and ornate_2) nothing showed up in the console in radiant.
  19. Okay here's the steps: 1> Create some brushes and/or patches. 2> Group them into func_static. 3> Change them in the entity window to atdm:mover_door 4> Click on the first textbox and input whatever variable you want say "frobable" 5> Then hit the "Tab" key. 6> The cursor goes to the next text box ("Value") with the green check mark next to it but it also cycles the next child in the entity. So now you can't use that property because instead of having the door selected that you made out of brushes, you now have say the bottom rectangle selected and this is reflected in the entity window. You have to use your mouse to go from inputing the variable to inputing it's value which is a pain in the ass.
  20. Okay not sure if this is a bug, but when you create a func_static out of brushes you can no longer use it to subtract from other brushes. I seem to remember that you could before, but maybe I'm just crazy.
×
×
  • Create New...