Jump to content

Modification of npc in missions.


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...