Recent content by Griffon.it

  1. G

    [HELP] Problem with multiplayer

    Hi all I have a strange problem when i try to play online with my new mod. Simple a can't find in Gamespy room the games of my friends, and them can't find my game too. but if i create a pitboss server on my PC, i can find my game in the browser (launching civ4 from the same PC of pitboss)...
  2. G

    Screenshot resolution

    u can also change the format of screenshot output in Civilization4.ini config file
  3. G

    Problems with adding a new building

    ohhhh now i'm at work now. this evening i'll try yuor tip :) (otherwise, the colossum it's only an example: my objective is to add some new buildings) thanks a lot chamaedrys
  4. G

    Problems with adding a new building

    Hi to all :) i have a strange problem with buildings adding. I have simple duplicate the colossum <BuildingInfo> tag in XML\Buildings\CIV4BuildingInfos.xml, rename the <Type> tag of the "new" building in BUILDING_COLOSSEUM_CUSTOM, leaving other tags unchanged. I have run civ with this...
  5. G

    Problems with mission' adding

    i have copied-pasted a mission from someone that have a <Button> entry, but with some test i understand that the influent entry is <bVisible>: must be 1 :)
  6. G

    Problems with mission' adding

    :goodjob: :goodjob: :goodjob: Screenshot thanks gerikes
  7. G

    Problems with mission' adding

    no, there's someelse wrong... i'have add a new case statement that return always true in canStartMission function but with no result (a new game start but no unit have the mission button). I think that the core never call my mission...
  8. G

    Problems with mission' adding

    i have an other problem, about the new mission. Where do i find the code to insert in the interface the new button?
  9. G

    Problems with mission' adding

    thank u NicG, i have solved adding the new mission entry after all the originals in the xml file and after all the originals but before the NUM_MISSION_TYPES entry in CvEnums.h thx all :D
  10. G

    Problems with mission' adding

    no, there is some else wrong. i have add a new case statement with the new enum, but it still crash. a question: if game exit with the Windows dialog box with error info and "sent to microsoft" button, can i find in log files the line or files or something else about exact crash reason? i do...
  11. G

    Problems with mission' adding

    thank u very much gerikes, this evening i'll try :D
  12. G

    Problems with mission' adding

    Hi to all first of all sorry for my english. try to understand me :p I have a problem when try to add a new "mission" for the great prophet. I want to found religion with this unit, not with tech discover (yes, there's already a mod that do it, True Prophet, but with sdk i would like to...
Back
Top Bottom