Jump to content


weimer

Member Since 23 Jul 2002
Offline Last Active May 10 2004 10:27 AM

Posts I've Made

In Topic: Bug Report v155 (and v154)

10 May 2004 - 10:27 AM

Fixed. Cheesy typo ("result_buff" vs. "buff').

In Topic: Bug Report v155 (and v154)

08 May 2004 - 10:46 AM

I don't have FW2700.ARE, so I can't test this. Are you sure that the patches would actually change the file?

Can you either send me that file or give a TP2 example using files from stock BG2 so that I can test it locally?

In Topic: Feature Request: READ/WRITE_ARBITRARY

24 April 2004 - 03:24 PM

Because of issues that are elided in your post (like byte-ordering and parsing huge decimal values), if I were to do this it would be like this:

Add a command to read the contents of a file into a variable.

Add a command to write the contents of a variable into the file you are currently patching at the specified offset with no trailing 0. (Like WRITE_EVALUATED_ASCII, but with no 8-byte limit).

Would you still want such things?

In Topic: A feature request

20 April 2004 - 11:28 AM

FORBID_COMPONENT added.

In Topic: A feature request

20 April 2004 - 11:26 AM

FORBID_FILE and REQUIRE_FILE are now "preprocessed" -- if the condition fails, the default for that component is set to "skip" (or "uninstall").

Look for it in the next WeiDU. You guys will have to test it for me.