Arumakani Posted August 16, 2006 Author Report Share Posted August 16, 2006 Damn, that engine looks pretty impressive for such a small amount! Why don't you and Sparhawk work together? Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
Arumakani Posted August 16, 2006 Author Report Share Posted August 16, 2006 Interesting news regarding XNA and the Torgue game engine: http://interviews.teamxbox.com/xbox/1692/G...s-Interview/p1/ Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
sparhawk Posted August 17, 2006 Report Share Posted August 17, 2006 Why don't you and Sparhawk work together? That would definitely be a good idea. Quote Gerhard Link to comment Share on other sites More sharing options...
Arumakani Posted August 17, 2006 Author Report Share Posted August 17, 2006 Sparhawk what sort of programming do you do for the mod? What does the programming entail? Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
sparhawk Posted August 17, 2006 Report Share Posted August 17, 2006 It entials writing code to implement features that are missing in Doom 3. Maybe you could be more specific? Do you mean my contributions? I implemented the lightgem and the first code for frobbing, though Ishtvan changed it a lot, so that only part of it is still what I wrote initially. I also wrote the Stim/Response system and currently I'm working on doorhandles. I also wrote some other stuff mainly to help debugging and error analysis. Don't really remember everything as there are a lot of small details. Quote Gerhard Link to comment Share on other sites More sharing options...
Arumakani Posted August 17, 2006 Author Report Share Posted August 17, 2006 I was just wondering what your role entails. I thought it was to make DarkRadiant, and also to combine all the other peoples work together for the DarkMod i.e. getting the music, speech, models, A.I. and other stuff into a cohesive package. Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
sparhawk Posted August 17, 2006 Report Share Posted August 17, 2006 I'm not involved with DarkRadiant. Orbweaver is doing that. Quote Gerhard Link to comment Share on other sites More sharing options...
Arumakani Posted August 17, 2006 Author Report Share Posted August 17, 2006 So how does what you do affect the mod? I mean that out of interest and not being rude !! I know DOm does AI etc. SO what does the programming you do, do in the mod? Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
sparhawk Posted August 17, 2006 Report Share Posted August 17, 2006 http://forums.thedarkmod.com/index.php?s=&am...ost&p=81081 Quote Gerhard Link to comment Share on other sites More sharing options...
Arumakani Posted August 17, 2006 Author Report Share Posted August 17, 2006 What exactly does the programming do? Is it how the door handles turn, whether they open the door or if it's locked and you need a key etc. What is the Stim/Response system etc? Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
Ishtvan Posted August 17, 2006 Report Share Posted August 17, 2006 I know DOm does AI etc.Not very well. The AI had no stealth game functionality, we had to put all that in. There's very little that we can't modify because "Doom does it," pretty much just the sound engine and the renderer, everything else can be modded, and probably will be in some way. Quote Link to comment Share on other sites More sharing options...
Arumakani Posted August 17, 2006 Author Report Share Posted August 17, 2006 I meant Domarius and not Doom. What aspect of the programming do you do then Ishtvan? Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
Ishtvan Posted August 17, 2006 Report Share Posted August 17, 2006 I do sound propagation, AI framework (receiving stimulus from sound, sight (Sparhawk's lightgem does most of this), touch, suspicious objects), mission objectives (current project), and some other miscellaneous physics-related things. Quote Link to comment Share on other sites More sharing options...
Dram Posted August 18, 2006 Report Share Posted August 18, 2006 Why don't you and Sparhawk work together? That's an interesting idea That would definitely be a good idea. Hell why not eh? Did you get the full source code or just an SDK? We could make a little project hehe Quote Link to comment Share on other sites More sharing options...
Arumakani Posted August 18, 2006 Author Report Share Posted August 18, 2006 What code has sparhawk written that is missing from Doom 3? Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
sparhawk Posted August 18, 2006 Report Share Posted August 18, 2006 http://forums.thedarkmod.com/index.php?s=&am...ost&p=81081 Do I sense a Deja Vú here? You should focus on the part after the first two sentences. Empty lines don't count as sentences. Quote Gerhard Link to comment Share on other sites More sharing options...
Arumakani Posted August 18, 2006 Author Report Share Posted August 18, 2006 Listen I'm not a programmer. What exactly does the programming do? Is it how the door handles turn, whether they open the door or if it's locked and you need a key etc. What is the Stim/Response system etc? Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
sparhawk Posted August 18, 2006 Report Share Posted August 18, 2006 Ah. Ok. Seems to be a missunderstanding. Well, the programming instructs the computer what he should do. So if you move the mouse on your desktop the computer doesn't know what a mouse is or a mousepointer. The software tells the computer that if the device that is connected to this particular port, should cause an update of the mousepointer whenever it is moved. The same thing is done when you program a game. The programmer intstructs the computer to move the player character wheneever you press the MOVE_FORWARD key and so on. Kind of like a recipe: If MOVE_FORWARD key is pressed, then move the player in the current viewdirection.If FIRE_BUTTON key is pressed AND the weapon still has ammo fire a round and decrease the ammo. This kind of thing. My code does the same. Stim/Response is a system that looks in a given radius wether something is there that reacts with each other. For example. If you fire a water arrow, then the water arrow constantly looks wether there is something it can impact with. If this is the case it explodes and shows the water splash. When the splash is deploed, the Stim/Response system checkes if there is something in the vicinity that reacts to water, like a torch that needs to be doused. So the Stim is the water and the response is that the torch is doused. Of course the response can be different. For example you could say that if the response is coming from a moss arrow, the moss patch grows a little bit, and if he response comes from a blood poodle, the response is that it gets washed away. So the stim is always the same (water, fire, heat, etc.) but the response is different, depending on what was made contact with. Quote Gerhard Link to comment Share on other sites More sharing options...
Arumakani Posted August 18, 2006 Author Report Share Posted August 18, 2006 (edited) Excellent buddy. That's what I meant It seems like a lot of work. Will these direction response stuff you are doing be also useable as is already the case with Doom3 with a joypad? Is this Stim/Response that you do is for inanimate objects, whereas someone will be coding the response to an arrow ( whatever type) to hitting a person on the head or chest or legs etc ? Edited August 18, 2006 by Arumakani Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
Dram Posted August 19, 2006 Report Share Posted August 19, 2006 Nah, Stim/Response deals with stimulations such as fire or gas. So for example a candle entity will get turned off if it detects a water stim but get turned on if it detects a fire stim. As for Sound propagation, it deals with how loud each sound is to the AI it can reach etc, so if the player makes a footstep, it checks how far away the AI is etc and calculates how much quiter/louder the sound should be when it reaches him. Quote Link to comment Share on other sites More sharing options...
Dram Posted August 19, 2006 Report Share Posted August 19, 2006 Will these direction response stuff you are doing be also useable as is already the case with Doom3 with a joypad? Well they're basically bindings, which is basically the same shit as when you open up the controls menu and set something like walk forward to up or whatnot. You see it as a GUI, but all it's doing is basically telling the game to use the up key (in this example) for walking forward, so when you press it you go forward. Quote Link to comment Share on other sites More sharing options...
Arumakani Posted August 19, 2006 Author Report Share Posted August 19, 2006 Cheers Dramcula. Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
Dram Posted August 21, 2006 Report Share Posted August 21, 2006 lol, have'nt heard that one yet hehe Quote Link to comment Share on other sites More sharing options...
Arumakani Posted December 12, 2006 Author Report Share Posted December 12, 2006 XNA seems to be out now: http://www.computerandvideogames.com/article.php?id=151272 Quote ZylonBane's confession about himself: "What can I say, I'm a jerk. A three times all American Jerk, from Jerksville, Kentucky. Yee Haw" Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.