Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Miscellaneous > Archive > Scenario League / Civ2-Creation -Archive > New version of the no-limits add-on
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread   
Pages (2): [ 1   2   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
Marko is offline Marko
Prince
Tartu, Estonia
Sep 1999
time: 05:15
  Old Post 16-12-2001 18:56 Visit Marko's homepage!
Edit/Delete Message Reply w/Quote
#31 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

Feedback is sent

Julius Brenzaida is offline Julius Brenzaida
King
Currently cleaning the 9000 rooms of Sticky Mouse's Palace
Aug 2000
time: 05:15
  Old Post 20-12-2001 15:18
Edit/Delete Message Reply w/Quote
#32 Report this post to a moderator
Tired of ads?

Marco, thanks for the tests. It is quite mysterious indeed. I am afraid I must admit it is beyond my comprehension and will only remember that getting over the units or the cities limits simply don't work. Too bad, but it's just the way it is.

Darius871 is offline Darius871
King
Smith, Wesson, and the RODINA!!!
Mar 2002
time: 23:15
  Old Post 14-07-2002 02:38
Edit/Delete Message Reply w/Quote
#33 Report this post to a moderator
Tired of ads?

I too must thank you all for your hard work and wish you good luck. I and several others have completely stalled potentially great scenarios because of the stupid cities limit. If I were you I wouldn't release a version without the cities limit cracked, though. There has to be a way to change the number of bytes, there just has to...

Please don't give up on us! Try to enlist any expert help that you can on this issue.

Starlifter is offline Starlifter
Chieftain
Seattle's Rain....
Jun 2002
time: 21:15
  Old Post 28-07-2002 23:37 Visit Starlifter's homepage!
Edit/Delete Message Reply w/Quote
#34 Report this post to a moderator
Support Apolyton

Angelo Scotto:
quote:
00 means unit is supported by city 0
..
..
..
FE means unit is supported by city 255

Actually, a unsigned integer of FEh will refer to city 254d.

I've just read this thread, will add my comment that you will not be able to change the MGE to accomodate 256+ cities properly using simple value changed in the .EXE, but have not delved into the ToT differences. I've looked into those issues myself, in the MGE case.

I can suggest the 2 ways that will work; however, each has a significant drawback.

1. Decompile and map the .EXE, then change/add the necessary code. This takes time, and would be painful, and would be a big project. However, it could be done, and then even data type could be altered.

2. Much easier, and would require far less programming time and talent: Obtain the source code, and then make alterations and recompile. This would likely require some assistance from an insider or presumably Microprose. In theory, they could have you sign an NDA, and allow you to make certain changes, subject to conditions. Eventual incentive to them would be sustained end-life cycle sales of Civ 2, subject to patch which costs them nothing to develop.


If option 2 was used, several other things in Civ 2 could be fixed at the same time .



Either way, or maybe if some other way is eventually worked, the resulting file will be incompatible with all prior Civ 2 .SAV file formats. However, a utility could be written to do 2-way conversions. From 255 to 255+, existing files could be altered to contain null data for additional units and cities. Form 255+ to 255, existing excessive units and citeis could be truncated, and associated wonders "Lost", and unit numbers less than 2000 either destroyed or reassigned (support) to the first city in each civ's city list.


So it can work (1&2 above), but I am quite sure that making small-scale .EXE changes won't result in a stable result, as too many things simply won't work... people have listed some of the issues, but there are even more, at least in the MGE case... .


But I do applaud your efforts, and also hope you find a way to make it work in ToT. I might have to find and reinstall it then .

Darius871 is offline Darius871
King
Smith, Wesson, and the RODINA!!!
Mar 2002
time: 23:15
  Old Post 30-07-2002 08:59
Edit/Delete Message Reply w/Quote
#35 Report this post to a moderator
Inflate your Upload Space

As I said in a similar CFC thread, I am willing to do any of the tedious work Starlifter described. I am able to hex-edit as long as I have directions in hand, so if the issue is how much time it takes and not difficulty, I can help anytime.

Julius Brenzaida is offline Julius Brenzaida
King
Currently cleaning the 9000 rooms of Sticky Mouse's Palace
Aug 2000
time: 05:15
  Old Post 02-08-2002 15:24
Edit/Delete Message Reply w/Quote
#36 Report this post to a moderator
Suffering from ads?

Starlifter, you're certainly right about the difficulties
Somehow, I am afraid Microprose won't help us

Darius871, thanks for your help, but the problem is that we don't what direction we shall take
If there is 2 numbers (FF) for the units allocation, I don't see how we can turn that around without rewriting a lot of things. Which is hard in itself and impossible if we don't know where it is

Darius871 is offline Darius871
King
Smith, Wesson, and the RODINA!!!
Mar 2002
time: 23:15
  Old Post 02-08-2002 20:44
Edit/Delete Message Reply w/Quote
#37 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

In this CFC thread that I touched on before, Imperial-Markus made it seem that the solution was there to edit the column to three, but the matter was actually not how to do it but the fact that you have to go line-by-line down the entire file, which would take impractically long.

If he is correct though that he has the solution but not the time, then what must be done is for us to find a bunch of people, assign them lines to edit with techniques that he has apparently found, and wait for all of them to be finished. Another option is for you, Imperial-Markus, or any major programmer here to attempt to design a brand new executable file that would edit each individual line on its own, which would be faster than tedious human attempts.

I suggest you look at the thread as I have only vaguely understood what he meant.

Angelo Scotto is offline Angelo Scotto
Warlord
Milan, Italy
Oct 1999
time: 05:15
  Old Post 05-08-2002 00:03
Edit/Delete Message Reply w/Quote
#38 Report this post to a moderator
Tired of ads?

quote:
Originally posted by Starlifter
Angelo Scotto:

Actually, a unsigned integer of FEh will refer to city 254d.


Ok, ok, i made a lot of confusion, anyway i think it´s clear what i mean, FEh = 254d => 255th city since city with ID=0 is the 1st city in the game.

BTW, it's not the only HEX->DECIMAL confusion i had in that post:
I wrote "If you simply break the limit of 255 cities you allow Civ2 to create city 256, 256 is FF in hex, "
obviously 256d is 100h and not FFh, but again, what i mean was that 256th city had city ID = FFh (255d)

and i wrote also
"The same applies for city 257, 257 = 01FF (FF01 in reverse notation), this means that it uses 2 bytes to store the correct value, BUT Civ2 is programmed to read only a single byte, so from FF01 it reads only 01 and so it assigns units built in city FF01 to city 01, units built in city FF02 to city 02 and so on."
again 257 comes after 256 so if 256th city was FFh the 257th is 100h and not 1FFh (the only thing i can say to excuse me is that i wrote the post in real-time without thinking too much about hex digits) anyway, the whole point of my comment was that, from city 257h on you´ll need two bytes to store city ID and so, thanks God, my errors were secondary

quote:
Originally posted by Starlifter
I can suggest the 2 ways that will work; however, each has a significant drawback.

1. Decompile and map the .EXE, then change/add the necessary code. This takes time, and would be painful, and would be a big project. However, it could be done, and then even data type could be altered.

I agree completely, as i wrote:
"A correct approach requires to find each instruction which reads from unit data structure the home city number and change it so that it can read 2 bytes instead of one but this requires a disassembler, a debugger and a lot of rainy days outside;
It's the same approach i'm following to break the 7-civ limit in Tot, but, even if the approach theorically works it requires a HUGE number of weeks of boring work and i'll quit soon. "

And, honestly, even if using that approach i discovered a lot of useful things about Tot, i quitted some weeks after that post


quote:
Originally posted by Starlifter
2. Much easier, and would require far less programming time and talent: Obtain the source code, and then make alterations and recompile. This would likely require some assistance from an insider or presumably Microprose. In theory, they could have you sign an NDA, and allow you to make certain changes, subject to conditions. Eventual incentive to them would be sustained end-life cycle sales of Civ 2, subject to patch which costs them nothing to develop.

If option 2 was used, several other things in Civ 2 could be fixed at the same time .


That would be the Civ Holy Grail, unfortunately i don't think the source code will ever be released (and i hope to be wrong, believe me, CSPL could be integrated totally in Civ2 engine... wonderful...)

Greetings,
Angelo

Anodyne is offline Anodyne
Prince
Being perverse is bad.
Jan 2001
time: 07:15
  Old Post 05-08-2002 00:51
Edit/Delete Message Reply w/Quote
#39 Report this post to a moderator
Support Apolyton buy from Amazon

Hmm... on the other hand, Microprose isn't making that much money with Civ2 anymore... is it?

Julius Brenzaida is offline Julius Brenzaida
King
Currently cleaning the 9000 rooms of Sticky Mouse's Palace
Aug 2000
time: 05:15
  Old Post 05-08-2002 02:38
Edit/Delete Message Reply w/Quote
#40 Report this post to a moderator
A quick summary of the civ2 limits one would dream to break. Suffering from ads?

1) the levels : it is possible to play Raging Hordes+4 and Deity+5, but the game crashes when retiring and games cannot be properly saved. If it worked, it would provide a new challenge. To create the level is very easy : go in games.txt and add them next to the others, in the opening menu dialogue. No idea what to do. It could be simple, maybe it’s just a bright idea away.
2) The number of civ2 : it is 8 with barbarians (yes a byte !). Why not more. Nobody has make progress on it as far as I know.
3) The number of units : it 1948 for 1 player and 2048 overall. I founded the numbers in the civ2.exe and changed them. But the game crashed after 2050 units, I believe. Test have been made, see above in this thread. Why, I don’t know !
4) The number of cities : 255 as everybody knows. I’ve found the correct FF00 and changed it (made it FFFF). Then more cities can be founded. The program remembers them well, and a lot of things work at 1st. Except that the unit allocation is wrong (well documented in the above comments of this thread), the 256th city, being the home of the None units, and the 257th is not told for the units from the 1st. And after about 300 cities or a few turns the game crashes.

