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 > Civilization: Call To Power > CtP-Creation > No Piracy-No Pillaging Game help needed
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
12.Sep: `CTP CHALLENGE LADDER` - SEPTEMBER UPDATE
09.Sep: EARLY BUILD SPRITE EDITOR
02.Aug: `SUPERLEAGUE` SIGN-UP

bottom of page
  - CIVILIZATION: CALL TO POWER @ GAMESTOP $9.99 - CIVILIZATION: CALL TO POWER @ AMAZON $9.99
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Grandpa Troll is offline Grandpa Troll

Immortal
I owe..I owe..it's off to work I go
Jul 2000
time: 00:35
  Old Post 30-03-2004 07:42
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
No Piracy-No Pillaging Game help needed Increase the size of your Attachments

I do my own scenarios....

I have some with no piracy-no pillaging allowed.

My question to all you great SLIC (sters) are here is this:

With the use of the OFT start which is awesome I may add.......

This made me think

Is it possible to write a code so that I could simply start with a NO PIRACY-NO PILLAGING rule?

The way I have to do it now is go through the whole list of units and "DELETE" the lines:

CAN_PILLAGE

CAN_PIRATE

I was hoping a little easier way....

Peace

Grandpa Troll

Attachment: ape_shaking head no.gif
This has been downloaded 40 time(s).

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:35
  Old Post 30-03-2004 18:52 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

You could edit order.txt, and make both orders extremely expensive (e.g. many million gold). I believe piracy is ORDER_INTERCEPT_TRADE, or in the same place you might try making them require more movment points (they currently require just one, which translates as the entry of 100).

Grandpa Troll is offline Grandpa Troll

Immortal
I owe..I owe..it's off to work I go
Jul 2000
time: 00:35
  Old Post 31-03-2004 02:36
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Increase the size of your Attachments

# gld mov fail succ
# -----------------
{ ORDER_PARADROP 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_LAUNCH 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_INVESTIGATE_CITY 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_NULLIFY_WALLS 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_STEAL_TECHNOLOGY 2000 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_INCITE_REVOLUTION 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_ASSASSINATE 1000 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_INVESTIGATE_READINESS 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_BOMBARD 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_SUE 500 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_FRANCHISE 250 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_SUE_FRANCHISE 500 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_EXPEL 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_ESTABLISH_EMBASSY 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_CAUSE_UNHAPPINESS 500 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_PLANT_NUKE 500 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_SLAVE_RAID 250 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_ENSLAVE_SETTLER 250 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_UNDERGROUND_RAILWAY 50 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_INCITE_UPRISING 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_BIO_INFECT 1000 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_NANO_INFECT 4000 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_CONVERT 100 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_REFORM 1000 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_INDULGENCE 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_SOOTHSAY 500 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_DEFUSE_MINES 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_CLOAK 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_UNCLOAK 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_RUSTLE 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_CREATE_PARK 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_PILLAGE 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_INJOIN 300 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_USE_LADDER 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_AIRLIFT 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_DESCEND 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_THROW_PARTY 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_INTERCEPT_TRADE 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_PILLAGE_UNCONDITIONALLY 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_ADVERTISE 500 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }
{ ORDER_CONDUCT_HIT 0 100 SOUND_ID_GENERALFAIL SOUND_ID_GENERALSUCCEED }

This is the file order.txt


I tried putting like 9999999999999 in place of the first number

nothing happens differently that i could detect

Then Itried changing the second number to the same and got no noticable results.....

Any further suggestions?

Thanks

GT

Attachment: big ear.gif
This has been downloaded 38 time(s).

PhillipAWyllie is offline PhillipAWyllie
Settler

May 2004
time: 05:35
  Old Post 20-05-2004 14:26
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Increase Your PM Length

Using easy mod, you could unselect the can pirate and pilage bits for all units.

Grandpa Troll is offline Grandpa Troll

Immortal
I owe..I owe..it's off to work I go
Jul 2000
time: 00:35
  Old Post 21-05-2004 07:16
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Lose 30 kilos (of popups)

quote:
Originally posted by PhillipAWyllie
Using easy mod, you could unselect the can pirate and pilage bits for all units.


Welll..I already did this by going through the units.txt file..tedious and was hoping a shortter way!

Thx

GT

Attachment: old man studying behind book.gif
This has been downloaded 26 time(s).

PhillipAWyllie is offline PhillipAWyllie
Settler

May 2004
time: 05:35
  Old Post 31-05-2004 17:45
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Avatar Enlargement: We've got the solution

Easymod isn't teadious. All you do is point and click. And it'll make new files in your scenario folder for you.

Grandpa Troll is offline Grandpa Troll

Immortal
I owe..I owe..it's off to work I go
Jul 2000
time: 00:35
  Old Post 31-05-2004 17:51
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Help yourself to an AD-FREE life

quote:
Originally posted by PhillipAWyllie
Easymod isn't teadious. All you do is point and click. And it'll make new files in your scenario folder for you.


Thanks..appreciate it my friend!

How is the rest of your playing coming?

Hope all is doing well!

Keep up the good fight!!

GT

dancemasseuse is offline dancemasseuse
Prince
Houston
Jul 2002
time: 23:35
  Old Post 02-07-2004 08:20
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

I would not mind the no piracy, but the no pilage is too important, because I use it when I need to retreat and need to peel up roads to slow down the other guy. I won two games by doing that, even though I was getting creamed on the power graph. I guess this is not the place for discussion, since you actually asked a different question. Hope I did not make a pest of myself. Ken/dancemasseuse

Grandpa Troll is offline Grandpa Troll

Immortal
I owe..I owe..it's off to work I go
Jul 2000
time: 00:35
  Old Post 02-07-2004 16:28
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

quote:
Originally posted by dancemasseuse
Hope I did not make a pest of myself. Ken/dancemasseuse


If i see ya again, well, gonna have ta give a little ~squirt-squirt~

Gramps "Da X-Terminator" Troll

Attachment: exterminator01.jpg
This has been downloaded 14 time(s).

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:35.
Apolyton Time is 00:35.
    top of page
Rate This Thread:
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.0348 seconds (89.54% PHP - 10.46% MySQL) with 30 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