MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003150VCMIMechanics - Town structurespublic2020-10-12 17:142020-10-12 18:29
Reportermisiokles 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusnewResolutionopen 
PlatformPCOSWindowsOS Version10
Product Version0.99 
Target VersionFixed in Version 
Summary0003150: Buggy first version of Mod system improvement Part I : Special buildings should work in modders towns
DescriptionIn latest daily build modders got great tool for configuring empty special buildings in fan made town. Unfortunatelly it's seems to be buggy and little buildings seem to work properly.

I tested all new types with Ciberium town (http://www.mediafire.com/file/sa02m9l2ymkx1o0/Ciberium.7z/file [^]) and all types I wrote to "special1" buildings.

And here's the results:

"stables" - not working (any stables pop-up window)
"brotherhoodOfSword" - gives Tavern instead
"library" - seems working
"mysticPond" - seems working
"fountainOfFortune" - Mystic Pond funcionality
"manaVortex" - not working
"portalOfSummoning" - there's pop-up window saying that must be external dwelling flagged, but after do that - nothing happens and external creature can't be summoned.
"ballistaYard" - you can buy ballista, but after that it... dissapers :(
"freelancersGuild" - guild window appears, but trading shows very strange things and I can't do anything.
"escapeTunnel" - seems working
"artifactMerchant" - prices seem to have insane values!
"magicUniversity" - seems working
"castleGate" - works but only ciberium towns appear on the list.
"attackGarrisonBonus" - not working
"spellPowerGarrisonBonus" - not working
"defenseGarrisonBonus" - not working
"creatureTransformer" - works
"lookoutTower" - works

Steps To Reproducego to Ciberium's buildings.json file end edit "special1" part of file. For example:

"special1" :
    {
        "description" : "",
        "name" : "Bunker",
        "cost" : { "gold" : 1000 },
        "type" : "ballistaYard",
        "id" : 17
    },

Then save file and launch the game.
TagsNo tags attached.
Attached Filespng file icon error1.png [^] (275,636 bytes) 2020-10-12 17:14

- Relationships

-  Notes
(0007941)
misiokles (reporter)
2020-10-12 18:02

Update:

"attackGarrisonBonus" - works
"spellPowerGarrisonBonus" - works
"defenseGarrisonBonus" - works
"fountainOfFortune" - works
"brotherhoodOfSword" - works but in modders towns such building must share the same place as Tavern, because it's Tavern upgrade, otherwise we'll get two taverns
(0007942)
misiokles (reporter)
2020-10-12 18:29

Update2:
It seems that modders must pay attention what special building belongs to original 'special'.

For example Mana Vortex is Dungeon's special2 buildings.
If in fan made town we write.

"special2" :
    {
    "name" : "Mana Vortex 2",
    "type" : "manaVortex"
        }

function will be apllied, but if we write:

"special1" :
    {
    "name" : "Mana Vortex 2",
    "type" : "manaVortex"
        }

nothing will happen

- Issue History
Date Modified Username Field Change
2020-10-12 17:14 misiokles New Issue
2020-10-12 17:14 misiokles File Added: error1.png
2020-10-12 18:02 misiokles Note Added: 0007941
2020-10-12 18:29 misiokles Note Added: 0007942

Site | Forums | Wiki | Slack | GitHub


Copyright © 2000 - 2024 MantisBT Team
Hosting provided by DigitalOcean