Jump to content

Ramikad

Members
  • Posts

    1,316
  • Joined

  • Last visited

Everything posted by Ramikad

  1. They have the Bryar Pistol, various types of E-11, a Mortar Gun, thermal detonators and mines.
  2. Questionable. Siege Destroyer is a good dogfight map. That might be worth it, especially with a good number of players. On the other hand, Geonosis is only fit for walkers and tanks - there are Republic Gunships and Geonosian Starfighters, but they're a pain to fly through that small map. Admittedly, though, vehicle combat has its potential, given enough players and good maps.
  3. MB2 had (maybe it still has) a Vehicle Map Pack, though it only contained the incredibly small (for vehicle and gunship combat) Geonosis map featured in Movie Duels 2, and Siege Destroyer.
  4. I wouldn't want to add fuel to the fire, but: http://www.moddb.com/forum/thread/infrigiment-report It really doesn't sound like a "mistake".
  5. Eezstreet mentioned it might be an older version of OpenJK dating back to summer 2013, or a bit earlier.
  6. Thought I might let you know that the ModDB page of EoC IV is back up.
  7. That's a good point about the credits. And... "mistakes"? Come on, he's been blatantly ignoring all the problems that were pointed out to him with the mod, and even tried to play the victim of all "unjustified hate". Let's face it, those can't be "mistakes".
  8. It was reported some days ago on ModDB. Ufo posted a link to the report thread: http://www.moddb.com/forum/thread/infrigiment-report
  9. I'd reuse some of Pande's JKG assets. That's some nice Coruscant he built.
  10. To my knowledge, only misc_model_static, and perhaps other dynamic models, like misc_model_breakable, but not sure.
  11. In regards to melee fight, I experimented a bit by giving the Dianoga the wampa class, so that it can grab you, much like in A New Hope, and replace the "grabbed" animation with one of the "fall" poses. But it seems to need some right hand tags to work properly. Also, not sure how the player would get unhooked, since I assume it would be pretty hard to hit it badly enough.
  12. You'll need to set up a deathscript for the NPC to Affect the Player: //(BHVD) affect ( "Player", /*@AFFECT_TYPE*/ FLUSH ) { set ( /*@SET_TYPES*/ "SET_PLAYERMODEL", "DEFAULT" ); } This in case you want to completely change the player model, or //(BHVD) affect ( "Player", /*@AFFECT_TYPE*/ FLUSH ) { set ( /*@SET_TYPES*/ "SET_SKIN", "DEFAULT" ); } In case you simply want to change the skin (texture) of the current model. Or a mix of both, if you want to change to another model and a specific skin of that model.
  13. From my tests, it should work. Since we're at it, normal maps work too, just for static lighting though. It would be interesting to try it with ground and rocks. http://s23.postimg.org/fpybix4jv/shot0336.jpg Left is without normal maps, right with.
  14. Yep. That's exactly what happens when you import a Jedi Academy model into Jedi Outcast. That's because the skeletons used to rig the characters in the two games are different, in the specific, the Jedi Outcast _humanoid skeleton has a few more bones. You'd have to re-rig the model with the Jedi Outcast skeleton to fix this.
  15. Now it is imperative that your next update post will start with Farnsworth's "Good news, everyone!"
  16. Do it. Why avoid a chance to confront on a quite serious topic? If it turns into a flame war, the moderators will lock it quickly. As for the rest, I bid you farewell, Cerez. May the Force be your guide.
  17. MD3View has an "Export to GLM (Ghoul2)" option. You could try it. Not sure how it would mess up with skeleton and stuff though.
  18. Yep, that's a good technique too. Tried shaping and texturing some mountains in Blender, although very low poly, and putting some copies of them in a very large map just for test. Heck, I managed to get lost in that rocky mess.
  19. I could swear I've seen the code for a swim backward animation. But for what it's worth I doubt it's that much of a challenge to add the code for additional swimming animations. Same goes for underwater weapons, as ensiform mentioned they all work, including the lightsaber, if properly flagged. Another thing that really bothers me about water in Jedi Academy is the horrible blue tint splattered all over the screen when underwater.
  20. Apparently those specific rocks aren't receiving any shadows, but only casting it.
  21. _cs 1 and _rs 1, keys and values on the misc_model_static, respectively to cast shadows and receive shadows.
  22. Additionally, there's that weird terrain entity in Radiant, which, from the description, seems to automatically generate a terrain from a heightmap from a single brush. NOVEHDMG - don't damage vehicles upon impact with this terrain Terrain entity It will stretch to the full height of the brush numPatches - integer number of patches to split the terrain brush into (default 200) terxels - integer number of terxels on a patch side (default 4) (2 <= count <= 8) seed - integer seed for random terrain generation (default 0) textureScale - float scale of texture (default 0.005) heightmap - name of heightmap data image to use, located in heightmaps/*.png. (must be PNG format) terrainDef - defines how the game textures the terrain (file is base/ext_data/rmg/*.terrain - default is grassyhills) instanceDef - defines which bsp instances appear miscentDef - defines which client models spawn on the terrain (file is base/ext_data/rmg/*.miscents) densityMap - how dense the client models are packed Never really understood how it actually works or how to get it working at all.
  23. Exactly that. q3map_shadeAngle <angle> will create a Phong shading on the surface where the texture is applied. http://q3map2.robotrenegade.com/docs/shader_manual/q3map-global-directives.html#q3map_shadeAngle As far as I know, the only downside of this technique is that the shadows projected onto that surface don't look very precise.
×
×
  • Create New...