Droidy365 Posted December 22, 2017 Share Posted December 22, 2017 Hello, I was wondering if someone could get most of the suitable map_objects from Base JKA and make them playable in Multiplayer. Similar to what this mod does, but having it work in MP as well. Something else that would be good is a Prop Rotation Lock feature. Eventually, I'd like to make this into a Siege/MB2 style thing, (sort of) where there are (obviously) two teams: Props/Hiders and Hunters/Seekers. Props/Hiders would have:A DEMP 2 (Low ammo)A Blaster Pistol10 Laser TrapsMeleeMind Trick 2Jump 3Protect 3Speed 2Heal 1Sense/Sight 3100 Health20 ArmourHunters/Seekers would have:A LightsaberA Disruptor (High Ammo)Jump 1250 HealthIf a Hunter/Seeker kills a Prop/Hider, the killed player will swap teams. If a Prop/Hider kills a Hunter/Seeker, they will respawn after 10 seconds. You know how it works.I'm not sure if the Prop/Hider should be able to change to a different prop after they've been seen or not.Please let me hear your ideas and comments about this idea. Feel free to comment your own ideas, or (preferably) help out with the modelling (and maybe even menus and other stuff). Thanks a million. Smoo likes this Link to comment
AshuraDX Posted December 23, 2017 Share Posted December 23, 2017 @@Milamber are you lurking around?Iirc you had something like that in the making. Link to comment
TheWhitePhoenix Posted December 23, 2017 Share Posted December 23, 2017 Wait, like Garry's Mod...? Link to comment
Circa Posted December 23, 2017 Share Posted December 23, 2017 Yes. Or the other dozens of games that have done it as well. Link to comment
Droidy365 Posted December 24, 2017 Author Share Posted December 24, 2017 Wait, like Garry's Mod...?Yes, this idea is very much like GMod's Prop Hunt, as well as other games. I'm honestly surprised that this has never been done for this game before. Link to comment
Milamber Posted December 24, 2017 Share Posted December 24, 2017 Yeah I made this: https://github.com/Milamber0/TarasciiMadness It's not quite prophunt, it's based on "Suicide Barrels" from garry's mod. It's functional as a gamemode, just has an annoying bug where the server will keep poking people to download the client plugin, even if they have it. Should be an easy enough fix. It already implements controlling 1 specific prop so you could take that from it at least and expand upon it. PreFXDesigns and Smoo like this Link to comment
Droidy365 Posted April 8, 2018 Author Share Posted April 8, 2018 Imma bump this in a productive way: What does this error mean? EDIT: Ok, I just added the armature modifier, but I've still got this: Link to comment
Langerd Posted April 8, 2018 Share Posted April 8, 2018 Imma bump this in a productive way: What does this error mean? EDIT: Ok, I just added the armature modifier, but I've still got this: Now on the right select object and select the skeleton. The one in the modifier with orange box Also you need to weight the model to the skeleton to make it work. In this case you need the weight whole mode to just one bone. Droidy365 likes this Link to comment
Ramikad Posted April 8, 2018 Share Posted April 8, 2018 Imma bump this in a productive way: What does this error mean? EDIT: Ok, I just added the armature modifier, but I've still got this: Enter Edit Mode, select all vertexes of that mesh, go to Object Data, then Add a new vertex group to the active object, name the newly created Group after the bone you want to link the object to (since it's a prop, I'm assuming it doesn't have to be anything aside from moving around) and click Assign. Repeat for all meshes. Link to comment
the_raven Posted April 8, 2018 Share Posted April 8, 2018 I haven't played this in Garry's mod (never even understood how people played it online). Is what you want to make similar to CTF, but with only one flag, and 'props' instead of flags? Link to comment
Droidy365 Posted April 8, 2018 Author Share Posted April 8, 2018 I haven't played this in Garry's mod (never even understood how people played it online). Is what you want to make similar to CTF, but with only one flag, and 'props' instead of flags?No, it's more of a Hide 'n' Seek game, as the title and the original post would suggest. Enter Edit Mode, select all vertexes of that mesh, go to Object Data, then Add a new vertex group to the active object, name the newly created Group after the bone you want to link the object to (since it's a prop, I'm assuming it doesn't have to be anything aside from moving around) and click Assign. Repeat for all meshes.Ok, I did that, and I got this mess: Link to comment
Ramikad Posted April 8, 2018 Share Posted April 8, 2018 No, it's more of a Hide 'n' Seek game, as the title and the original post would suggest. Ok, I did that, and I got this mess: I think that's what happens when you try to export something in Edit Mode, if my memory serves me well: try going back to Object Mode before exporting. Droidy365 likes this Link to comment
Droidy365 Posted April 8, 2018 Author Share Posted April 8, 2018 I think that's what happens when you try to export something in Edit Mode, if my memory serves me well: try going back to Object Mode before exporting.Ok, it's exported, but it didn't like it when I tried it out ingame: Link to comment
AshuraDX Posted April 8, 2018 Share Posted April 8, 2018 Ok, it's exported, but it didn't like it when I tried it out ingame: you can not use playermodels that are not weighted to the _humanoid skeleton in Multiplayer, without a code change. Link to comment
Droidy365 Posted April 8, 2018 Author Share Posted April 8, 2018 you can not use playermodels that are not weighted to the _humanoid skeleton in Multiplayer, without a code change.But that's what I've been attempting to do - That is actually the _humanoid skeleton, so I have no idea what's gone wrong. Link to comment
AshuraDX Posted April 8, 2018 Share Posted April 8, 2018 @@Droidy365 huh, okay. Did you delete any bones from your scene before exporting? Does it open in Modview? Link to comment
Droidy365 Posted April 8, 2018 Author Share Posted April 8, 2018 @@Droidy365 huh, okay. Did you delete any bones from your scene before exporting? Does it open in Modview?I don't remember deleting anything that I shouldn't have...And yes, it opens just fine in ModView.It works in Single Player too, but the animations look ridiculous Link to comment
Milamber Posted April 8, 2018 Share Posted April 8, 2018 If your goal is to only turn all the map objects into player objects you'll still have issues with things like the crosshair changing color and position when hovering over the player hiding as the prop. You'll need code changes, and solving this issue of having players as props is better done in code than with custom models. Droidy365 likes this Link to comment
Droidy365 Posted April 8, 2018 Author Share Posted April 8, 2018 If your goal is to only turn all the map objects into player objects you'll still have issues with things like the crosshair changing color and position when hovering over the player hiding as the prop. You'll need code changes, and solving this issue of having players as props is better done in code than with custom models.Sadly, I don't know the first thing about coding - if there's any way I can do this without writing code, I'll probably do it. At the moment, I'm only planning on converting a few map objects. As for the crosshairs, I'd imagine I'd be able to make them invisible so that you can't turn them on at all.Now, if there is someone that would be willing to write code for this or convert a few models, that would be great Link to comment
Droidy365 Posted April 9, 2018 Author Share Posted April 9, 2018 I've found a solution for the props' animations - I just need to make them use a T-Pose and they look just fine. The real question - How do I do this without screwing up the Hunter's animations? Should it just be a saber?I still need to get it to work in Multiplayer. Link to comment
Droidy365 Posted October 7, 2018 Author Share Posted October 7, 2018 I finally found a solution: Vehicles! They can use custom animations, they work in MP, and they don't require much effort! Jeff and Psyk0Sith like this Link to comment
Droidy365 Posted October 8, 2018 Author Share Posted October 8, 2018 Not to mention that it solves the camera problem. You can look around without the Prop moving with the camera. Link to comment
ZanderNao Posted October 10, 2018 Share Posted October 10, 2018 I am so glad! The vehicle fix is a nice idea! Keeps it simple. Droidy365 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