Kriskopreved Posted April 15, 2013 Share Posted April 15, 2013 When I have something to change with notepad in "playerwintergear.IBI" ,pops up is such error: "CM_Load Map: maps/hoth2.bsp has wrong version number (53897627 should be 1)" Sorry for my horrible English (((I am from Russia Link to comment
eezstreet Posted April 15, 2013 Share Posted April 15, 2013 Hoth2 and hoth3 are hardcoded to use winter gear. They did that through code for some reason. Link to comment
Kriskopreved Posted April 15, 2013 Author Share Posted April 15, 2013 Thank you very much for your reply.This is sad. But I can change other scripts for other maps except Hoth? Errors will not occur? Link to comment
mrwonko Posted April 15, 2013 Share Posted April 15, 2013 You can't just change the .ibi files, but if you get the Jedi Academy SDK, that contains the source code and also the editor BehavED and the compiler IBIze which can create .ibi files. Kriskopreved likes this Link to comment
Kriskopreved Posted April 15, 2013 Author Share Posted April 15, 2013 mrwonko,"BehavED and the compiler IBIze which can create .ibi files." - I did everything that way, but I still get an error : "CM_Load Map: maps/hoth2.bsp has wrong version number (53897627 should be 1)" Link to comment
xxt65xx Posted July 10, 2013 Share Posted July 10, 2013 You said you used notepad? I'm not sure if you understand, but you have to decompile the scripts before you can edit them, and compile before you can use them. The decompiled scripts for single player were released with the multi player SDK. eezstreet:Hoth2 and hoth3 are hardcoded to use winter gear. They did that through code for some reason. Raven used scripts to set the playermodel to use winter gear, it's not hard coded. I know because I have disabled it myself. Link to comment
eezstreet Posted July 10, 2013 Share Posted July 10, 2013 Raven used scripts to set the playermodel to use winter gear, it's not hard coded. I know because I have disabled it myself.Not quite. Link to comment
Tempust85 Posted July 10, 2013 Share Posted July 10, 2013 Why not just change the .skin file it uses? I think it's .skin file 'G' or something, haven't looked in quite a while. I recommend looking in modview for the correct skin. Link to comment
minilogoguy18 Posted July 11, 2013 Share Posted July 11, 2013 Yeah should be able to easily edit the jedi_hm skin file so that it looks for the textures of whatever outfit your character uses and put it in it's own pk3. Tempust85 likes this Link to comment
xxt65xx Posted July 11, 2013 Share Posted July 11, 2013 Umm, all I know is there is a script command to set the player's skin to the hoth set. If you disable it: Your character's skin doesn't glitch. I don't know if the code you posted is actually used by the game or if the script calls it or what. Either way, it can be disabled in the script. Link to comment
Beyond Heretic Posted July 11, 2013 Share Posted July 11, 2013 Umm, all I know is there is a script command to set the player's skin to the hoth set. If you disable it: Your character's skin doesn't glitch. I don't know if the code you posted is actually used by the game or if the script calls it or what. Either way, it can be disabled in the script. Offtopic but I gotta ask how you got the Jedi Outcast hud in Jedi Academy Link to comment
xxt65xx Posted July 12, 2013 Share Posted July 12, 2013 Offtopic but I gotta ask how you got the Jedi Outcast hud in Jedi Academy The original HUD was made a long time ago by an unknown author, and re-uploaded on file front by another user. I personally modified it myself using assets from JKO to make it look more like the HUD on Outcast. It's available as a separate .pk3 with the rest of my mod here: http://www.moddb.com/mods/jedi-outcast-academy Its not a perfect copy of JKO's HUD if you do a side by side comparison, but I like it a lot better personally. You'll have to download my entire mod to get it, but you can just delete the other .pk3s if you want. It doesn't contain Outcast's assets so it shouldn't take up too much space . Link to comment
Beyond Heretic Posted July 12, 2013 Share Posted July 12, 2013 The original HUD was made a long time ago by an unknown author, and re-uploaded on file front by another user. I personally modified it myself using assets from JKO to make it look more like the HUD on Outcast. It's available as a separate .pk3 with the rest of my mod here: http://www.moddb.com/mods/jedi-outcast-academy Its not a perfect copy of JKO's HUD if you do a side by side comparison, but I like it a lot better personally. You'll have to download my entire mod to get it, but you can just delete the other .pk3s if you want. It doesn't contain Outcast's assets so it shouldn't take up too much space .Yeah I already like it more then base JKA's hud, thanks a lot. Link to comment
Circa Posted July 26, 2013 Share Posted July 26, 2013 Umm, all I know is there is a script command to set the player's skin to the hoth set. If you disable it: Your character's skin doesn't glitch. I don't know if the code you posted is actually used by the game or if the script calls it or what. Either way, it can be disabled in the script.What's the script command? Link to comment
xxt65xx Posted August 6, 2013 Share Posted August 6, 2013 What's the script command?It's something like : SET_WINTER_GEAR "false " The script itself should be located in playerwintergear.IBI under hoth2 or hoth3 in scripts. In behaved, you can find it under "booleans" if you use the drop down list onset ( /*@SET_TYPES*/ "SET_PARM1", "DEFAULT" ); eg. //(BHVD) affect ( "player", /*@AFFECT_TYPE*/ FLUSH ){ set ( /*@SET_TYPES*/ "SET_WINTER_GEAR", /*@BOOL_TYPES*/ "true" );} This should change the player's skin to the winter set if added to any mission. If you wanted to, you could also use it to change the player's skin to something else if you just change the winter gear .skin files. I haven't tested any of this anywhere other than hoth, so it may be more complicated thanI thought based on eez's code.Hope this helps! Link to comment
eezstreet Posted August 7, 2013 Share Posted August 7, 2013 What happens when you vid_restart or reload a save though? Link to comment
Circa Posted August 7, 2013 Share Posted August 7, 2013 Could be an interesting concept. I thought it would be a cool idea to have something like that to change a prequel style Jedi robe model to have a robe on, compared to not. Or the hood on. Link to comment
xxt65xx Posted September 9, 2013 Share Posted September 9, 2013 What happens when you vid_restart or reload a save though?Sorry about the (really) late reply, but you can load saves no problem. Tested and confirmed myself. Link to comment
mathico Posted November 28, 2021 Share Posted November 28, 2021 On 9/8/2013 at 10:57 PM, xxt65xx said: Sorry about the (really) late reply, but you can load saves no problem. Tested and confirmed myself. Can you share the IBI file to disable the winter gear, I really tried and didn't make it... krkarr likes this Link to comment
mathico Posted November 29, 2021 Share Posted November 29, 2021 On 8/7/2013 at 12:40 AM, eezstreet said: What happens when you vid_restart or reload a save though? Didi you managa to solve it? I changed the IBi but everytime I reload a game it turns back to the winter gear... Link to comment
CID Posted February 2 Share Posted February 2 It's incredible that after so many years no one fixed this winter crappy skin problem. I do replacements for sp, The dammed hoth skin makes me hate hoth mission. Link to comment
Circa Posted February 2 Share Posted February 2 3 hours ago, CID said: It's incredible that after so many years no one fixed this winter crappy skin problem. I do replacements for sp, The dammed hoth skin makes me hate hoth mission. Try this: Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now