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 > CtP2-General/Help/Strategy/Multiplaying-Archive > PBEM game...
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 (5): [ 1   2   3   4   5   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:22
  Old Post 27-09-2002 20:32
Edit/Delete Message Reply w/Quote
#91 Report this post to a moderator
Support Apolyton buy from Amazon

I dont know how far can we go through with these codes i am writing some here is a sequence of attempts that should be tested one by one:

1)

code:
HandleEvent(BeginTurn) 'PBEM_ActuallyBeginTurn' pre { int_t tmpPlayer; int_t tmpRound; int_t ActualRound; tmpPlayer = player[0]; tmpRound = GetCurrentRound(); ActualRound = tmpRound + 1; Event: BeginTurn(tmpPlayer, ActualRound); }


2)
code:
int_t CanBeginTurn; HandleEvent(BeginTurn) 'PBEM_ActuallyBeginTurn' pre { int_t tmpPlayer; int_t tmpRound; int_t ActualRound; if(CanBeginTurn == 0) { tmpPlayer = player[0]; tmpRound = GetCurrentRound(); ActualRound = tmpRound + 1; CanBeginTurn = 1; Event: BeginTurn(tmpPlayer, ActualRound); return STOP; } else{ CanBeginTurn = 0; } }

3)
code:
HandleEvent(EndTurn) 'PBEM_ActuallyEndTurn' pre { int_t tmpPlayer; tmpPlayer = player[0]; Event: EndTurn(tmpPlayer); }

4)
code:
int_t CanEndTurn; HandleEvent(EndTurn) 'PBEM_ActuallyBeginTurn' pre { int_t tmpPlayer; if(CanEndTurn == 0) { tmpPlayer = player[0]; CanEndTurn = 1; Event: EndTurn(tmpPlayer); } else{ CanEndTurn = 0; } }


Does anyone know if a unit production time of a unit in a city decreses in the beggining of a turn or in its end?

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 28-09-2002 11:10 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#92 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

1) Gets stuck on the "loading..." screen forever while starting the PBEM game.

2) Has no visible effect.

3) Got stuck forever when i pressed the end turn button.

4) Had no visible effect.

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:22
  Old Post 28-09-2002 16:47
Edit/Delete Message Reply w/Quote
#93 Report this post to a moderator
Help yourself to an AD-FREE life

So i guess we do need to get the sorce code then

Anyone has any other idea?

Last edited by Pedrunn on 28-09-2002 at 17:10

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 28-09-2002 18:49 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#94 Report this post to a moderator
Support Apolyton buy from Amazon

quote:
Originally posted by Pedrunn
So i guess we do need to get the sorce code then

Anyone has any other idea?


Looks like

I cant think of any other way round it for now, thanks for trying though Pedrunn.

quote:
Originally posted by centrifuge
D@mn, D@mn ,D@mn !!! Oh well, I was gonna give CTP1 PBEM a try anyway... I know its the wrong forum, but is anyone here interested in starting a game up of CTP1 PBEM with me?


Sure why not. 1v1 or?

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:22
  Old Post 28-09-2002 19:10 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#95 Report this post to a moderator
Suffering from ads?

I have one last idea - it's possible to call in SLIC the functions that the game uses to blank out the screen between turns on hotseat & PBEM, if we trigger those at some point we could (perhaps) save with a blacked out screen, but when there isn't a message box up to stop you from saving. Pedrunn - can you see a way to arrange that?

centrifuge is offline centrifuge
Prince
USA
Apr 2002
time: 22:22
  Old Post 28-09-2002 20:45
Edit/Delete Message Reply w/Quote
#96 Report this post to a moderator
Support Apolyton, buy Civilization 2

quote:
Originally posted by Maquiladora

Sure why not. 1v1 or?


