Jump to content

Map Special Values


mvi

Recommended Posts

Thumper, in the mission file spec topic there's a list of areas of the mission files which are unknown, I'm currently working on the events and triggers system. I believe Daxx is also working on some stuff near the top of these mission files. You could always try setting values to a random value (something like 77), to trigger errors. Then the error message will tell you what that section of the mission file is dealing with. A value like 77 is superior to nulling it (using 00) because a random number is more likely to trigger an error than nulls. If you don't get an error, try more and more audacious edits until you break it. Then once you've broken the file, and isolated te respective data you can begin tweaking it to see what each byte does.

Link to comment
Share on other sites

Amiga, so edit the mission files until you figure them out, that's how we've discovered everything in the mission spec which is quite a lot of stuff.

Daxx, well we know it's somewhere before address 0xEE17, I'll try and look into the data which is in that area as I don't seem to be having much luck with the triggers

if they are attacked they build units, like tanks and light infantry.
Link to comment
Share on other sites

Now i have tested idea: 

1st value[tech levels(player:0 or Atreides)]

2nd value[tech levels(player:1 or Harkonnen)]

3rd value[tech levels(player:2 or Ordos)]

4th value[tech levels(player:3 or Emperor)]

5th value[tech levels(player:4 or enemy other base)]

6th value[tech levels(player:5 or smugglers)]

7th value[tech levels(player:6 or mercenaries)]

8th value[tech levels(player:7 or CHOAM Merchant Guild)]

Each tech level can be up to FF.(FF didnt crash game)

:D Regards Devasta

Link to comment
Share on other sites

In mis files tech levels are top up of hex values(the first ones what u spot),i tested and i know it.

yeah but every house and every mission has its own coding.

and

5th value[tech levels(player:4 or enemy other base)]

player 4 are always fremen if you wont change it!!

Link to comment
Share on other sites

Fremens are only in harkonnenn and atreides mission 4,usually there are enemy base,that coding its an column(columns are for easier detect to which house advance value are):

09(advance technology"fully advanced")

13(dont change this value!!)

00

00

00

00

00(atreides)

harkonnen has second column,ordos has third column etc.

The first 0-7 bytes are advance values(im using WinHex and in WinHex that should look like in column).

Link to comment
Share on other sites

mvi, why didnt you update the mis file spec topic with my "who is p. 1 etc.."?

and devasta, you can change even harkonnen to be atreides, so if you change any player to fremen, you can have fremen in every mission!

HAHA!

yea discovered that a while ago, would good to know the technical info though.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...