Results 1 to 8 of 8

Thread: Is there hope for modding breakthroughs?

  1. #1

    Default Is there hope for modding breakthroughs?

    Ok, this is a topic about hardcoding.

    My knowledge of any kind of code is pretty limited, but I'm curious about hardcoding because it seems to be a big issue in the RTW modding community. Obviously the main thing about hardcoding is that it defines limits that cannot be altered. I thought this might be a good place to clarify some of the other issues:

    First of all, what is hardcoding? I assume it's some kind of encryption, but I'm not sure.

    Whatever it is, is it theorectically possible that one day it might be 'cracked'/broken into/altered/changed in any way to raise or remove the limits they impose? Or is that a total and utter impossibility

    If it is possible, is there anyone in the RTW community who you believe has the skills necessary to do that?

    If it is possible, is it legal?

    If it is possible, how important a breakthrough do you think it would be?

    I decided to post this here rather than at the TWC because EB, with its focus on having the most varied and huge of everything from factions to provinces to map size to troops to buildings, seems to have been pushing the limits on all these fronts and therefore would be the biggest source of information (and general anger) on this topic.

  2. #2
    Speaker of Truth Senior Member Moros's Avatar
    Join Date
    Jan 2005
    Location
    Belgium
    Posts
    13,469

    Default Re: Is there hope for modding breakthroughs?

    Quote Originally Posted by Greek_fire19
    Ok, this is a topic about hardcoding.

    My knowledge of any kind of code is pretty limited, but I'm curious about hardcoding because it seems to be a big issue in the RTW modding community. Obviously the main thing about hardcoding is that it defines limits that cannot be altered. I thought this might be a good place to clarify some of the other issues:

    First of all, what is hardcoding? I assume it's some kind of encryption, but I'm not sure.

    Whatever it is, is it theorectically possible that one day it might be 'cracked'/broken into/altered/changed in any way to raise or remove the limits they impose? Or is that a total and utter impossibility

    If it is possible, is there anyone in the RTW community who you believe has the skills necessary to do that?

    If it is possible, is it legal?

    If it is possible, how important a breakthrough do you think it would be?

    I decided to post this here rather than at the TWC because EB, with its focus on having the most varied and huge of everything from factions to provinces to map size to troops to buildings, seems to have been pushing the limits on all these fronts and therefore would be the biggest source of information (and general anger) on this topic.
    -hard coded?: all the code in the .exe for example and all other encrypted code wich can't been altered because it's encrypted. (well not a good defenition but get it)
    -encrypted?: yes
    -possible to crack: it can be cracked but that would take really really a long time I think (or they did a verry crappy job)
    -legal?: NO, they'll sue you!
    -I don't have to awser last one now do I?
    Last edited by Moros; 07-29-2005 at 20:35.

  3. #3

    Default Re: Is there hope for modding breakthroughs?

    The hard code has been cracked. Of course, EB doesn't support such a thing, and you should be careful asking about it. It's all very hush-hush.

  4. #4
    EB insanity coordinator Senior Member khelvan's Avatar
    Join Date
    Sep 2002
    Location
    Oakland, CA
    Posts
    8,449

    Default Re: Is there hope for modding breakthroughs?

    Cracking the .exe means breaking the copy protection of the game. No mod will ever do this, period.
    Cogita tute


  5. #5
    Insanity perhaps is inevitable Member shifty157's Avatar
    Join Date
    Jan 2005
    Posts
    1,145

    Default Re: Is there hope for modding breakthroughs?

    Essentially youre reverse engineering the game. And thats all very illegal.

  6. #6

    Default Re: Is there hope for modding breakthroughs?

    Ah, well that does clarify things, I hadn't realised that was the situation.

    Thanks anyway

  7. #7
    dictator by the people Member caesar44's Avatar
    Join Date
    Dec 2004
    Location
    the holy(?) land
    Posts
    1,207

    Smile Re: Is there hope for modding breakthroughs?

    No one managed to break the factions limitation !!!
    "The essence of philosophy is to ask the eternal question that has no answer" (Aristotel) . "Yes !!!" (me) .

    "Its time we stop worrying, and get angry you know? But not angry and pick up a gun, but angry and open our minds." (Tupac Amaru Shakur)

  8. #8
    EB Traiter Member Malrubius's Avatar
    Join Date
    Jan 2005
    Location
    On a tree-covered mountain in Anniston, Alabama, USA
    Posts
    2,633

    Default Re: Is there hope for modding breakthroughs?

    Sometimes people talk about hard-coded limitations thinking it's like if you knew some password you could have a game with 50 factions in it or something.

    Adding any more factions would mean changes everywhere in the programming, because those faction and culture names are everywhere. Lots and lots of new code would have to be written to add to that, and that means access to the source code (C/C++ or whatever). A lot of the hard-coded limitations are that way. That's why for BI they say they've made it so a faction can change its culture. That was probably far easier than adding any new cultures or factions. The province limit is probably the same way. Pathfinding is easier with a finite number of nodes. Once the decision was made on these things during the design phase, there was no going back and changing it for an expansion.

    However, certain other things might be less complex. If something has been set to have a maximum value, like generals can only have 15 hit points, maybe that's just one line in the code:
    Code:
    MAX_GENERAL_HP = 15
    or something like that. That would be much easier to change than the number of factions. But those aren't the kind of limitations most people care about seeing lifted.

    Ah! the Generals! they are numerous, but not good for much (especially if they're Languorous)!
    -- Aristophanes, if he played EB

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