Jump to content

Ramikad

Members
  • Posts

    1,317
  • Joined

  • Last visited

Everything posted by Ramikad

  1. Except that the emitters of the saber in the trailer are far too long to not be cut off (along with the user's hands) if the saber swings through during a lock. Which makes me think that it could be more of a symbolic design than a practical one.
  2. I could, but I'm not sure about JKHub's stance on decompiling and such. Alternatively, you can check out the version in Knights of the Force, it works fine as far as I know.
  3. Maybe this could be of help: http://jkhub.org/tutorials/article/30-unable-to-save-maps-in-gtkradiant/
  4. Strange... I checked the map myself, and this seems to be a distancecull problem. Not sure how to fix it easily though, and by easily I mean without decompiling, setting a new distancecull and recompiling.
  5. An additional note to the leaks: make sure that every brush touching the void is not a detail brush, but a structural one.
  6. As far as I know, ASE can't be assigned to func_train entities, only MD3.
  7. Also, wasn't there something about music being mono or stereo? Or am I confusing it with sounds?
  8. Clearly his beard gives him his unimaginable power (... plus, the Valley's Force Energy...). After seeing this, I always considered that Death Star map a stone-age wreck: http://forums.massassi.net/vb3/showthread.php?60565-Death-Star-%28JA%29
  9. Hmm. Did you follow the tutorial correctly, and did you add the new shader in the shaderlist.txt file?
  10. Agree with all IrocJeff said. One more couple of suggestions: use a grass sprite shader for the texture, and improve the water: http://jkhub.org/tutorials/article/62-realistic-water/ I'd extend IrocJeff's suggestion to interiors too.
  11. I think the new saber was a part of his training, and thus more "personal"; that may be the reason why he left Yun's lightsaber behind. The LA Goggles simply don't seem to work correctly as they did in JK2. Instead of the orangeish hue they show nothing, they have no practical usefulness in JA. I'm not sure, but I think OpenJK fixed that. And the Dark Forces mod also did something with them, if I remember correctly. I don't know if Gonk recharge the batteries.
  12. If I remember correctly, after the ending of Mysteries of the Sith, Kyle builds a new lightsaber, leaving Yun's saber behind. In regards to inventory items, they're still present in Jedi Academy, though they're simply not used. You can still bind keys to invnext / invprev / invuse, and as far as I know the only bugged item is the Light Amplification Goggles. In my experience, the Bacta Tanks also are somewhat buggy, and can only be used with the specific use key instead than the generic "use held item" key. Aside from that, the inventory is still all there.
  13. Exactly. In the specific, misc_model_breakable can be force-interacted setting its gravity to 1 and mass to... anything viable. Quoting from the entity description, "Default [for mass] is the size of the object from one corner to the other, that works very well." Also, throwtarget should make the object throw itself towards the entity with matching targetname, but never really tested that.
  14. I believe that's an option in the Setup menu. Make sure you have "Force Player Models" and "Defer Player Models" set to Off in Game Options.
  15. I believe you can simply change the color of them looking for the correct text in the .STR files, using the typical ^2 (green), ^4 (blue), and ^1 (red). It works with the briefing text, so it should work with that text as well.
  16. The script suggestion is good, though I'm not sure about the "Kyle" NPC_targetname: if the player is meant to change then the script should affect "Player". Also, assuming that you have a full and direct control over the map, you can tick the "noweapon" spawnflag (64) of Info_Player_Start, and in the next maps tick the "keep_prev" spawnflag (1). This way, you should start with no weapons in the first map, the script turns you into a non-jedi stormtrooper and gives you the blaster rifle, and in the second map you should keep whatever you got in the first map.
  17. Not sure. The stormtroopers and scout troopers on Endor seemed to have pretty much clean armors. A good idea would be to have a "dirty" version for the rocky canyons and bases on Ruusan, just like the new AT-ST.
  18. It can be done quite easily, frankensteining any basic hands on the model and adjusting the sleeves.
  19. Ramikad

    Teapot

    Plus the cheesecakes and the forks from mrownko's Featured Picture!
  20. Amazing work!
  21. I love the plot, especially the Original Trilogy. Not to mention the Dark Forces / Jedi Knight series (with MotS, obviously), except for JA.
  22. For NPCs it can be done via scripting, at least in Singleplayer. As long as the specific NPC has a "npc_targetname" key value you can set up a script with BehavEd that affects that specific NPC and tells it to play "xxx.wav" sound with CHAN_VOICE as audio channel. I'm not sure if this works in Multiplayer as well. I believe that NPCs in MP can be limitedly scripted, provided that you have triggers to activate the scripts; in SP, if you have the NPCs set up with their npc_targetname you can simply type "/runscript <scriptname>". I don't know if the "/runscript" command also works in MP.
  23. It depends on what you want to do. If it's singleplayer you can simply script a certain character to freeze the animation and play a certain sound. But Mrwonko said it's for multiplayer, so scripting is not an option. In this case, granted that you coordinate with your friends to record and play the same taunt sounds, you can change the saber taunt animations in the "animations.cfg" as follow: BOTH_DUAL_TAUNT 14651 1 -1 20 BOTH_ENGAGETAUNT 14651 1 -1 20 BOTH_STAFF_TAUNT 14651 1 -1 20 That way (theoretically) when you press the taunt key and your character plays the chosen sound, you'll stand still instead of waving your hands along. And given the nature of the "animations.cfg" the same effect will affect every player on the server that you see; what they will see is their characters playing the normal animations if they don't have this mod. I would advise against overwriting the original assets, so I suggest you to copy the "models/players/_humanoid" folder, change the values and make a .pk3 file with it.
×
×
  • Create New...