Search found 3173 matches

by Isaac
Sat Sep 28, 2024 10:12 am
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3945
Views: 3160372

Re: Ask a simple question, get a simple answer

where are files where i can take or modify images like "editorIcon" or "gfxIndex"? i can't find files who contains these references For the editor icons, it requires editing the grimrock2.dat file. For gfxIndex, they use the three item image atlases found in \assets\textures\gui...
by Isaac
Sat Sep 28, 2024 6:10 am
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3945
Views: 3160372

Re: Ask a simple question, get a simple answer

if oggetto.obstacle and oggetto.health and oggetto.health:getConnectorCount() < 1 then Should be: [My mistake for not including it earlier.] if oggetto and oggetto.obstacle and oggetto.health and oggetto.health:getConnectorCount() < 1 then The reason being that if findEntity(obj.id) ever returns as...
by Isaac
Thu Sep 26, 2024 10:44 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3945
Views: 3160372

Re: Ask a simple question, get a simple answer

You could use the object's own onInit hook to check for the script and connect to it. Each object could automatically connect to the script if their locations match at the start. Or, alternatively this updated script finds and connects breakable objects on its own tile, and later spawns a torch afte...
by Isaac
Mon Jun 10, 2024 1:14 am
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3945
Views: 3160372

Re: Ask a simple question, get a simple answer

Use :setSubtileOffset(x, y) to influence the placement of individual objects in a tile.

A way to do this for groups is to iterate through the items and randomly nudge them around.
Alternately the items could be placed in formations based upon how many items are present.
by Isaac
Mon Jun 10, 2024 1:09 am
Forum: Info
Topic: New forum theme! Report issues.
Replies: 9
Views: 9802

Re: New forum theme! Report issues.

Is this retrievable from the Wayback machine? (Internet Archive)
by Isaac
Fri Jun 07, 2024 2:19 am
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3945
Views: 3160372

Re: Ask a simple question, get a simple answer

The dungeon editor doesn't support moving the solid bounds of the dungeon walls in a group, but the map levels themselves are just simple text blocks, found in the Dungeon.lua file; found in your mod's scripts folder. It is possible to edit the tile elevations in a text editor. Each number represent...
by Isaac
Mon May 13, 2024 3:41 am
Forum: Mod Creation
Topic: Modding on a Mac
Replies: 1
Views: 619

Re: Modding on a Mac

MacSteve wrote: Sun May 12, 2024 9:26 pm Image
Image link is broken; permissions issue.

There is also a Discord channel for Grimrock modding: https://discord.gg/ArgAgNN
by Isaac
Sat May 04, 2024 4:57 am
Forum: Modding
Topic: MASTER QUEST HELP: puzzles, clues, SECRETS, WALKTHROUGH
Replies: 542
Views: 720123

Re: MASTER QUEST HELP: puzzles, clues, SECRETS, WALKTHROUGH

Komag is still active here as far as I know. His last login was Mar 10, 2024.