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 IV > Civ4-General > Game developer magazine
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
22.Sep: BLUE IS OCEAN, GREEN IS GRASS
22.Sep: SMAC-LIKE UN COUNCIL CONFIRMED
21.Sep: GERMAN `ANONYMOUS` LAUNCHES

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Adm.Naismith is offline Adm.Naismith
King
Milano - Italy
Oct 1999
time: 06:35
  Old Post 31-08-2005 17:21
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Game developer magazine Support Apolyton, buy Galactic Civilizations

As mentioned in a closed thread, a technical article related to Civ IV development is available on Game developer magazine http://www.gdmag.com/homepage.htm.

Thanks sn00py for the hint. OTOH... what are you doing wandering around Civ IV? Back to work at Humanitas, NOW!

Now, hoping not to cross line into some moderator censorship, I'll try to resume the main concept, just to give a review to anyone considering if buying the whole tech magazine is his/her cup of tea.

The article of course is about programming technics, so has a lot of technical detail and external books and manual reference.

IMHO, the juicy part for common player is that they (at Firaxis) are keeping their promise at a very high level, with the ability to tweak a very large part of the game, city view on map, user interface and AI included.

Some of modding ask for a quite high level of tecnical knowledge, but the ability to "hot plug" changed part, without recompile the whole source code, is a great way to help mod developers *and* quality assurance bugs crushers.

I expect an easy and quick resolution of any minor balancing issue or minor bugs, at least assuming they are exactly identified.

Another promising phrase of the Mustafa article mention how easy will be to expand and improve the game in new release, plugging and unplugging part of game code without destroying the stable part ("1/3 new, 1/3 old, 1/3 improved" mantra made easy?).

Interesting words are spent mentioning city building arrangement (to manage wonders, buildings and houses all inside a single tile both with small villages and large metropolis), and units formation (still I can't understand if they plan to link this concept to any game use, e.g. a tactical choice of a formation before a battle).

A box is dedicated to the choice (and technical problem solved) of wrapping a flat map around a half globe in globe view, texturing, meshing et al.

On a final note, on the credits part is aknowledged the effort of Nat Duca (Globeview and City layout), Bart Muzzin (Unit formation editor) and Nathan Mefford, Tom Whittaker, Kelley Gilmore for their contribution to the article.

Last edited by Adm.Naismith on 31-08-2005 at 17:36

TheArsenal is offline TheArsenal
Prince
Sunny Southern California
Mar 2002
time: 21:35
  Old Post 01-09-2005 01:08
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Got spare money?

I found the editor in Conquests to be exceptionally easy to use, if not some what limited. Has there been any indication that there is such a tool in place for those of us who are not adept at programming? The discussions I’ve read so far have addressed the potential scope of what can be modded, but not the ease.*

*I would search for this info myself, but the work computer blocks all game sites.

Sn00py is offline Sn00py
King
From New Zealand
Aug 2001
time: 13:35
  Old Post 01-09-2005 09:56 Visit Sn00py's homepage!
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton buy from Amazon

TheArsenal,

The basics of the game (like the editor in Civ3), are accessed through XML, XML is a language, not an editor, but the way XML works is different. XML is very orderly and easy to read. You don't have to actually do any programming whatsoever. You just simply look for the line you want, for example, lets say you want to change the Spearman's graphic size.

You search for maybe
"Unit Sizes"
then under that you search for
"Spearman"
then next to that you find a number, maybe its number 1 (which is default), and if you want to make it bigger, you simply put in a higher number, if you want to make it smaller, you simply put in a negative number, and then save the xml file.

btw, this XML will offer a lot more options to change than what you got in Civ3's editor.

Aro is offline Aro
Emperor
Ipanema
Jul 2002
time: 02:35
  Old Post 01-09-2005 10:10 Visit Aro's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Put an end to popups!

I know it's a dumb question, but... Is it somehow like the "ini" file? I mean, the parameters are there, and you can change a lot of little annoying things...


Edited:sp

Last edited by Aro on 01-09-2005 at 20:18

Sn00py is offline Sn00py
King
From New Zealand
Aug 2001
time: 13:35
  Old Post 01-09-2005 11:16 Visit Sn00py's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Got spare money?

yeah something like that

Kuciwalker is offline Kuciwalker
Emperor
of Schmooism
Feb 2001
time: 00:35
  Old Post 01-09-2005 11:52
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

It's actually very similar to the civ2 rules file, since notepad would be fine for editing it.

There are plenty of good xml editors though.

Adm.Naismith is offline Adm.Naismith
King
Milano - Italy
Oct 1999
time: 06:35
  Old Post 01-09-2005 13:52
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

Wow, I'm on the Civ IV news page! (but my name is missing, I wonder if DanQ is punishing me because I'm dancing with copyright infringment ).

Well, to be true XML is not a programming language, but more a smart way to store data needed by a proper program (or script).

It's more advanced than a flat ".ini" or ".txt" of parameters, because you define data properties *inside* the file itself, using XML, and not inside the source code of the program that will use it.

That's good for many programming reason, but I agree that on a common user level (as most of us gamers) that can be ingnored, and we can simply focusing on how it can be modified: as easy as Civ II or .ini file, as Kuci and Sn00py said.

TheArsenal is offline TheArsenal
Prince
Sunny Southern California
Mar 2002
time: 21:35
  Old Post 01-09-2005 19:53
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Increase the size of your Attachments

Sn00py - thanks. As far as changing the values of units, etc. that sounds fairly straight forward.

I guess what I’m also asking is what do we know - if anything - about creating scenarios (map making, unit and city placement, and the like) which was, along with tweaking/creating and tweaking/creating wonders, what I primarily used the Editor for? I can’t imagine doing something like this without a fairly easy to use tool.

Kuciwalker is offline Kuciwalker
Emperor
of Schmooism
Feb 2001
time: 00:35
  Old Post 01-09-2005 20:17
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton buy from Amazon

Ah. Hmmmm... I'd imagine an editor is provided for that.

MarkG is offline MarkG
Grand Lord of Apolyton, Owner of all this land as far as the eye can see

Donate to the Red Cross
Macedonia, Greece
Jan 1970
time: 07:35
  Old Post 01-09-2005 21:01 Visit MarkG<br><img src=/forums/images/admin-icon.gif>'s homepage!
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Support Apolyton, buy Civilization 2

quote:
my name is missing
the article was in our knowledge long before your thread

TheArsenal is offline TheArsenal
Prince
Sunny Southern California
Mar 2002
time: 21:35
  Old Post 02-09-2005 02:24
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Browse Apolyton AD-FREE

The editor is a great part of my enjoyment. Creating maps and scenarios as well as re-balancing the game to my taste (to the degree I can ) is almost as much fun as playing.

Adm.Naismith is offline Adm.Naismith
King
Milano - Italy
Oct 1999
time: 06:35
  Old Post 02-09-2005 04:04
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Get a bigger avatar today!

quote:
Originally posted by MarkG
quote:
my name is missing
the article was in our knowledge long before your thread

Sir, and your point is?
I was referring to this part of the DanQ news:
quote:
Apolyton Civilization Site forum user `` provides the following summary after reading the piece:

where anyone can see the user name is meant to be mentioned but left empty inside the couple of apostrophe, as in a last minute check missed from the draft to the final new...

But my point is moot: I never want the merit of the magazine article, still I summarize it in parts and you quote my same words (correcting my english mistake, and I'm thanking for that, of course).

I recognized the work of others so well that I quoted all the credits mentioned in the end of article...

  < 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.0518 seconds (89.40% PHP - 10.60% 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