Titan Quest Wiki
Advertisement

After completing the second tutorial, you should have a working rebirth shrine, but no monster to kill you in order to test if it works. After completing this tutorial, you should have a working custom monster to complete that task.

Modifying a Monster[]

Importing Record[]

  1. Open Art Manager and select mod A1.
  2. Select Mod-Import Record and go to records-creature-monster-shadowstalker-um_shadowstalker_24.dbr
  3. Click ok
    GS38

  4. Click the Database tab and find this record.
  5. Right click and rename it to Simon.dbr
  6. Copy and paste it to the directory records-A1ScrollinsTut.
  7. Finaly delete the old record if you want.

Changing the Record[]

  1. Double click the monsters record. The Editing Record menu will come up.
    GS29

    From this menu you can change everything about this monster.
  2. Click the word Header on the left.
    GS30

    The most important thing here and possibly the only important thing here is the Class.
  3. Click Monster Parameters on the left.
    GS41

    The two important ones here are controller and monsterClassification. The controller is also a object that is importable but for now lets just stick with this object. If you want to edit something click the monsterClassification field and change it around.
  4. Click Character from the left
    GS31

    Here we can change alot of things but its best to only change what you know you need to. If you go changing everything then it might not work right in game. To change something double click the field and enter a new number or word.
  5. Change the following fields to match.
    • charLevel 1
    • experiencePoints 1000
    • handHitDamageMin 5
    • handHitDamageMax 10

    GS32

  6. Find and select Character Bio from the left.
  7. Expand Character Parameters and select Character Bonus Attributes.
  8. Change the following.
    • characterStrength 20
    • characterDexterity 20
    • characterIntelligence 20
    • characterLife 5
    • characterMana 20

    GS34

  9. Before we build and place our monster lets change its Actor Variables.
  10. Select Actor Variables from the left and change the following.
    • description tagmycustommonster01
    • scale 3.0

    GS35

  11. Select File Save and close the Editing screen.
  12. Right click the top folder in your database and select build.

Modifying Name[]

In order for its custom name to show up we need to add that tag to our ModStrings.txt

  1. In the Art Manager, select the Sources tab
  2. Expand the folders to source-Text-ModStrings.txt
    GS36

  3. Double click ModStrings.txt to edit it
  4. Add tagmycustommonster01=Simon
  5. Save and close the file.
  6. Right click ModStrings.txt
  7. Select Auto Create Assets.
    GS37

  8. Select Build-Build to build everything you edited.
  9. Close the Art Manager

Placing the Monster[]

  1. Open the World Editor
  2. select your mod A1: Mod - Select - A1.
  3. Select the region and swith to editor mode
  4. Find your custom shadowstalker object
  5. Place it in your level.
    GS39

  6. Save all and close the editor.

Building and Testing[]

  1. Open the Art Manager and select mod A1
  2. Select build-build your
  3. Close the Art Manager and test the mod in-game

(Note he might spawn with a life leach weapon this is editable under Initial Equipment)

Other Info[]

There are many other fields to edit for objects this is just a simple example of how to edit some of its base stats.
Using this technique of importing items then moving them and renaming them and editing them you can create any type of custom objects including items, skills, creatures, quest objects.

Next[]

In the last and final tutorial, we will explore NPC's, quests, and dialogues.

Advertisement