Results 1 to 14 of 14

Thread: How do I work the hidden_resource EDB system?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member Member TWFanatic's Avatar
    Join Date
    Aug 2007
    Location
    On the Forums
    Posts
    1,022

    Default Re: How do I work the hidden_resource EDB system?

    That explains it...except for one tiny problem. The code for Augila from DIV to Red is
    Code:
    SW	A	13	y1	n2	y4	y8	47	121
    ...without the reg and red columns:

    Code:
    SW	A	13		n2	y4	y8	47
    This is quite different from the code you showed me. Also, why copy the code from DIV to Red if you are just going to delete Red anyways, why not just copy from DIV to 8?
    It would be a violation of my code as a gentleman to engage in a battle of wits with an unarmed person.-Veeblefester
    Ego is the anesthetic for the pain of stupidity.-me
    It is better to keep your mouth shut and be thought of as a fool than to open it and remove all doubt.-Sir Winston Churchill
    ΔΟΣ ΜΟΙ ΠΑ ΣΤΩ ΚΑΙ ΤΑΝ ΓΑΝ ΚΙΝΑΣΩ--Give me a place to stand and I will move the earth.-Archimedes on his work with levers
    Click here for my Phalanx/Aquilifer mod

  2. #2

    Default Re: How do I work the hidden_resource EDB system?

    That explains it...except for one tiny problem. The code for Augila from DIV to Red is
    Code:

    SW A 13 y1 n2 y4 y8 47 121

    ...without the reg and red columns:

    Code:

    SW A 13 n2 y4 y8 47
    No Reg is 6th column. Check again.

    Also, why copy the code from DIV to Red if you are just going to delete Red anyways, why not just copy from DIV to 8?
    Saying copy from DIV to Red excluding Red and saying Copy from DIV to 8 including 8 is the same.
    I really don't see what is the problem.

    Just to make everything clear, combination of this columns uniquely identifies region:
    Div,Sect,1,2,4,8

  3. #3
    Member Member TWFanatic's Avatar
    Join Date
    Aug 2007
    Location
    On the Forums
    Posts
    1,022

    Default Re: How do I work the hidden_resource EDB system?

    Ah my bad, I got confused because the chart wasn't formatted properly. I saw that y1 was directly in line with Reg and thought that the two corresponded.

    Thank you for taking your time to help me out.
    It would be a violation of my code as a gentleman to engage in a battle of wits with an unarmed person.-Veeblefester
    Ego is the anesthetic for the pain of stupidity.-me
    It is better to keep your mouth shut and be thought of as a fool than to open it and remove all doubt.-Sir Winston Churchill
    ΔΟΣ ΜΟΙ ΠΑ ΣΤΩ ΚΑΙ ΤΑΝ ΓΑΝ ΚΙΝΑΣΩ--Give me a place to stand and I will move the earth.-Archimedes on his work with levers
    Click here for my Phalanx/Aquilifer mod

  4. #4
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: How do I work the hidden_resource EDB system?

    y1 n2 n4 n8 is a binary number and also needs the region in question to uniquely identify a province.

    NW region, province number 0001b (= 1d) in this instance, where b means binary number and d means decimal number.
    n1 y2 n4 y8 means 1010b = 10d.

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

  5. #5
    Member Member TWFanatic's Avatar
    Join Date
    Aug 2007
    Location
    On the Forums
    Posts
    1,022

    Default Re: How do I work the hidden_resource EDB system?

    Quote Originally Posted by bovi View Post
    y1 n2 n4 n8 is a binary number and also needs the region in question to uniquely identify a province.

    NW region, province number 0001b (= 1d) in this instance, where b means binary number and d means decimal number.
    n1 y2 n4 y8 means 1010b = 10d.
    It would be a violation of my code as a gentleman to engage in a battle of wits with an unarmed person.-Veeblefester
    Ego is the anesthetic for the pain of stupidity.-me
    It is better to keep your mouth shut and be thought of as a fool than to open it and remove all doubt.-Sir Winston Churchill
    ΔΟΣ ΜΟΙ ΠΑ ΣΤΩ ΚΑΙ ΤΑΝ ΓΑΝ ΚΙΝΑΣΩ--Give me a place to stand and I will move the earth.-Archimedes on his work with levers
    Click here for my Phalanx/Aquilifer mod

  6. #6
    EB annoying hornet Member bovi's Avatar
    Join Date
    Jan 2007
    Location
    Norway
    Posts
    11,796

    Default Re: How do I work the hidden_resource EDB system?

    y1 n2 n4 n8 => YES, there is a 1; NO, there is no 2; NO, there is no 4; NO, there is no 8. In other words, only 1 and therefore 1.

    n1 y2 n4 y8 => NO, there is no 1; YES, there is a 2; NO, there is no 4; YES, there is a 8. In other words, 2 and 8, and therefore 10.

    http://en.wikipedia.org/wiki/Binary_numeral_system

    Having problems getting EB2 to run? Try these solutions.
    ================
    I do NOT answer PM requests for help with EB. Ask in a new help thread in the tech help forum.
    ================
    I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. - Stephen Hawking

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO