RTR Project 'Grand Campaign' BETA Testing through 0.4

Started by ahowl11, December 02, 2013, 05:07:43 PM

Previous topic - Next topic

b257

I finished the 20 turn limit on the Seleucids and so far so good. Aside from the tower bug there was nothing else wrong. The Seleucids are well balanced and Challenging, makes you pick your fronts. I ended up losing most of my eastern provinces to the Parthians while campaigning in Anatolia to drive the Egyptians out. The Armenians eventually attacked me and were allied with the Parthians. Proudest moment for me was when my army from Seleucia united with he rabble I collected from my eastern villages I knew I couldn't hold and faced down an Armenian-Parthian attack and won. Long story short almost drove out the Egyptians from Anatolia but lost the some cities in the east to the Parthians while launching an offensive against the Armenians, now on to carthage :)

z3n

#106
Quote from: ahowl11 on January 03, 2014, 10:13:47 PM
It has something to do with adding in the DTW walls. I wouldn't know how to fix it. I'll see if z3n knows.

Can you tell me what your export descr buildings looks like for building defenses?

Btw, it was Christmas holiday's so I was away for some time. :)



edit:

It could also be descr_engines/skeleton you need to look at, along with descr_walls, it seems like you're missing some of the code.

;EASTERN SMALL STONE/TOWN WALLS
wall
{
   culture eastern carthaginian egyptian
   level 3
   siege_tower_size medium

   straight
   {
      eastern_town_wall_straight
      breach_inner_link 0 10
      breach_outer_link 0 -10
      breach_width 10
   }

Also here's a list of files involved with walls.

data\descr_building_battle.txt
data\descr_engines.txt
data\descr_walls.txt
data\descr_building_battle\dbb_walls_*culture*.txt
data\descr_items.db
data\descr_items.txt
data\descr_items\di_*.txt
data\descr_projectile_new.txt
data\descr_oil_effect.txt

ahowl11

@b257
Good to hear!

@z3n
So where do you think it stems from? EDB, descr_engine_skeleton, or descr_walls?

I have made a decision on the first version. I will keep the Roman Families and I will keep the units the way they are. I want to get a release out to generate interest and I am not far away from a releasable version. I just need to do the following:

-Add in EDU edits by phalanx_man
-Add in Pinarius Horses
-Add in Roman Symbols and Banners
-Edit descr_strat to balance diplomacy and starting positions
-Make UI's for all units
-Add in RS2 settlement trees
-Add in other aesthetics
-Check for and fix any bugs/final testing
-Release

The UI's will definitely prolong the process. If ANYONE can do UI's let me know. Two people working on this would make things go a lot faster!
God, Family, Baseball, Friends, Rome Total War, and Exilian. What more could I possibly need?

z3n

Well it could be any of them. Check the EDB wall defenses lines for tower level of stone walls coding ,since that could be one problem, which is why I asked in the original post to see yours. :)


ahowl11

See anything? I honestly don't know what to look for  ::)
building defenses
{
    levels wooden_pallisade magic_wall wooden_wall stone_wall large_stone_wall epic_stone_wall
    {
        wooden_pallisade requires factions { barbarian, carthaginian, eastern, parthia, egyptian, greek, roman, }
        {
            capability
            {
                wall_level 0
                tower_level 1
            }
            construction  1
            cost  400
            settlement_min town
            upgrades
            {
                wooden_wall
magic_wall
            }
        }
        magic_wall requires hidden_resource nobuild ; CAN'T AND SHOULDN'T BUILD THIS
        {
            capability
            {
            ;;;; THIS IS JUST A TOKEN BUILDING TO RAPE SILLY RTW ENGINE MECHANICS
                wall_level 1
                gate_strength 1
                tower_level 1
            }
            construction 2
            cost 800
            settlement_min town
            upgrades
            {
                wooden_wall
            }
        }
        wooden_wall requires factions { barbarian, carthaginian, eastern, parthia, egyptian, greek, roman, }
        {
            capability
            {
                wall_level 1
                gate_strength 1
                tower_level 1
            }
            construction  2
            cost  800
            settlement_min large_town
            upgrades
            {
                stone_wall
            }
        }
        stone_wall requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, }
        {
            capability
            {
                wall_level 2
                tower_level 1
                gate_defences 1
                gate_strength 1
            }
            construction  3
            cost  1600
            settlement_min city
            upgrades
            {
                large_stone_wall
            }
        }
        large_stone_wall requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, }
        {
            capability
            {
                wall_level 3
                tower_level 1
                gate_defences 2
                gate_strength 2
            }
            construction  5
            cost  3200
            settlement_min large_city
            upgrades
            {
                epic_stone_wall
            }
        }
        epic_stone_wall requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, }
        {
            capability
            {
                wall_level 4
                tower_level 2
                gate_defences 2
                gate_strength 2
            }
            construction  6
            cost  6400
            settlement_min huge_city
            upgrades
            {
            }
        }
    }
    plugins
    {
    }
God, Family, Baseball, Friends, Rome Total War, and Exilian. What more could I possibly need?

z3n

Everything looks fine, so then it must be a problem in descr_walls or other file.

Did you copy everything you were supposed to over?

ahowl11

Yeah, I believe so. I don't know what I could have missed.
God, Family, Baseball, Friends, Rome Total War, and Exilian. What more could I possibly need?

ahowl11

I have contacted ALOT of people over at TWC for BETA testing since only b257 and CanOmer have been able to do so. I understand if you guys are busy, I've been there. I'm hoping that with more progress that a little team can be formed as I want this to be an official RTR installment.

I'm off tomorrow, and barring any surprises I should have a lot of free time. That means I will more than likely:

Add in Pinarius Horses
Add in Roman Faction Symbols and Banners
Add in phalanx man's EDU stats etc


I tested Pontus today. Had a fun go around. Ended up conquering a few regions. I monitored the other factions and everything seems balanced. Nobody is blitzing anyone else.
God, Family, Baseball, Friends, Rome Total War, and Exilian. What more could I possibly need?

comrade_general


Jubal

ahowl - do you want me to do a round of other places? I can put beta tester calls on twitter/facebook/the org/TW Heaven if you want.  :)
The duke, the wanderer, the philosopher, the mariner, the warrior, the strategist, the storyteller, the wizard, the wayfarer...

ahowl11

@comrade_general
Have not had time :(

@Jubal
Yes, that would be great thank you
God, Family, Baseball, Friends, Rome Total War, and Exilian. What more could I possibly need?

Cozmicus


ahowl11

Go for it Cozmicus, it should only take a few hours to get both of them done :)
And welcome to exilian!
God, Family, Baseball, Friends, Rome Total War, and Exilian. What more could I possibly need?

ahowl11

Okay the following factions still need BETA testers:

Brutii
Senate (Optional, could do this with an ai campaign)
Egypt
Parthia
Gaul
Germania
Britannia
Greek Cities
Spain


Also, along with playing a campaign with your factions, do an ai campaign as well to see how the computer controls the faction.
God, Family, Baseball, Friends, Rome Total War, and Exilian. What more could I possibly need?

Zephyronian

First thank you ahowl for notifiyng that you are doing this marvelour project :D Second I will test the Greeks and Brutii :)
Rome Total War, Exilian, and RTR. What else do you need?