Botdra Posted April 20, 2013 Posted April 20, 2013 Howdy. Had a couple jetpack mods I wanted done, but my modding abilities are in other areas, and this is outisde my area of expertise. 1) Unlimited jetpack. Pretty self-explainitory. I imagine some small scripting would get the job done?2) New jetpack model(s) using one from the JangoVM or BobaVM packs? Obviously permission would need to be given first, and then just replace the model with the VM version(s) I'm guessing? Doesn't sound hard in theory but I could be wrong. Thanks for reading.
Agent Jones Posted April 26, 2013 Posted April 26, 2013 You can have the unlimited jet in MB2 Full Authentic mode by adding some classflags. There are also new jetpack models in mb2
Botdra Posted April 26, 2013 Author Posted April 26, 2013 Yes, but I'm looking for these to be standalone mods. Any tips on how to make that possible? I'd rather not just copy/paste from the MBII assets either.
eezstreet Posted April 27, 2013 Posted April 27, 2013 #1 - remove jetpack fuel drain from code#2 - isolate jetpack and remove it from the model. Retag the model.
Botdra Posted April 27, 2013 Author Posted April 27, 2013 #1 - remove jetpack fuel drain from code#2 - isolate jetpack and remove it from the model. Retag the model. #1 - Mmmm, a bit more complicated than I thought. If I found it in the code wouldn't I have to release the mod in a .pk3 that has the whole code in it just so I can change one parameter?#2 - Is this something I can do by editing some .txt files or do I need a modeling program?
ChalklYne Posted April 27, 2013 Posted April 27, 2013 sorry if this is dumb... but couldnt u just make a jetpack model... rig it as a vehicle... and edit the .veh file to get it to fly so its just a vehicle?
AshuraDX Posted April 27, 2013 Posted April 27, 2013 hm interesting idea but I doubt that'd work animation wise@@ChalklYne we should try that someday buddy....
eezstreet Posted April 27, 2013 Posted April 27, 2013 sorry if this is dumb... but couldnt u just make a jetpack model... rig it as a vehicle... and edit the .veh file to get it to fly so its just a vehicle?Yup. Controls would be screwy though
ChalklYne Posted April 27, 2013 Posted April 27, 2013 awesome. i will dabble with that on my off time in between all this other crap im sure with the pitch and yawspeed and things like that i can get it moderately controllable
Botdra Posted April 27, 2013 Author Posted April 27, 2013 #1 - yes#2 - modelling program required #1 - And would that be rather large? And how easy would it be to do?
minilogoguy18 Posted April 28, 2013 Posted April 28, 2013 As a vehicle I don't think it would work very well since there isn't a vehicle that behaves in a way in which something like say a helicopter behaves where it travels up and down. Another huge hurdle would be the driver, it wouldn't show the model and if it did he'd be in the root pose since the only vehicle class that will show the model of the pilot is the tauntaun class. You'd have a jetpack that flew like an x-wing and had an invisible player controlling it. Better to just make a new model and fix the missing model for when the jetpack is dropped and yes, it's already possible in lugormod to have the jetpack as a droppable item that anyone can use, it's just missing a model that shows it in world so it appears as a rgb colored transform gizmo.
eezstreet Posted April 28, 2013 Posted April 28, 2013 #1 - And would that be rather large? And how easy would it be to do?All of removing one line of code: ent->client->ps.jetpackFuel -= amount; I'm paraphrasing here of course.
Botdra Posted April 28, 2013 Author Posted April 28, 2013 All of removing one line of code: ent->client->ps.jetpackFuel -= amount; I'm paraphrasing here of course. Right, so the only issue would learning to understand the code first, heh. Oh well... perhaps another day. Cheers man.
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