Assuming that: you're using Windows, you've got Notepad++, and you know how to edit text.
- Download DFHack and install it if you haven't already. Start DF to see if it works (DFHack's console window should automatically appear when you run Dwarf Fortress.exe). Quit DF.
- The latest version of DFHack has an outdated version of DFusion that doesn't work out the box, but can with a slight alteration to one of the .lua files. From your DF root folder, open the dfusion folder and open the file
common.lua using Notepad++
- Find this line:
local pos=string.find(v.name,".text") or string.find(v.name,"libs/Dwarf_Fortress") (it's line 39)
- Replace
.text with
Dwarf Fortress.exe, the whole line should now read:
local pos=string.find(v.name,"Dwarf Fortress.exe") or string.find(v.name,"libs/Dwarf_Fortress")- Save changes.
- Open DF, select the world you wish to embark on, swap to DFHack's console and type
dfusion, hit enter.
- Type
1, hit enter.
- Type
30, hit enter.
- Embark (now with a starting population of 30).
If you need any help, I can clarify on any of these points, just ask.
Hope that helps!