Search found 3167 matches

by Isaac
Thu Oct 19, 2023 5:09 am
Forum: Info
Topic: New forum theme! Report issues.
Replies: 3
Views: 7937

Re: New forum theme! Report issues.

Often when I login (using accurate credentials), I receive an error for invalid form. When I login a second attempt, it usually accepts just fine. This has not affected my ability to login, but it does seem to be a bug/glitch of some kind. https://dl.dropboxusercontent.com/scl/fi/0bujrs7e1jeym4gzx36...
by Isaac
Fri Sep 29, 2023 5:51 am
Forum: Mod Creation
Topic: cinematic in LoG2 ?
Replies: 24
Views: 22418

Re: cinematic in LoG2 ?

Why is it missing at all? That was a core page; the only source of the asset packs [afaik].
by Isaac
Thu Sep 28, 2023 11:06 pm
Forum: Mod Creation
Topic: cinematic in LoG2 ?
Replies: 24
Views: 22418

Re: cinematic in LoG2 ?

Start with this: _____________ https://trac.ffmpeg.org/wiki/Encode/VP8 https://ffmpeg.org/download.html _____________ It's common to use Google to search out examples of FFMPEG parameters to achieve a desired result. However it has lately become possible to just ask ChatGPT to format an FFMPEG comma...
by Isaac
Fri Sep 22, 2023 9:36 pm
Forum: Info
Topic: New forum theme! Report issues.
Replies: 3
Views: 7937

Re: New forum theme! Report issues.

I see the image; am I not seeing what you intend? So far, the only issue I have seemed to have located is that embedding image links doesn't seem to work. For example this image: http://tawmis.com/grimrock/images/LOG2_DVD_Cover_FINAL_Small.png If it's embedded in the code: [img]http://tawmis.com/gri...
by Isaac
Fri Jul 21, 2023 6:13 pm
Forum: Modding
Topic: [MOD] Survive 4.0 Ultimate Edition
Replies: 209
Views: 233250

Re: [MOD] Survive 4.0 Ultimate Edition

@Isaac would you show me how to share a youtube video with thumbnail here? :D This site does not host images, so you first need an image host. I have arbitrarily picked imgbox.com—just noticed them today. ;) When I do this with Youtube, I click the share >> embed option on the YT video player, and ...
by Isaac
Thu Jul 13, 2023 10:54 am
Forum: Custom Dungeons
Topic: [MOD] Call Of House Hardabar
Replies: 923
Views: 168035

Re: [MOD] Call Of House Hardabar

olavimuff.ee wrote: Thu Jul 13, 2023 10:29 am OO, nice to see somebody who know much more about that mod. :P
It's bongobeat's mod, but I answered his scripting questions whenever he asked.
by Isaac
Thu Jul 13, 2023 9:39 am
Forum: Custom Dungeons
Topic: [MOD] Call Of House Hardabar
Replies: 923
Views: 168035

Re: [MOD] Call Of House Hardabar

...is it possible to detect squares which are diggable? Tiles are defined as diggable or not. Finding diggable objects under them is sketchy... It can be achieved by checking if the object is lower than the floor, but it's by no means a guaranteed or supported detection method. for each in party.ma...
by Isaac
Thu Jul 13, 2023 6:36 am
Forum: Custom Dungeons
Topic: [MOD] Call Of House Hardabar
Replies: 923
Views: 168035

Re: [MOD] Call Of House Hardabar

...the Jean Bart items are numerical so they cant be found sadly. it sucks. ...Yes you can find it buried as long as it has the name ID not the number ID. No items that come from script can be found either. The only items that cannot be found (afaik) are the ones that have been destroyed, and those...
by Isaac
Thu Jul 13, 2023 12:46 am
Forum: Custom Dungeons
Topic: [MOD] Call Of House Hardabar
Replies: 923
Views: 168035

Re: [MOD] Call Of House Hardabar

What —exactly— are you wanting to find? Are you just looking for keys?

*Also, Bongobeat browsed the forums here as recent as yesterday, so he is certainly still around. ;)
by Isaac
Tue Jul 11, 2023 3:30 pm
Forum: Mod Creation
Topic: Is it possible to locate an item via console using item ID?
Replies: 16
Views: 5009

Re: Is it possible to locate an item via console using item ID?

If you know the numerical id#, you can put that inside the quotes, and it should work.

Code: Select all

local_item_id = "140"