eezstreet Posted September 10, 2012 Posted September 10, 2012 The idea is that you have the core of the system being one DLL file, and then various plugins which are made with an SDK which serve as plugins to your JAMod system. You can then configure the plugins and the system via an INI file, allowing you to further customize the game. My question is, if I made such a system, would anyone be interested? Some of the available plugins at launch: - Weapon Mod System (externalizes damages, etc)- Saber Mod System (disables some special moves and allows for modifiable damage)- CVar unlocker (unlocks all cvars)- script_targetname fixer (changes the script_targetname of the player from "player" to anything you want)- Galak Fix- JK2 Waypoint Fix- More.. Fighter, Sentra and therfiles like this
AradorasXeon Posted September 10, 2012 Posted September 10, 2012 I like the idea, and i would be interested in it
eezstreet Posted September 10, 2012 Author Posted September 10, 2012 I'd need a pretty sizeable opinion on the matter before I can set such a project in stone (although the core system is done, a lot of the plugins and the SDK is not)
ChalklYne Posted September 10, 2012 Posted September 10, 2012 im totally for it. even tho im not fully understanding... is it something like being able to add lua or something to the existing engine? sorry im code n00b
eezstreet Posted September 10, 2012 Author Posted September 10, 2012 It's a set of plugins that you download and ship with your mod. Or, you can make your own custom plugins and submit them (hardcore reverse engineering experience required atm). Making Lua in SP is not a bad idea for a plugin though.
therfiles Posted September 10, 2012 Posted September 10, 2012 - Weapon Mod System (externalizes damages, etc) Who wouldn't want this? Us SP modders will drool over this! - CVar unlocker (unlocks all cvars) Seems cool...can you give an example of a 'locked' cvar? It seems like there is a workaround for most of them, at least the ones I know. - Saber Mod System (disables some special moves and allows for modifiable damage) For sure. Could we add moves too? - script_targetname fixer (changes the script_targetname of the player from "player" to anything you want) I don't exactly see how this is useful... - Galak Fix Always good to have some more NPC types to work with. - JK2 Waypoint Fix Haven't muddled to much with waypoints...sounds good, though. - More.. More! Force power modding. Adding displays to the weapon huds and forcepower huds. Move the position of things in the hud that are hardcoded. (things like the weapon selecting - you use scroll for it) Very excited! AradorasXeon likes this
eezstreet Posted September 10, 2012 Author Posted September 10, 2012 Seems cool...can you give an example of a 'locked' cvar? It seems like there is a workaround for most of them, at least the ones I know.There's literally dozens of UI and test cvars which aren't shown by the game due to them being hardcoded as ROM. The engine interface already makes it easy to add new cvars on the fly. For sure. Could we add moves too?I don't know any way which this would work out, save for some really weird file formatting. I don't exactly see how this is useful...All of the JK2 scripts are targetted at "kyle" instead of "player", and therefore most of the scripts in JK2 don't work. Always good to have some more NPC types to work with.Actually, the NPC type wasn't bugged, Raven just moronically left the NPC entity blank for no reason (it's okay anyway, it's just another simple NPC entity with nothing really fancy added to it. more of a macro than an actual entity) Haven't muddled to much with waypoints...sounds good, though.JK2 has more waypoint entities than JKA does..for some reason. More! Force power modding. Adding displays to the weapon huds and forcepower huds. Move the position of things in the hud that are hardcoded. (things like the weapon selecting - you use scroll for it)Force power modding would have to be tailored to the actual change (force repulse? sure.) or completely rescripted in their entirety in order to be remotely usable by the modder. Not very cost effective I'm afraid.As for the HUD, that is a possibility, yes. I tried to get the JK2 beeper thing for the datapad working again and all the objectives to be working properly but the HUD code just doesn't like me. There was a fun little comment in the code for the datapad though, and it kinda made sense why they got rid of it.As for other HUD stuff, we'll see. It will most likely rely on how much scripting stuff I can put into the game. therfiles likes this
ChalklYne Posted September 11, 2012 Posted September 11, 2012 is there a way to exec .bat files from jka? and if not would u be able to incorporate something like that?
eezstreet Posted September 11, 2012 Author Posted September 11, 2012 You can't change out PK3s ingame. The PK3s get loaded whenever a map gets loaded (you'd have to do a vid_restart for this, and the cvar unlocker would do the same thing...just make a script that goes "set fs_game "blah";vid_restart" and it should work.) I don't know why you would want to change them out ingame anyway. That's just me.
ChalklYne Posted September 11, 2012 Posted September 11, 2012 i was thinking if u maybe wanted to have more weapons. like.. umm.. more guns i guess i mean. like. what if u wanted to use the physics of the e-11 blaster on more than one gun model, that way u can have tons of "different" guns to swap from. but if u gotta restart theres no point. sorry dude
eezstreet Posted September 11, 2012 Author Posted September 11, 2012 There's not much I can do about that. The limit could possibly be raised in engine, but as far as full fledged replacements go, that would be tough.
ChalklYne Posted September 11, 2012 Posted September 11, 2012 yeah. hey what about adding new breakable style in the func_breakable portion of gtkradiant. u know how u get glass, i think stone, metal..ropebreak... maybe is there a way we can have more of those? i like to make nice breakable stuff in my maps and i need the option of making more breakable styles instead of modding the base ones
eezstreet Posted September 11, 2012 Author Posted September 11, 2012 Maybe. We'll see. Again, a lot of this depends on how much time I have with JKG (ogod desk going to be filled with bug reports at launch I bet..)
Darth_Bothersome Posted September 21, 2012 Posted September 21, 2012 Eez, this could be very helpful for tons of SP modders. I'm sure the folks over at Jumansoft would love to have it, and plenty of other TC mods. Heck, this could probably help you with Galaxies. I know that Galaxies is probably consuming a lot of your time, but if you ever get around to this, I'll be first in line to download.
ChalklYne Posted September 21, 2012 Posted September 21, 2012 wait, so its not like modifying the SP code, cuz u have a whole new core? im not good with coding, but in lamens, is it like that? kind of working around the no SP code, by creating a whole new Sp engine? or more like adding coding to the existing engine? sorry im code n00b
eezstreet Posted September 22, 2012 Author Posted September 22, 2012 wait, so its not like modifying the SP code, cuz u have a whole new core? im not good with coding, but in lamens, is it like that? kind of working around the no SP code, by creating a whole new Sp engine? or more like adding coding to the existing engine? sorry im code n00bIn layman's terms, you're replacing bits and pieces of the core with code that you've written yourself. Usually whole functions, etc.
afi Posted September 22, 2012 Posted September 22, 2012 It would be awesomesauce if you could make the SP hud editable (so people could add their own stuff to it) therfiles likes this
therfiles Posted September 22, 2012 Posted September 22, 2012 It would be awesomesauce if you could make the SP hud editable (so people could add their own stuff to it) This.
Delta_135 Posted September 22, 2012 Posted September 22, 2012 It would be awesomesauce if you could make the SP hud editable (so people could add their own stuff to it) i've always wanted hud were the health goes down instead of just fade outi just find it annoying for some reason...
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