Julius Brenzaida is offline Julius Brenzaida
King
Currently cleaning the 9000 rooms of Sticky Mouse's Palace
Aug 2000
time: 05:15
  Old Post 05-08-2002 02:51
Edit/Delete Message Reply w/Quote
#41 Report this post to a moderator
What I can do to help Support Apolyton, buy Call to Power 2

What I can do to help.

Sorry, I can’t do that much.
1) I have a version of the civ2.exe for MGE and another for ToT, where I broke the units and cities limits. It could help for testing and finding what does not work. And maybe why too. I can mail them to you if you ask. I leave tomorrow but I am back for the 18th of August, just some patience please.
2) Very unfortunately and I was quite mad at myself for spending hours changing FF numbers for nothing and I threw away the paper where I wrote the line of the correct FF meaning the city limit. If I remember it’s around the 200th occurrence, but I might be wrong. I hope that if you have my modified version, you can compare with the original and find back more quickly than I did.
3) I think it’s obvious, but all that I said is for MGE and ToT, programs very similar, and not for 2.42 or FW that were designed for 16 bits and not 32.

Julius Brenzaida is offline Julius Brenzaida
King
Currently cleaning the 9000 rooms of Sticky Mouse's Palace
Aug 2000
time: 05:15
  Old Post 05-08-2002 02:52
