crossed99 43 Posted August 11, 2021 Share Posted August 11, 2021 (edited) 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, 2021 by crossed99 Quote Link to comment Share on other sites More sharing options...
LMS 673 Posted August 11, 2021 Share Posted August 11, 2021 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. 1 Quote Link to comment Share on other sites More sharing options...
Dutch Van Der Linde 3 Posted August 11, 2021 Share Posted August 11, 2021 I know with rampage trainer you can make spawned NPC'S interactable under "spawner settings" but thats on nexus mods 1 Quote Link to comment Share on other sites More sharing options...
crossed99 43 Posted August 11, 2021 Author Share Posted August 11, 2021 (edited) 2 hours ago, 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.) 43 minutes ago, 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, 2021 by crossed99 Quote Link to comment Share on other sites More sharing options...
MicahBellSucks 1 Posted August 16, 2021 Share Posted August 16, 2021 On 8/11/2021 at 4: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" Quote Link to comment Share on other sites More sharing options...
MicahBellSucks 1 Posted August 27, 2021 Share Posted August 27, 2021 Still nothing, it works with LMS's trainer but not on Rampage. On 8/11/2021 at 4: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 Quote Link to comment Share on other sites More sharing options...
crossed99 43 Posted August 27, 2021 Author Share Posted August 27, 2021 6 hours ago, 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. Quote Link to comment Share on other sites More sharing options...
Dutch Van Der Linde 3 Posted August 28, 2021 Share Posted August 28, 2021 (edited) Check the newest version its under spawner - peds - spawn settings - make interactable Edited August 28, 2021 by Dutch Van Der Linde Quote Link to comment Share on other sites More sharing options...
crossed99 43 Posted September 13, 2021 Author Share Posted September 13, 2021 (edited) 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, 2021 by crossed99 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.