Thread Tools
Old February 25, 2002, 19:56   #1
MarkyMark
Settler
 
Local Time: 21:01
Local Date: October 31, 2010
Join Date: Feb 2002
Posts: 16
Good Idea
Maybe we can use this feature in League Games.....
but its hard, it must be an official tested Patch........

Thanks for your Ideas and Posting

PHP:--------------------------------------------------------------------------------
//These triggers disable the Rush Buy Buttons to prevent cheating in multiplayer

trigger 'TestMultiplayerPatch1' on "BuildEditorWindow.RushBuyButton" when (1) {
tmpPlayer=city[0].owner;
if (g.player!=tmpPlayer) {
return STOP;
}
}

trigger 'TestMultiplayerPatch12' on "ControlPanelWindow.ControlPanel.ControlTabPanel.Ci tyTab.TabPanel.RushBuyButton" when (1) {
int_t tmpPlayer;
tmpPlayer=city[0].owner;
if (g.player!=tmpPlayer) {
return STOP;
}
}


trigger 'TestMultiplayerPatch13' on "CityWindow.Globals.Tabs.QueueTab.TabPanel.RushBuyB utton" when (1) {
tmpPlayer=city[0].owner;
if (g.player!=tmpPlayer) {
return STOP;
}
}

trigger 'TestMultiplayerPatch14' on "CityStatusWin.TabGroup.Tab2.TabPanel.RushBuyButton" when (1) {
tmpPlayer=city[0].owner;
if (g.player!=tmpPlayer) {
return STOP;
}
}--------------------------------------------------------------------------------


PS: Untried and untested. Cross your fingers again. This time it should prevent you from rush buying things if it isn't your turn. And you should now be able to rush buy if it is your turn. So I think there is no need to change it so that it will only kick in multiplayer games.

-Martin
MarkyMark is offline  
Old February 25, 2002, 20:00   #2
Oerdin
Deity
 
Oerdin's Avatar
 
Local Time: 14:01
Local Date: October 31, 2010
Join Date: Sep 2001
Location: In a bamboo forest hiding from Dale.
Posts: 17,436
I hope someone can figure out a way to stop the imfamous "infinite builds bug". That damn bug single handedly killed the Game League.
Oerdin 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 17:01.


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