Thread Tools
Old November 29, 2001, 16:47   #1
Oerdin
Deity
 
Oerdin's Avatar
 
Local Time: 10:42
Local Date: October 31, 2010
Join Date: Sep 2001
Location: In a bamboo forest hiding from Dale.
Posts: 17,436
The infinite builds bug
Does anyone know if a mod has been created to fix the infinite builds bug? I'm speaking of the multiplayer bug which allows a person to build anything he wants in a single turn. It was this bug that almost single handedly killed the CTP2 gameleague so I'm kind of curious if this ever got fixed. Thanks.
Oerdin is offline  
Old November 30, 2001, 06:41   #2
The Big Mc
CTP2 Source Code Project
King
 
The Big Mc's Avatar
 
Local Time: 17:42
Local Date: October 31, 2010
Join Date: Oct 2001
Location: Of the universe / England
Posts: 2,061
I don't play much multiplaying but I look at your post, which got me thinking have you tried this on the multiplaying forum you may get some one who knows more about it.
__________________
"Every time I learn something new it pushes some old stuff out of my brain" Homer Jay Simpson
The BIG MC making ctp2 a much unsafer place.
Visit the big mc’s website
The Big Mc is offline  
Old December 21, 2001, 06:01   #3
Martin Gühmann
staff
Call to Power II Democracy GameCall to Power Democracy GameCTP2 Source Code Project
Super Moderator
 
Martin Gühmann's Avatar
 
Local Time: 19:42
Local Date: October 31, 2010
Join Date: Mar 2001
Location: Tübingen, Germany
Posts: 6,206
Try this piece of code it should attemp to fix it, but I have no idea if it works. As I don't play MP or have a network or something else I have no possibility to test
it.

It should dectect if someone tries to rush buy something and if it is not the turn of the city owner, it should prevent one from rushing buy something.

HandleEvent (BuyFront)'MG_RuchBuyStop ' pre {
if (city[0].owner != g.player) {
return STOP;
}
}

To implement this code just open the script.slc and put the code above under the last line and start a new game of course everyone in this MP game must install this code. And finally start a
game.

-Martin
__________________
Civ2 military advisor: "No complaints, Sir!"
Martin Gühmann is offline  
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 13:42.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Apolyton Civilization Site | Copyright © The Apolyton Team