IrocJeff Posted July 22, 2017 Share Posted July 22, 2017 This is still not working right?Only reason I ask is I have to redesign some stuff and I just want to make sure ladders still DO NOT work before I start that part. Link to comment
ensiform Posted July 22, 2017 Share Posted July 22, 2017 Ladders do not work in Jedi academy at all without proper mod code to take effect. The ladder surface however is there, just doesn't do anything but be solid. Link to comment
ensiform Posted July 22, 2017 Share Posted July 22, 2017 Using the word still is a bit strange though, as given, you won't see it in MP without a server+client mod. And SP would need a code mod as well. It's not hard to implement the movement per se, but you wouldn't have great animation fluidity. Link to comment
the_raven Posted July 22, 2017 Share Posted July 22, 2017 wait, are we sure he's not talking about ladder type maps? Link to comment
IrocJeff Posted July 23, 2017 Author Share Posted July 23, 2017 Using the word still is a bit strange though, as given, you won't see it in MP without a server+client mod. And SP would need a code mod as well. It's not hard to implement the movement per se, but you wouldn't have great animation fluidity. My Jedi Outcast project used the ladder shader since in first person it doesn't really matter. However, I have to do some re-design of my project where the ladders are. Just figured I'd ask in case someone may have got it to work thus saving me the trouble to make changes. wait, are we sure he's not talking about ladder type maps? We are sure. the_raven likes this Link to comment
Archangel35757 Posted July 23, 2017 Share Posted July 23, 2017 @@DT85 added the SoF2 ladder code into an early version of their DF2 mod... then he ripped it out. I plan to put back in useable ladders at some point in the future for an SP mod... but it's just one of many plans in my head. z3filus likes this Link to comment
IrocJeff Posted July 23, 2017 Author Share Posted July 23, 2017 @@DT85 added the SoF2 ladder code into an early version of their DF2 mod... then he ripped it out. I plan to put useable ladders at some point in the future for an SP mod... but it's just one of many plans in my head. That's good to know. Link to comment
ensiform Posted July 23, 2017 Share Posted July 23, 2017 My Jedi Outcast project used the ladder shader since in first person it doesn't really matter. However, I have to do some re-design of my project where the ladders are. Just figured I'd ask in case someone may have got it to work thus saving me the trouble to make changes. We are sure. Yeah we are. The shader parameter surface exists but that's it. In base game Link to comment
Ramikad Posted July 23, 2017 Share Posted July 23, 2017 They actually half-work: you can put the ladder brush in-game, you can approach it and start climbing, but it will crash in a matter of moments. Link to comment
AngelModder Posted July 27, 2017 Share Posted July 27, 2017 I always just use a nodraw elevator with triggers at the topand bottom. Link to comment
Langerd Posted July 27, 2017 Share Posted July 27, 2017 Hmm I think it can work with scripts. And just make a new animation to the game. 1. Make a trigger_multiple before the ladder. After pressing the button the player will be unable to move,shoot etc2. Make the script to make player model place hands on the ladder. (on the way we would have - trigger push that slowly pushes playermodel to the top. The animations will give a feeling that we are actually climbing up) 3. 2 trigger multiple on the bottom part a trigger that change the animation - from climbing ON the ladder to climbing UP animation. And last trigger multiple that is on the top of the ladder will trigger a script that will start climbing OFF the ladder.This is my idea how to make this.. it would work for SP only and it rly would cost much time and effort ... It would be cool for some mercenary mod and it would be rly cool to see player model climb on the ladder. .. but making scripts, animations that are also fit to the ladder that would be put on the map somewhere... this would be sooooo time consuming to do... BUT COOL! Link to comment
Noodle Posted July 27, 2017 Share Posted July 27, 2017 Hmm I think it can work with scripts. And just make a new animation to the game. 1. Make a trigger_multiple before the ladder. After pressing the button the player will be unable to move,shoot etc2. Make the script to make player model place hands on the ladder. (on the way we would have - trigger push that slowly pushes playermodel to the top. The animations will give a feeling that we are actually climbing up) 3. 2 trigger multiple on the bottom part a trigger that change the animation - from climbing ON the ladder to climbing UP animation. And last trigger multiple that is on the top of the ladder will trigger a script that will start climbing OFF the ladder. This is my idea how to make this.. it would work for SP only and it rly would cost much time and effort ... It would be cool for some mercenary mod and it would be rly cool to see player model climb on the ladder. .. but making scripts, animations that are also fit to the ladder that would be put on the map somewhere... this would be sooooo time consuming to do... BUT COOL! If we had the animations it would be a real possibility to implement ladders and it wouldn't be that hard. I thought of something similar, but I'd make the player's model invisible and place a fake player NPC that uses the proper animations while moving up or down like an elevator. It'd follow the proper ref_tags the map should have. It really shouldn't be that hard, the main problem is the lack of animations. Link to comment
Langerd Posted July 27, 2017 Share Posted July 27, 2017 If we had the animations it would be a real possibility to implement ladders and it wouldn't be that hard. I thought of something similar, but I'd make the player's model invisible and place a fake player NPC that uses the proper animations while moving up or down like an elevator. It'd follow the proper ref_tags the map should have. It really shouldn't be that hard, the main problem is the lack of animations. It would be RLY cool If scripts would allow us to make something happend after we press space bar or movements keys. This would allow us to make SSOOOOO many things.... The sad thing i never saw anything possible in the icarius manuals and even in behaved... That is why movement of the character would be automatic.. z3filus likes 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