NumberWan Posted July 6, 2014 Posted July 6, 2014 I see a Surrender command, which is set to unlikely. Does that affect, how NPCs act when they are pushed, deprived of their weapons and/or have small health? usually they stand in front of you with their hands up, and sometimes try to run away from you. What do they do, when surrender is set to unlikely? therfiles likes this
therfiles Posted July 6, 2014 Author Posted July 6, 2014 @@NumberWan: In a nutshell, that's what I'm going for. I'm not a coder, so I don't know the specifics of the command, but unlikely sets g_surrender (?) to 0, which is the default. This means that they wont ever surrender, really, when they have no weapon or are outnumbered. When set to moderate, or likely, the the npcs surrender much more easily, dropping their weapon and raising their hands. I think it's a bit overboard, so that's why I included moderate and likely, however, I really don't know how the cvar works (level wise) so I can't be sure as to how likely it really is.
Futuza Posted July 7, 2014 Posted July 7, 2014 little concept ide I came up with for jkg some time ago. But it didnt fit int to the game at allSo if you want something like this I can give you the files for it :-)It's not that it didn't fit, it's more like, we just didn't have time to work on it in light of more important things. Wouldn't a scrolling list of npcs work better/fit better on the screen then just a massive list spanning multiple columns? therfiles likes this
therfiles Posted July 7, 2014 Author Posted July 7, 2014 @@Darth Futuza: Great idea, but it just isn't possible in SP without coding. The scrollboxes (defined as "listboxes") use predetermined inputs, so I can't just make my own scrollable list, unfortunatly. However, that is a great idea, just impossible
Futuza Posted July 7, 2014 Posted July 7, 2014 @@Darth Futuza: Great idea, but it just isn't possible in SP without coding. The scrollboxes (defined as "listboxes") use predetermined inputs, so I can't just make my own scrollable list, unfortunatly. However, that is a great idea, just impossible Awwww... therfiles likes this
therfiles Posted August 7, 2014 Author Posted August 7, 2014 Development stalled a bit and I'd hate for you guys to wait for this. So, I released V1 today! Enjoy! https://jkhub.org/files/file/2018-npcsp/ Agent Jones, Boothand, Bek and 4 others like this
therfiles Posted August 8, 2014 Author Posted August 8, 2014 Thanks for all of your feedback guys! I caught a few bugs and released v1.1 today! I also added custom npc spawning! This allows you to add your own npcs (lets say a Darth Maul npc you downloaded, or a cool stormtrooper npc you made) to the menu. Observe: You can add up to 12 custom NPCs, and the menu will automatically hide any entrys you aren't using! Omicron, Circa, Onysfx and 1 other like this
therfiles Posted August 10, 2014 Author Posted August 10, 2014 @@Omicron: Sorry bro! So progress on V2 is very exciting! Just got the system up and running in a bare bones sort of way today. You can now spawn an NPC with any weapon you like. For instance, I've been spawning Jedi npcs with Tusken Raider Rifles. Can't wait to expand on the concept and get it to work! If anyone is having any trouble getting 1.1 to work, please PM me! I'd love to help! I'll probably also need some beta testers for V2...if you are interested, please respond to this thread! Thanks so much! Boothand, Omicron and Bek like this
therfiles Posted August 10, 2014 Author Posted August 10, 2014 So it begins... Omicron, Stoiss, Lancelot and 1 other like this
Lancelot Posted August 10, 2014 Posted August 10, 2014 Well, THAT is totally awesome ! therfiles likes this
Stoiss Posted August 10, 2014 Posted August 10, 2014 i see you use Mp maps, will you support MP also with this Ui tool ?
therfiles Posted August 10, 2014 Author Posted August 10, 2014 Um I use mp/ffa1 for all testing, it's kinda freaky actually. I have the command devmap mp/ffa1 embroiled in my mind and I can type it and execute it before the game even starts lol. I'd love to support MP, and maybe I can adapt it for MP in a basic way (only the spawn commands are available, no way to kill, control, or player model) and you can't run scripts so Advanced mode won't work. That's why it's NpcSP because SP has a lot more flexibility when it comes to incorporating ICARUS and doing NPC stuff with console commands. I could make a NpcMP though...poke me when V2 is done. I'm working really hard and my goal is to have v2 out next week before school starts, so I can finish while I still have time and motivation.
Stoiss Posted August 10, 2014 Posted August 10, 2014 Hmm is Openjk not totaly Updated wtih the ICARUS stuff so it would be possible ?
therfiles Posted August 10, 2014 Author Posted August 10, 2014 I just don't think you spawn an NPC with a name "npc spawn jedi npcsp_jedi" run scripts that affect NPCs, etc. I'm not sure...@@eezstreet: are there any ICARUS fixes?
therfiles Posted August 10, 2014 Author Posted August 10, 2014 Implemented Primary and Secondary weapon support today. This allows the NPC to use two weapons. He/She will use the Primary weapon, but when startled, hurt, or when a victory is achieved, the NPC will take a 1/3 chance to switch to Secondary, and then a 1/3 to go back. It's pretty awesome. It just adds a whole new demention to the battle. DarthStiv and Circa like this
therfiles Posted August 11, 2014 Author Posted August 11, 2014 I think I may add some more beahvior options, but it's almost done! Jolly, swegmaster, Onysfx and 5 others like this
Stoiss Posted August 11, 2014 Posted August 11, 2014 you should do a video to show you work i know it can be dl but still like to see one therfiles and Śăļvõö like this
therfiles Posted August 11, 2014 Author Posted August 11, 2014 Sure! You mean like an ingame demonstration or one of those timelapsey things? I really want to make an epic trailer for v2...so that could happen! DarthStiv likes this
morgwin Posted March 21, 2015 Posted March 21, 2015 Fantastic mod, I have a idea for behaviors, perhaps when combat begins the friendly AI could stop following so they can chase the enemy more efficiently. therfiles likes this
Bek Posted April 13, 2015 Posted April 13, 2015 i hope i find this modhttp://jkhub.org/files/file/2018-npcsp/ therfiles likes this
therfiles Posted August 24, 2015 Author Posted August 24, 2015 Hey friendos! Version 2 is finally upon us and I was wondering if anyone wanted to help me test it out. This version is incredibly complex with so many moving parts (thousands of lines of UI and scripting code) and I would love this launch to go smoothly. Please reply here or feel free to hit me up with a PM if you are interested! Lancelot likes this
Lancelot Posted August 24, 2015 Posted August 24, 2015 Hey friendos! Version 2 is finally upon us and I was wondering if anyone wanted to help me test it out. This version is incredibly complex with so many moving parts (thousands of lines of UI and scripting code) and I would love this launch to go smoothly. Please reply here or feel free to hit me up with a PM if you are interested! therfiles and Onysfx like this
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