Jump to content

RobiWanKen0bi

Members
  • Posts

    78
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Modding Interests
    General Modding
  • Gaming Specialty
    Dueling
    Capture the Flag
    Moviebattles 2
    FFA
    TFFA
    Singleplayer
  • Operating System
    Windows 10

Recent Profile Visitors

1,738 profile views

RobiWanKen0bi's Achievements

Enthusiast

Enthusiast (2/10)

2

Community Answers

  1. Yes he has the class_kyle, but I missed the spawnflag, that must be it. Thank you! I'll wait for awhile if someone has a solution via code for the player, but if nothing else works, then I'll try it your way, Linken.
  2. No, not the base assets, I'm only modifying the pk3 files in a custom MOD folder.
  3. This never happened to me before. I've noticed that the ones that get strangely corrupted are the ones that contain the bsp's modified with the tool, bsp editor. Not 100% sure yet.
  4. So I'm getting really frustrated with something odd that is happening lately. I'm having the jedi academy installed on an external hard drive (SSD actually) so I can easily transfer and continue my content and work on through different laptops. I have Windows 10 installed on 1 and Win 11 on another. I was finally happy to finish my mods but all of a sudden the files inside the pk3 started getting corrupt. I've noticed at first that the ui files went missing and then maps too. I'm wondering why is this happening? Has anyone else had this issue before? I'm using 7z to open these pk3 files and it never made errors before.
  5. Hey everyone! I've been thinking on how to add Kyle's signature kung fu moves to player at some stage of the map via code. Now I know I can use the cheat "Iknowkungfu", but I want it to be done differently: scripted at level start in a code. The "WP_MELEE" simply doesn't work that way. It only adds punches, but no kick. Is there another way then? affect ( "player", FLUSH ) { set ( /*@SET_TYPES*/ "SET_WEAPON", /*@WEAPON_NAMES*/ "WP_MELEE" ); } Also another request: I know the Kyle Boss with his lightsaber is hard coded, but if I spawn him through code he never uses his moves. But if I spawn him through cheat "Npc spawn Kyle_boss" then he uses his moves frequently (pulls away player's saber, kungfu kicks and punches around...)
  6. Bingo! We have a winner! That was it, the glm needed modification, just like mrwonko said. Thank you everyone for the help! Now we all know the solution to this issue. Circa it's the MOD which I've modified for my personal use. As far as I know the mod has no new updates by the author and the galak_mech and similar files aren't included, cuz he said you need the original JO game to get those files (buy the game).
  7. That sounds like it could work. I've already done things in Blender with the JA plugin (for using glm) to convert JA models to JO (mostly needed the animations for the JO MOD cinematics). I'll let you know if your solution works. In the meantime, if anyone has any other ideas, then I'm eager to hear them.
  8. Guys........ I've mentioned before, I've tried it ... every.... way... possible: torso_galaktorso_off torso_collar_off torso_galakface_off torso_eyes_mouth_off torso_galakhead_off "torso_galaktorso_off torso_collar_off torso_galakface_off torso_eyes_mouth_off torso_galakhead_off" "torso_galaktorso_off" "torso_collar_off" "torso_galakface_off" "torso_eyes_mouth_off" "torso_galakhead_off" also tried it with the skin file. should i quote myself? And I've tried modifying the skin file too. Trying setting it for example torso_galakface_off,models/players/galak/face.tga or torso_galakface_on,models/players/galak/face.tga or torso_galakface_off,*off or torso_galakface,models/players/galak/face.tga or simply deleting it or even adding the textures to galak_mech folder and torso_galakface_on,models/players/galak_mech/face.tga The thing is something JA has changed, cuz the model is missing from JO and the actual Galak_mech model has been imported via a MOD. Some parameter is different in JA cuz it doesn't recognize it: It says in the console: WARNING: UNKNOWN KEYWORD "TORSO_COLLAR_OFF" WHILE PARSING "GALAK_MECH"
  9. I'm sorry, but I did say I tried it in ever way, mrwonko. Check the previous messages. Also SomaZ is right. thsi is a MOD of JO in the JA game. Okay, for clearing everything here's the full file content: Galak_Mech { playerModel galak_mech // customSkin gal surfOn torso_galaktorso_off torso_collar_off torso_galakface_off torso_eyes_mouth_off torso_galakhead_off surfOff helmet weapon WP_REPEATER health 1000 width 20 height 88 crouchheight 88 snd galak_mech reactions 5 aim 5 move 3 aggression 5 evasion 1 intelligence 5 rank crewman playerTeam TEAM_ENEMY enemyTeam TEAM_PLAYER // race klingon class CLASS_ASSASSIN_DROID //class CLASS_JEDI snd galak sndcombat galak sndextra galak yawSpeed 50 walkSpeed 45 runSpeed 150 dismemberProbHead 0 dismemberProbArms 0 dismemberProbHands 0 dismemberProbLegs 0 dismemberProbWaist 0 headPitchRangeUp 60 headPitchRangeDown 60 torsoPitchRangeUp 60 torsoPitchRangeDown 60 }
    I've been playing around with this bsp editor and it is really fantastic to use. I managed to easily modify a lot of maps and made the demo versions of DF2 and MOTS playable. Made some changes to maps to the JO mod for JA and now I've connected the bonus maps to the regular ones in the DF demo. I truly recommend this tool, which makes bsp editing a lot more easier.
  10. Nope, that doesn't work. And the Warning message isn't appearing either. Still he lacks his human parts/head. I've got nothing.
  11. Tried it, doesn't work. Tried it with and without "" but no luck so far. It says in the console: WARNING: UNKNOWN KEYWORD "TORSO_COLLAR_OFF" WHILE PARSING "GALAK_MECH" I even tried mixing everything. The helmet turns off but not the rest. Tried throwing out the collar, but the message is still the same with the others. Galak_Mech { playerModel galak_mech // customSkin gal surfOn "torso_eyes_mouth_off" "torso_galakhead_off" surfOff "helmet" "torso_galakface_off" weapon WP_REPEATER health 1000 ......... etc.
  12. Oddly enough it doesn't seem to be the case. This is from the npc file which is lastly loaded, I'm sure enough, so it should override any file before it: Galak_Mech { playerModel galak_mech weapon WP_REPEATER health 1000 width 20 height 88 crouchheight 88 snd galak_mech reactions 5 aim 5 move 3 aggression 5 evasion 1 intelligence 5 rank crewman playerTeam TEAM_ENEMY enemyTeam TEAM_PLAYER // race klingon class CLASS_ASSASSIN_DROID //class CLASS_GALAKMECH snd galak sndcombat galak sndextra galak yawSpeed 50 walkSpeed 45 runSpeed 150 dismemberProbHead 0 dismemberProbArms 0 dismemberProbHands 0 dismemberProbLegs 0 dismemberProbWaist 0 headPitchRangeUp 60 headPitchRangeDown 60 torsoPitchRangeUp 60 torsoPitchRangeDown 60 } And I've tried modifying the skin file too. Trying setting it for example torso_galakface_off,models/players/galak/face.tga or torso_galakface_on,models/players/galak/face.tga or torso_galakface_off,*off or torso_galakface,models/players/galak/face.tga or simply deleting it or even adding the textures to galak_mech folder and torso_galakface_on,models/players/galak_mech/face.tga I'm pretty sure something is missing here, something I've overlooked. Can the CLASS affect the skin? Cuz it's robotic...?
  13. Okay so I have a workaround. The saber file is set to staff, but the important part is the Gamorrean npc file. You need to set class and saberstyle (and probably rank too). At the moment I've set class to jedi and rank lt to use normal taunt and saberstyle 7 like in the picture. I'm sure there are other solutions, but this will suffice for now. Thank you Linken for the help!
  14. Hi! So I've been fiddling around with the JO mod for JA for quite awhile and saw that the Galak boss fight has his armor on but no visible face. I wanted to make him without his helmet on during the cinematics with Kyle at least, but found out that the head is not visible. Then I've opened up the .skin file and tried modifying it on several ways... but the head is still not visible, which is weird cuz I fired up the Noesis tool for viewing the model.glm and you can clearly see that his head is still there. Does anybody know what's the issue here? Also his helmet goes back when he moves, exposing his..... nothing cuz he doesn't have a head.
×
×
  • Create New...