Jump to content


Sleawer

Member Since 25 Jun 2008
Offline Last Active Apr 08 2009 12:31 PM

Topics I've Started

How to...

23 July 2008 - 01:31 PM

Hello,

Is there any tutorial around that explains the links.tbl structure in detail? I'm going to experiment a couple of things with it and a pre-written how-to would really speed things up.

SRC_AREA  SRC_NWSE  TARGET_ARE  ENTRY_NAME  TRV_TIME  DEF_ENTRY  ENC1	 ENC2	 ENC3	 ENC4	 ENC5	 ENC_PROB

Thanks.

A couple of reports

05 July 2008 - 08:45 AM

Hello,

After taking a look at "Setup-Bonehillv215.tp2", I noticed that one of the code fragments looks for the creature file "OGREMA.CRE" (see relevant fragment below). I believe it should check for "_OGREMA.CRE" for Tutu users. I was unable to install the patch until I modified this line.

I'm still unsure if the mod is intended to be played in EasyTutu (probably not until the WM is updated), but I thought this might be worth mentioning.

COPY_EXISTING	~OGREMA.CRE~	~override/BHOGREMA.CRE~
  PATCH_IF (SOURCE_SIZE > 0x2d3) THEN BEGIN	// protects against invalid files
	WRITE_ASCII	0x258		~MAGE6~	#8	// Race 
  END
BUT_ONLY_IF_IT_CHANGES


As a side note, I have read from a previous user about a minor issue with GTIMES.IDS not containing the "TWO HOURS" paramenter required by the mod. I had this problem too, but as of now I can't replicate it again. According to NI it is now there, if I have more info I'll post back in this same post.

Thanks in advance.

Edit: grammar