Cerez Posted August 15, 2015 Posted August 15, 2015 I'm working on a coding/scripting project based on some of my personal tweaks that adds three new player view options to the Multiplayer game, activated by four buttons on the right side of the keyboard (namely , . / '). The views are: True View -- first person view, even with lightsaber: Action View -- closer to character and without reticle: Camera View -- third person, fixed point camera view: And of course there's the game's Default View (further away, with the reticle) to easily switch back to: These would work on online servers as well (on the client side). Would anyone be interested in seeing this released? Do you have any critical feedback to share or comments/suggestions for improvement/features? MrHeisenberg likes this
Daedra Posted August 15, 2015 Posted August 15, 2015 I'm working on a coding/scripting project based on some of my personal tweaks that adds three new player view options to the Multiplayer game, activated by four buttons on the right side of the keyboard (namely , . / '). The views are: True View -- first person view, even with lightsaber: Action View -- closer to character and without reticle: Camera View -- third person, fixed point camera view: And of course there's the game's Default View (further away, with the reticle) to easily switch back to: These would work on online servers as well (on the client side). Would anyone be interested in seeing this released? Do you have any critical feedback to share or comments/suggestions for improvement/features? Looks amazing! Please could you try to add the First Person Saber into Single Player.. that would be incredible
Cerez Posted August 15, 2015 Author Posted August 15, 2015 Please could you try to add the First Person Saber into Single Player.. that would be incredible I think there is already a mod for that, isn't there?
Daedra Posted August 15, 2015 Posted August 15, 2015 I think there is already a mod for that, isn't there? Yes but it unfortunately sucks.. I have no doubt yours would be at least 3 times better.
Daedra Posted August 15, 2015 Posted August 15, 2015 How so? It requires using a specific model that has invisible parts and the crappy camera angle makes you see the cuts of the model. It honestly is not good at all. But from the look of your screenshot it looks alot cleaner and overall better
Cerez Posted August 15, 2015 Author Posted August 15, 2015 Well, in my case you don't have a body -- just like in first person with a gun in the game. It can be adjusted to show a semi-transparent body, for example (though this doesn't look nice with every player model), but by default I thought it would be best to keep the view clean: just your lightsaber blade and you. The only downside is that we don't get the hilt showing while you're holding the saber -- but it does show if you throw it.
Cerez Posted August 16, 2015 Author Posted August 16, 2015 @, I had a brief look into the SP code and the SP game is actually missing a player model opacity setting in its current implementations, so coding a first person view into it would be a whole lot more complicated. That SP True View mod that currently exists is actually really well done as far as the retail/base game allows.
Cerez Posted August 16, 2015 Author Posted August 16, 2015 An update on this: on careful inspection, and with a few practical tests, I may have found a different way to accomplish this (a clear first person lightsaber view) in the singe-player game mode. I will need to write a more advanced script to handle it, though, and the hilt will show in SP. Edit: It may also be possible to create generic male and female hands to go with the lightsaber, but I think I'll reserve that for a later release of the mod. Also, there's the question of how that would look with a Rodian or Kel'dor Jaden... Daedra likes this
Circa Posted August 16, 2015 Posted August 16, 2015 This will be a feature in JKE for SP. Try this: http://jkhub.org/topic/2480-sp-customisation-stuff/?view=getnewpost I think @@redsaurus is releasing it soonish. You can download a beta towards the end of that thread. I think a MP mod would be worth releasing Cerez! Cerez likes this
Cerez Posted August 16, 2015 Author Posted August 16, 2015 Thanks @@Circa. That's good, because it looks like I've just hit a dead-end with my SP approach/method... I'll check this out in a few days when my Internet is normal again. @@redsaurus, did you make any modifications/adjustments to the OJP True View source? Is there an option to not have the player model obstruct the view? (I haven't seen how OJP handles this...)
redsaurus Posted August 16, 2015 Posted August 16, 2015 I made a few adjustments, but only to make it work in SP. You can try it (download from #243 ), but you'll probably want to make sure that you've turned on trueview sabers in the menu. Cerez likes this
Cerez Posted April 9, 2016 Author Posted April 9, 2016 Hooking this thread in for latest developments. It looks like we may have a release candidate.
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