Announcement

Collapse
No announcement yet.

[C4:AC][Programming] Files being worked on

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [C4:AC][Programming] Files being worked on

    So that we can cordinate our Programmnig efforts better I thought it would be a good idea to list what files each of us is working on.

    Here are the files I am currently working with:

    In the Assets\XML\Civilizations folder:

    CIV4CivilizationInfos
    CIV4LeaderHeadInfos

    In the Assets\XML\Text folder:

    CIV4GameTextInfos
    CIV4GameText_Misc1
    CIV4GameText_Civlopedia_CivLeaders
    CIV4GameTextInfos_Objects
    CIV4GameTextInfos_Cities
    CIV4DiplomacyText

    In the Assets\XML\GameInfo folder:

    CIV4DiplomacyInfos


    FYI in case anyone is already also working on these files so we can coordinate our efforts, or if someone is looking to pick up a task they know whats currently being worked on.

    D

  • #2
    For my crawler mod, I'm working with:

    Assets/Python :

    CvHarvesterEventManager.py (new file: CvEventManager subclass)
    Harvester.py (new file: custom logic)
    HarvesterUnits.py (new file: memory for extra data I need to save)

    EntryPoints/CvEventInterface.py (minor change to return my event manager instead of the default one)


    Assets/XML :

    Technologies/Civ4TechInfos.xml (only slight mod for testing)
    Text/Harvester_Text.xml (new file : all text for my mod can be placed in 1 file)
    Units/Civ4UnitInfos.xml
    Units/Civ4UnitClassInfos.xml


    A few more files will have to be added I guess before I get my crawler mod working.
    no sig

    Comment


    • #3
      I'm working on my mini project to see if I can modify the tech advancement splash screen to include a button to display more information.

      Assets\Python\Screens

      CvTechSplashScreen.py
      Promoter of Public Morale
      Alpha Centauri Democracy Game

      Comment


      • #4
        Excellent initiative Darsnan. This will help coordination of our efforts
        SMAC/X FAQ | Chiron Archives
        The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. --G.B.Shaw

        Comment


        • #5
          Anyone thought of setting up a source control system?
          #play s.-cd#g+c-ga#+dgfg#+cf----q.c
          #endgame

          Quantum P. is a champion: http://geocities.com/zztexpert/docs/upoprgv4.html

          Comment

          Working...
          X