Edit/Delete Message Reply w/Quote
#42 Report this post to a moderator
Time is not on my side Lose 30 kilos (of popups)

It’s all that I can do for now, sorry must leave my computer …
I am glad to see brave people still trying to improve our beloved civ2 game.
I wish you all good luck and I am looking forward to see the results when I come back.
Then I’ll find the time to, perhaps more explanations (if I am able enough) and at least to send the modified version to whoever is interested.
Oh yes, one more thing : there was, I believe, at least 2 more threads in the past years talking about those limits, it could be worth looking at them. But once again I have no time now to find them and provide the link. Sorry, sorry, sorry !

Julius Brenzaida is offline Julius Brenzaida
King
Currently cleaning the 9000 rooms of Sticky Mouse's Palace
Aug 2000
time: 05:15
  Old Post 17-08-2002 18:32
Edit/Delete Message Reply w/Quote
#43 Report this post to a moderator
Support Apolyton

I forgot another annoying "FF/255" limit. On the F2 screen (military advisor) you never get any figure higher than 255. For example, if you have 257 settlers, the game says you have 2. And for the losses if you kill 257 riflemen, the count stops at 255.

 
Pages (2): [ 1   2   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:15.
Apolyton Time is 00:15.
    top of page
Rate This Thread:
archivepost
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0440 seconds (89.63% PHP - 10.37% MySQL) with 31 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net