Posted August 11, 20213 yr Anyone know how to make spawned peds have the greet & insult promts when you target them? I thought it would be this native but didn't seem to do anything on it's own: SET_PED_CAN_USE_AUTO_CONVERSATION_LOOKAT Thanks! Edited September 13, 20213 yr by crossed99
August 11, 20213 yr I think those are only attached/shown if the ped is not a mission ped, i.e. you need to set it as no longer needed first. If that is not desirable, maybe if you use SET_PED_CONFIG_FLAG with PCF_GiveAmbientDefaultTaskIfMissionPed it brings back those prompts, but that is a big guess on my end.
August 11, 20213 yr I know with rampage trainer you can make spawned NPC'S interactable under "spawner settings" but thats on nexus mods
August 11, 20213 yr Author On 8/11/2021 at 7:33 PM, LMS said: I think those are only attached/shown if the ped is not a mission ped, i.e. you need to set it as no longer needed first. If that is not desirable, maybe if you use SET_PED_CONFIG_FLAG with PCF_GiveAmbientDefaultTaskIfMissionPed it brings back those prompts, but that is a big guess on my end. Ahh... after some quick testing, I couldn't make the SET_PED_CONFIG_FLAG one work, but it seems like I can make them temporarily "no longer needed" while I'm targeting them, so it works that way. ( Assuming making them mission entities again afterwards will keep them around.) On 8/11/2021 at 9:24 PM, Dutch Van Der Linde said: I know with rampage trainer you can make spawned NPC'S interactable under "spawner settings" but thats on nexus mods I'll take a look, maybe It'll give me an idea how to properly do it. Thanks both of you! ^^ Edited August 11, 20213 yr by crossed99
August 16, 20213 yr On 8/11/2021 at 9:24 PM, Dutch Van Der Linde said: I know with rampage trainer you can make spawned NPC'S interactable under "spawner settings" but thats on nexus mods How exactly do you do this? I can't find any option in "spawner settings"
August 27, 20213 yr Still nothing, it works with LMS's trainer but not on Rampage. On 8/11/2021 at 9:24 PM, Dutch Van Der Linde said: I know with rampage trainer you can make spawned NPC'S interactable under "spawner settings" but thats on nexus mods
August 27, 20213 yr Author On 8/27/2021 at 4:19 PM, MicahBellSucks said: Still nothing, it works with LMS's trainer but not on Rampage. I didn't find the option either, but I only checked my really old version, figured it might be in newer versions, but haven't got around to check yet, so I don't know.
August 28, 20213 yr Check the newest version its under spawner - peds - spawn settings - make interactable Edited August 28, 20213 yr by Dutch Van Der Linde
September 13, 20213 yr Author In case someone comes across this, the prompts come up if you turn off config flag 130, whatever that is, though I don't know if there are any side effects: PED::SET_PED_CONFIG_FLAG(ped, 130, 0); Edited September 13, 20213 yr by crossed99
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.