1 on 1 would be okay(though if anyone else wants to join in I'd say they are more than welcome). I think that I'll be at a disadvantage Mainly because I haven't played CTP1 since it came out (and then very little...) but I did recently start fiddling with it a little again. PM me, and we'll try to get something going.

Platypus Rex is offline Platypus Rex

King
Give Blood..Give Life- just 20 min.. Woodland,CA
Sep 2002
time: 21:22
  Old Post 29-09-2002 05:46 Visit Platypus Rex<br><a href=/members><img src=/forums/images/inmate-icon.gif border=0></a><BR>'s homepage!
Edit/Delete Message Reply w/Quote
#97 Report this post to a moderator
Support Apolyton buy from Amazon

PBEM....just say the start time
if you got room

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 29-09-2002 06:24 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#98 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Platypus, you do realise this game we're organising is for CtP1 now?

CtP2 pbem is currently still "under development". Youre more than welcome to join the CtP1 game for now though.

SMIFFGIG is offline SMIFFGIG
Prince
Great Britain
Jul 2002
time: 05:22
  Old Post 29-09-2002 16:45 Visit SMIFFGIG's homepage!
Edit/Delete Message Reply w/Quote
#99 Report this post to a moderator
Support Apolyton buy from Amazon

How about through SLIC making the end turn button dissapear or make it so that the mouse avoids it

But this probably isnt possible

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:22
  Old Post 29-09-2002 17:08
Edit/Delete Message Reply w/Quote
#100 Report this post to a moderator
Get a bigger avatar today!

quote:
How about through SLIC making the end turn button dissapear or make it so that the mouse avoids it

It is possible to make the end turn button dissapear. Not through slic though but through UI (ldl files) changes.

Yet i cant see how will this help

centrifuge is offline centrifuge
Prince
USA
Apr 2002
time: 22:22
  Old Post 30-09-2002 08:07
Edit/Delete Message Reply w/Quote
#101 Report this post to a moderator
Got spare money?

Maquiladora, if you're still interested, let's give 1on1 CTP1 a go...

I've been trying to get my brother and brother-in-law, addicted to CTP2(like I am ), but I think that I'll get them started on CTP1 PBEM first. However, I'd like to get a game started so that I can get a feel for it...

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 30-09-2002 08:15 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#102 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

Sure, ill fire it up a little later with Mod Lite and mail you the save. 6 AI's, small/regular map i think. Ill put the AI on Prince anyway, seeing as i only started playing ctp1 again a few weeks ago too so

centrifuge is offline centrifuge
Prince
USA
Apr 2002
time: 22:22
  Old Post 30-09-2002 08:20
Edit/Delete Message Reply w/Quote
#103 Report this post to a moderator
Increase Your PM Length

Sounds good

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 30-09-2002 12:35 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#104 Report this post to a moderator
Full PM-box? Change here!

Better not post anymore updates in here in case it looks like ctp2 pbem is working... Turn 0 sent btw

SMIFFGIG is offline SMIFFGIG
Prince
Great Britain
Jul 2002
time: 05:22
  Old Post 04-10-2002 02:13 Visit SMIFFGIG's homepage!
Edit/Delete Message Reply w/Quote
#105 Report this post to a moderator
Enter the AD-FREE zone

Interesting Civ3 Play the World is going to have PBEM

I wonder how it will implement Diplomacy (however as it is FIRAXIS i doubt they will bother) as long has its got multiplayer theve kept a there word (even if its the buggiest and worst made rubbish in the world)

EDIT: Im not trying to suggest FIRAXIS keep to there word

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 04-10-2002 02:42 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#106 Report this post to a moderator
Support Apolyton, buy Civilization 2

If i was going to consider playing MP Civ3 it would only be PBEM, i cant imagine how slow it would be with 4 players on my PII 56k connection in turnless mode.

SMIFFGIG is offline SMIFFGIG
Prince
Great Britain
Jul 2002
time: 05:22
  Old Post 04-10-2002 02:45 Visit SMIFFGIG's homepage!
Edit/Delete Message Reply w/Quote
#107 Report this post to a moderator
Full PM-box? Change here!

how the heck does turnless mode work?

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 04-10-2002 02:49 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#108 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

Each player plays their turns continuously, without "rounds", not like an RTS but somewhat so. I read it somewhere exactly how it works on another game, but i cant for the life of me remember where. Sufficed to say, i didnt like the sound of it, its just not cricket.

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:22
  Old Post 04-10-2002 02:54
Edit/Delete Message Reply w/Quote
#109 Report this post to a moderator
Enter the AD-FREE zone

quote:

Each player plays their turns continuously, without "rounds"

yuck. *Pedrunn spits*

Last edited by Pedrunn on 04-10-2002 at 03:30

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 04-10-2002 02:56 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#110 Report this post to a moderator
Support Apolyton

indeed

centrifuge is offline centrifuge
Prince
USA
Apr 2002
time: 22:22
  Old Post 04-10-2002 03:28
Edit/Delete Message Reply w/Quote
#111 Report this post to a moderator
Support Apolyton buy from Amazon

Hate to say it... in fact I'm glad that I'm not in the same room as you guy's so that you can't hit me , but I'm almost positive that I'll try Civ3 PBEM.

Anyway, Maquiladora... I won't be able to send your next turn until later tonight (about 3 more hours) because I'm stuck at the school.

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 04-10-2002 03:35 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#112 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

Im not opposed to Civ3 PBEM, just turnless mode. Maybe we can play a PBEM game when its out, if you buy it that is. Im sure i can acquire a copy.

quote:
Anyway, Maquiladora... I won't be able to send your next turn until later tonight (about 3 more hours) because I'm stuck at the school.


Yeah its okay, im off to now, so ill play it tomorrow.

SMIFFGIG is offline SMIFFGIG
Prince
Great Britain
Jul 2002
time: 05:22
  Old Post 08-10-2002 04:39 Visit SMIFFGIG's homepage!
Edit/Delete Message Reply w/Quote
#113 Report this post to a moderator
Inflate your Upload Space

I really hope PBEM can be made to work if it means i can play MM2 multiplay

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:22
  Old Post 08-10-2002 16:35 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#114 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

quote:
Originally posted by SMIFFGIG
how the heck does turnless mode work?

I imagine it will be somewhat like Kung Fu Chess but with more pieces.

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 16-10-2002 06:11 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#115 Report this post to a moderator
Support Apolyton

Okay does anyone want to play a "small" pbem game with me?

Its now working (to a fashion). If you read the readme with the zip attached its a simple process really.

Attachment: ctp2_pbemmodlite.zip
This has been downloaded 3 time(s).

centrifuge is offline centrifuge
Prince
USA
Apr 2002
time: 22:22
  Old Post 16-10-2002 07:02
Edit/Delete Message Reply w/Quote
#116 Report this post to a moderator
Suffering from ads?

Maquiladora,
What happened with H to H diplomacy? I assume that it is still non-operational? Regardless, I'd be happy to give it a test with you... Though my allotted playing time will be less in the coming weeks and months):

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 16-10-2002 07:18 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#117 Report this post to a moderator
Increase the size of your Attachments

Human- human diplomacy is still out for the moment yeah

Okay ill start the game later and mail you the save, ill take it youve installed the mod and checked the readme already and ready to go.

Just make sure you dont attack the dummy Civs (youll likely lose anyway lol) and theyll be no genuine AI's, to keep it less confusing for now.

Small map
Impossible/Raging Hordes
Pollution ON
Bloodlist OFF

quote:
Though my allotted playing time will be less in the coming weeks and months):


