Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Andyr
« on: October 19, 2004, 01:54:39 PM »

Cam: Cheers.

JC: Yeh, they're pretty sneaky types.
Posted by: jcompton
« on: October 18, 2004, 09:37:44 PM »

(coincidentally, I have heard G3 is a pretty good place to look for mods)

I heard that they hacked camagna.net and stole all their content, then planted a trojan horse modder at PPG to subvert the site from within.
Posted by: CamDawg
« on: October 18, 2004, 09:08:48 PM »

It does work for items as of v163, and the new version (unreleased) of both tweak packs use a long, long list of items in ALLOW_MISSING.
Posted by: Andyr
« on: October 18, 2004, 06:17:26 PM »

Are you saying ALLOW_MISSING ~*.ITM~ wouldn't work?

How about ALLOW_MISSING and then listing all the .ITM files I modify? Ice points out I'll have had to have listed them at some point anyhow, though I guess it would add a lot of lines to the .tp2.

Basically I'm looking for the method of least effort.
Posted by: Ghreyfain
« on: October 18, 2004, 06:10:58 PM »

Two components, one for IWD, one for HoW, with a REQUIRE_FILE ~somehowfile~ for the second component?
Posted by: Andyr
« on: October 18, 2004, 05:21:30 PM »

So, suppose someone were making a hypothetical IWD tweak pack. Cam coded a component for Tutu Tweaks and G3 Tweaks (coincidentally, I have heard G3 is a pretty good place to look for mods) where he patches armour files depending on the type of armour. So he went and found all the armour .ITMs in SoA, ToB and so on and listed them, doing checks for ToB installation so it didn't spurt errors if someone didn't have ToB installed.

If someone wanted to do a similar thing for IWD1 they might note that HoW and TotL add some new armours. So, rather than bothering with ACTION_IF FILE_EXISTS malarkey to check for the expansions, is there any reason why an ALLOW_MISSING ~*.ITM~ wouldn't work at the start of the component?