matiasfett Posted March 22, 2022 Share Posted March 22, 2022 Is there any way to modify the quests and add extra npc to them? Without you already being in the game and having to add them separately Link to comment
mrwonko Posted March 22, 2022 Share Posted March 22, 2022 Yes, it's called Entity Modding and there should be multiple tutorials about it on this website. Link to comment
NumberWan Posted March 25, 2022 Share Posted March 25, 2022 Adding new NPCs to an already existing map might be a bit tricky. Editing the values of the already placed characters and their actions (as well as scripts in the map in general) is perhaps far easier. If NPC has a NPC_targetname in the map (those in cutscenes definitely have unique names), then you can change them via a script, already used in the map. You'll have to use Behaved for that, to edit TXT files, but most original JO/JA scripts are in IBI format, so you'll have to use a decompiler fro that. You can find one such utility right here. Thus you would be able to edit a TXT file with Behaved and the compile it again (and place into a new pk3 inside a base folder). You can even make new scripts and make original ones play them in the map. You can read more about scripting here. 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