Thread Tools
Old August 27, 2001, 21:35   #1
Cube
Warlord
 
Cube's Avatar
 
Local Time: 05:52
Local Date: October 31, 2010
Join Date: Nov 2000
Location: El Paso, Tx
Posts: 120
Making TVs Stronger After Global Communications
I was wondering if it's possible to make TV stronger after the discovery of global communications. This would simulate the effect of Cable TV. I was thinking of adding one gold per citizen, and 1 or 2 happiness. Would I have to edit a txt file, or would this have to be done through Slic?
Cube is offline  
Old August 28, 2001, 10:19   #2
hexagonian
The Courts of Candle'Bre
Emperor
 
hexagonian's Avatar
 
Local Time: 07:52
Local Date: October 31, 2010
Join Date: Jun 1999
Location: Smemperor
Posts: 3,405
You could create a new city improvement, dependant on whether a city has a TV already built, that would further increase the creation of gold (call it Ad Agency).

Otherwise, I think that city improvements can be boosted by some sort of SLIC file that would be dependant on reaching a particular advance - though I do not have any ideas how to write the code myself.
__________________
Yes, let's be optimistic until we have reason to be otherwise...No, let's be pessimistic until we are forced to do otherwise...Maybe, let's be balanced until we are convinced to do otherwise. -- DrSpike, Skanky Burns, Shogun Gunner
...aisdhieort...dticcok...
hexagonian is offline  
Old August 28, 2001, 17:23   #3
Bluevoss
Prince
 
Local Time: 12:52
Local Date: October 31, 2010
Join Date: Dec 2000
Location: Orlando, Florida
Posts: 326
I don't think its a good idea. Think about it this way - from the 1950s, TVs have been in peoples livingrooms, sucking down all those prime time hours. It wasn't that people were unhappy with their TVs, or any less happy than they are today. Getting three channels relativily clear was something to brag about, even into the '60s.

As technology increases, people are still spending pretty much the same dead time in front of their sets as they did back then. Now, they just click around, looking for something to watch, eternally unsatisfied. If anything, happyness should NOT BE as great as the initial induction of this technology.

To me, differentiating between rabbit-ear technology and cable technology is like trying to program in the difference between Panzer Mk IIIs and Mk IIIs. Less, in fact, since I don't think people are any happier with thier TVs.
__________________
Bluevoss-
Bluevoss is offline  
Old August 29, 2001, 02:04   #4
Immortal Wombat
Apolytoners Hall of Fame
Prince
 
Immortal Wombat's Avatar
 
Local Time: 13:52
Local Date: October 31, 2010
Join Date: Dec 2000
Location: in perpetuity
Posts: 4,962
Maybe not happiness, but one gold per citizen would be even easier than adding a new building I think.

Code:
HandleEvent(BeginTurn) 'cabletv' pre {
      int_t   i;
  if(HasAdvance(player[0], ID_ADVANCE_GLOBAL_COMMUNICATIONS)){
      for(i = 0; i < player[0].cities; i = i + 1){
               city_t   tmpCity;
              GetCityByIndex(player[0], i, tmpCity);
              if(CityHasBuilding(tmpCity, "IMPROVE_TELEVISION")) {
                    AddGold(player[0], tmpCity.population);
              }
       }
  }
}
No guarantees on this code, and of course it would add the gold directly, not to the cities gold pile, or the national pile for the turn, but straight into the surplus.

Two other ways are the way Dave suggested, by making Cable TV a separate improvement, or by making code to add the new improvement automatically to cities with televisions after the discovery of global communications. That one would be much more complicated.
Immortal Wombat is offline  
Old August 29, 2001, 17:01   #5
Cube
Warlord
 
Cube's Avatar
 
Local Time: 05:52
Local Date: October 31, 2010
Join Date: Nov 2000
Location: El Paso, Tx
Posts: 120
I think I will just add a building called Cable Company. I will make it available after Global communications, and it will add 1 gold and 2 happiness. In response to bluevoss, I for one love my Cable TV( hugs TV ), and I don't know what I would do without it, I'm sure I'm not alone. The money will come from the increased audience and the fact that you have to pay for cable. Where Can I find a picture to use for this building?
Cube is offline  
Old August 30, 2001, 03:54   #6
janilxx
Warlord
 
janilxx's Avatar
 
Local Time: 14:52
Local Date: October 31, 2010
Join Date: Mar 2001
Location: Finland
Posts: 150
How about digital-tv? I know that it has failed in Sweden and in Britain but still.

Digital-tv offers much much more than a cable tv. There could be for example a LOT interactive services. For example bank services through tv(as used in internet nowadays), info about current program(as from internet), chatting throught the tv at the same time y ou are watching tv. Multiplayer games(as internet games now) etc etc.

Digital-tv just started in Finland(last monday). Here is not much customers yet(there is only few digital terminals(digi-box) in shops :-/ ). But after 2-5 years almost all will have digi-tv and services are fully in use(I hope).
__________________
Jani
janilxx 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 08:52.


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