Does this mean we'll have to hold up our ctp1 game? Or just slow down?

centrifuge is offline centrifuge
Prince
USA
Apr 2002
time: 22:22
  Old Post 16-10-2002 20:17
Edit/Delete Message Reply w/Quote
#118 Report this post to a moderator
Help yourself to an AD-FREE life

quote:
Originally posted by Maquiladora

Does this mean we'll have to hold up our ctp1 game? Or just slow down?


At the worst, we'll just have to slow it down.

Maquiladora is offline Maquiladora
Emperor

Jun 2001
time: 05:22
  Old Post 16-10-2002 20:17 Visit Maquiladora's homepage!
Edit/Delete Message Reply w/Quote
#119 Report this post to a moderator
Increase the size of your Attachments

Hmm the code with modlite seems particularly hazardous with hotseat games. Aparently when each player ends their turn it gives 3 more settlers for every player's turn ending. It can be easily fixed so, we'll have to hold up on that game.

cross posted: well thats okay then.

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:22
  Old Post 19-10-2002 17:01
Edit/Delete Message Reply w/Quote
#120 Report this post to a moderator
Support Apolyton buy from Amazon

Hi maq, yesterday while going to sleep a new try for the CTP2 PBEM begin turn fix just hit me.
Are you willing to give it a shot?

code:
HandleEvent(BeginTurn) 'TryAnotherPEBEMFixAgain' pre { Event: BeginTurnAgreements(player[0]); Event: BeginTurnAllCities(player[0]); Event: BeginTurnEndGame(player[0]); Event: BeginTurnGovernment(player[0]); Event: BeginTurnImprovements(player[0]); Event: BeginTurnProduction(player[0]); Event: BeginTurnSupport(player[0]); }


Try not to have AIs in the testing.

I feel more confident this time than the others.

 
Pages (5): [ 1   2   3   4   5   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:22.
Apolyton Time is 00:22.
    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.0562 seconds (91.18% PHP - 8.82% 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