Looking forward to creating my own series of quests. I have one i want to start building for the Crypts around the burial cave ( first mission really in grim dawn) but i need some help on the following.
How to properly load the modding tools to allow me to see the terrain and not just a black background.
How do i aim a quest location on the map for the front of a door (say to a crypt)
How do we do progressive quests, first part the player enters the crypt. (thats ticked off) then the player has to clear (kill x amount of mobs inside) then clear and kill 3 heroes then boss.
I’m going to write a “Hello World” example that gets the basic mod tools in use and post about it today. I managed to get a mod loaded last night but I haven’t slept since then so my writing skills are poor at best atm.
Follow the tutorial pdf, you can’t skip chapter 1 which is extract the terrain and other data from the game.
It is a data type, as described on page 26 of the manual. Also see manual Page 40, Page 55+, the purple text on page 29, etc. Quests are a big concept that is more than 2 sentences and a button.
Set and check for the status of player tokens in your LUA scripts and DBR files. The tokens could be sequential or concurrent.
All the buttons. Programming. The entire enchilada. Try focusing on something smaller first?
I had mentioned in another thread that this can be done by loading the world001.map as a world001.wrl into a newly created mod (placed in Maps or Levels folder). However it is only useful for examining purposes until said decompiler is released.
Ok, we get the quest, the quest giver gives the blah blah (working on the text later tonight) he says head over to CryptA. Now first part of quest tasks are.
Investigate the Crypt,
Enter the Crypt.
OnAccept,
Objectives,
OnComplete
Now how do i link where to go and how to link it straight into the next Task within the quest series, go forth and kill x mobs on levels1,2,3, then heroes, boss. ( guide says, use CompleteQuest Task > BeginQuest Task, )
Do i need to just use the ID for the quest itself or names?
Okay got most of it done, but working on the world editior. Has anyone got the editor to load the texture resources correctly, as i cant seem to find the paint options to do grass, rock etc.
To make things less complicated starting out, make sure in the Asset Manager under Tools/Options all three directories are set to:
C:\Program Files (x86)\Steam\SteamApps\common\Grim Dawn
This is also where the game files should also be extracted to.
I have tried the default settings on all 3 options, it seems the Editor is doing something wierd as its creating a new folder for my mod elsewhere and i cant see to move that folder inside, keeps crashing.
I have tried to find some thing in the world editor to allow me to " move " this directory to rorschachrev’s idea of creating C:\GDMod\mod
ameofmod directory but Editor crashes out.
even though i have me " asset manager located at c:\GDmods.
But i will move the database/resource files over to the location of me world just now see if this helps.
OMG ! AT LAST
I now have fixed this bleeding issue with the textures not loading at all. Had to copy every single item into the directory Editor creates!