Page 1 of 2
The Whisper of The Dark Campaign.
Posted: Sat Dec 23, 2017 1:27 am
by General Brave
I'm currently making a campaign, which already has 5 Maps. It just needs dialogue and that's all.
But I do need some unique characters to go along the story. I hope you guys can help me.
1.A warrior Monk: He dress in a brown robe, optional: his face is hidden by the hood. His shield which he carries bear the head of a eagle. And his sword is a short sword or regular sword. Around his neck he carries a golden medallion.
2.The Eastern Merc: Tales says that he was once a honorable Knight, but greed soon turn him away from honor and loyalty to wealth and Glory. He rides on his mare of iron, he carries his Shield of his house which bear the animal of his house, the Antelope. He is a master at wielding a spear, able to attack from afar when on his horse or not.
3.The captain: A man of lowly birth, drafted into the army but grew through the ranks. He wears a cape of [player color]. his great shield is his main weapon but he carries a small sword with him.
I think that's all for now, well at least what I could think of. Can at least one you guys make these guys? Or is that too much to ask for.
Also do you guys want to see the maps? It probably won't be a great quality image.
Re: The Whisper of The Dark Campaign.
Posted: Sat Dec 23, 2017 1:36 am
by General Brave
And also if it isn't too much to ask. Can you guys help me by making new tiles, obst and decoration. This will make the campaign look much better. Thanks.
Re: The Whisper of The Dark Campaign.
Posted: Mon Dec 25, 2017 9:58 pm
by General Brave
Already finish some of the maps, if you want to see them I could show you but the quality won't be great.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 3:35 am
by General Brave

- Duke Randell.png (881 Bytes) Viewed 6080 times

- Duke Randell Son Jasper.png (895 Bytes) Viewed 6080 times
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 5:07 am
by General Brave
The House of Norflay is the most powerful and oldest house in the province of Wayston. In fact, they were the ruling house before they were overthrown and place under the rule of S.W. 124 years ago.
The Banner that represent the house is a blue background with black acting as waves as the house animal; the Cutthroat trout is in the center.
The head of the house is Duke Randall, age 34. His wife Alyssa, has no history or previous known whereabouts where she came from. Together they have three children. The oldest being Randy. The second being Jasper. The youngest and only daughter is Celia.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 5:28 am
by General Brave
Here are the JSON for these two. I hope I did them correctly but I wish that Jasper has poison. If I did them incorrectly, can one you guys fix them and put then here, please.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 7:35 am
by Stratego (dev)
they lost of formatting, it is a one line compressed json
please start from an existing unit and only modify values keeping the format (indentation, alignment and so on)
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 4:24 pm
by General Brave
Code: Select all
{
"unitTypeName":"Duke Randell",
"unitType":435,
"uiDefinition":{
"visuals":[
{
"imgName":"Duke Randell.png",
"type":"DEFAULT",
"shiftIndicatorsDown":0,
"typeExtra":0.0,
"imgColumns":1,
"imageDefParts":[
{
"cropToRect":{
"top":0,
"left":0,
"bottom":32,
"right":32
},
"layer":"UNITS",
"shiftCol":0,
"shiftRow":0,
"clickable":true
}
]
}
]
},
"unitStatSheet":{
"unit":{
"isTechnology":false,
"costTurn":8,
"grantorShopItems":null,
"hpMax":26,
"power":14,
"rangeAttack":1,
"armorPierce":1,
"armorNormal":1,
"sight":3,
"unitSizeCol":1,
"unitSizeRow":1,
"isUnderConstruction":false,
"isFactory":false,
"isFactoryThatNotAffectsFactoryLimits":false,
"isOccupiableBuilding":false,
"isWalkableThrough":true,
"powerAccuracyPenalty":0.0,
"powerRange":0,
"powerRangePenaltyPercent":0,
"attackTypeBurningRock":false,
"attackTypeArrow":false,
"rangeWalk":3,
"trnWalkTerrain":[
{
"terrainType":"TERRAINS_FORESTWALKABLE",
"modifier":1
}
],
"convertRange":0,
"convertResistance":1,
"convertPossibility":0.0,
"rangeHeal":0,
"healRate":0,
"rangeMend":0,
"mendRate":0,
"canBuild":false,
"bonusMendingWhenConstructing":0.0,
"bonusMending":0.0,
"bonusHealing":1.0,
"carryCapacity":0,
"canBeCarried":true,
"isCarriedUnitSurvivesIfIDie":false,
"isCarrierCanCarryUnderConstruction":false,
"isCarrierHidesCarriedUnits":true,
"isCarrierLetCarriedUnitsToShoot":false,
"isCarrierRemovesTerrainDrawbacks":false,
"maxActionCount":1,
"canOccupyBuilding":true,
"trnWeaponEffects":null,
"trnCategories":[
"U_FLESH_AND_BLOOD"
],
"trnModifiers":null,
"trnCanNotCarryMe":{
},
"trnBuilders":{
},
"trnBonusList":[
],
"trnBestAgainstMeWater":{
"categories":[
"U_SHIP_ATTACK"
]
},
"trnBestAgainstMeGround":{
"categories":[
"U_ANTI_INFANTRY"
]
},
"trnSpecUnitActions":[
"IS_TERRAIN_ENTITY",
"IS_GAIA_AI_BEAR"
]
}
}
}
Code: Select all
{
"unitTypeName":"Jasper",
"unitType":435,
"uiDefinition":{
"visuals":[
{
"imgName":"Duke Randell Son Jasper.png",
"type":"DEFAULT",
"shiftIndicatorsDown":0,
"typeExtra":0.0,
"imgColumns":1,
"imageDefParts":[
{
"cropToRect":{
"top":0,
"left":0,
"bottom":32,
"right":32
},
"layer":"UNITS",
"shiftCol":0,
"shiftRow":0,
"clickable":true
}
]
}
]
},
"unitStatSheet":{
"unit":{
"isTechnology":false,
"costTurn":8,
"grantorShopItems":null,
"hpMax":34,
"power":15,
"rangeAttack":1,
"armorPierce":1,
"armorNormal":2,
"sight":4,
"unitSizeCol":1,
"unitSizeRow":1,
"isUnderConstruction":false,
"isFactory":false,
"isFactoryThatNotAffectsFactoryLimits":false,
"isOccupiableBuilding":false,
"isWalkableThrough":true,
"powerAccuracyPenalty":0.0,
"powerRange":0,
"powerRangePenaltyPercent":0,
"attackTypeBurningRock":false,
"attackTypeArrow":false,
"rangeWalk":3,
"trnWalkTerrain":[
{
"terrainType":"TERRAINS_FORESTWALKABLE",
"modifier":1
}
],
"convertRange":0,
"convertResistance":1,
"convertPossibility":0.0,
"rangeHeal":0,
"healRate":0,
"rangeMend":0,
"mendRate":0,
"canBuild":false,
"bonusMendingWhenConstructing":0.0,
"bonusMending":0.0,
"bonusHealing":1.0,
"carryCapacity":0,
"canBeCarried":true,
"isCarriedUnitSurvivesIfIDie":false,
"isCarrierCanCarryUnderConstruction":false,
"isCarrierHidesCarriedUnits":true,
"isCarrierLetCarriedUnitsToShoot":false,
"isCarrierRemovesTerrainDrawbacks":false,
"maxActionCount":1,
"canOccupyBuilding":true,
"trnWeaponEffects":null,
"trnCategories":[
"U_FLESH_AND_BLOOD"
],
"trnModifiers":null,
"trnCanNotCarryMe":{
},
"trnBuilders":{
},
"trnBonusList":[
],
"trnBestAgainstMeWater":{
"categories":[
"U_SHIP_ATTACK"
]
},
"trnBestAgainstMeGround":{
"categories":[
"U_ANTI_INFANTRY"
]
},
"trnSpecUnitActions":[
"IS_TERRAIN_ENTITY",
"IS_GAIA_AI_BEAR"
]
}
}
}
I hoping this is better, because I don't know how to do the other one. What program or thing that you guys are using?
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 5:04 pm
by Midonik
I'm using "JSON editor" android app,it has icon of yellow { },but it causes some problems too.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 5:27 pm
by General Brave
I use the app you recommend, did it work? If not just copy the code above.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 5:45 pm
by Midonik
Looks good at a glance.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 6:19 pm
by Stratego (dev)
Midonik wrote:I'm using "JSON editor" android app,it has icon of yellow { },but it causes some problems too.
plrease dont use any editor that is for jsons, that will ruin the readability.
these files looks fairly good
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 6:53 pm
by General Brave
I hope so, because I do need them for the campaign. I will make the other two siblings and the mother.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 7:16 pm
by Midonik
Stratego (dev) wrote:Midonik wrote:I'm using "JSON editor" android app,it has icon of yellow { },but it causes some problems too.
plrease dont use any editor that is for jsons, that will ruin the readability.
As I said,it's simple text editor that is called json editor becouse you can edit and save only json files. You were saying that it changes some minor cosmetic thinks,but json still works.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 7:48 pm
by General Brave
Some change? If it's just cosmetic and it still works, then it's no problem then, I think.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 8:01 pm
by Stratego (dev)
Midonik wrote:Stratego (dev) wrote:Midonik wrote:I'm using "JSON editor" android app,it has icon of yellow { },but it causes some problems too.
plrease dont use any editor that is for jsons, that will ruin the readability.
As I said,it's simple text editor that is called json editor becouse you can edit and save only json files. You were saying that it changes some minor cosmetic thinks,but json still works.
you misunderstood. it is essential to keep the alignment for ease of later editing, if that app changes anything than that is not a "text editor", we need to find a real text editor that changes nothing if this is changing things that is not intentionally modified.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 8:18 pm
by Stratego (dev)
ok i downloaded a text editor and seems ok: "Total Commander - file manager"
this is FREE and ruins nothing in a json, browse a file and modify without changing anything else you have edited yourself
on pc i suggest "TextPad" that is free and cool.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 8:39 pm
by Midonik
Ok,downloaded it.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 10:08 pm
by General Brave
Here, I use what you suggested Stratego. I edited the natural man and hopefully it's in the same alignment.
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 10:18 pm
by Stratego (dev)
seems awesome!
Re: The Whisper of The Dark Campaign.
Posted: Sun Jan 07, 2018 10:56 pm
by Stratego (dev)
the format is cool
but here are problems i see in the content:
- no spaces in filenames
- please use the current naming conventions, eg:
unit_human_duke_randell_son.png
unit_human_duke_randell.png
- also for json
- unittypename: also you used non capital unit typename - that is different then all existing - also u used space in that too, please not. simplest and good choice to use the same as the filename but uppercased
- IS_TERRAIN_ENTITY", "IS_GAIA_AI_BEAR - these should be removed, it is not a bear, nor a terrain entity.
please fix them so i can put them in.
Re: The Whisper of The Dark Campaign.
Posted: Mon Jan 08, 2018 12:27 am
by General Brave

- unit_human_duke_randell.png (881 Bytes) Viewed 6023 times

- unit_human_duke_randell_daughter.png (1.03 KiB) Viewed 6023 times

- unit_human_duke_randell_son.png (895 Bytes) Viewed 6023 times
Re: The Whisper of The Dark Campaign.
Posted: Mon Jan 08, 2018 12:31 am
by General Brave

- unit_human_duke_randell_wife.png (899 Bytes) Viewed 6023 times
Re: The Whisper of The Dark Campaign.
Posted: Mon Jan 08, 2018 1:13 am
by General Brave
There it is, I think I done it.
Re: The Whisper of The Dark Campaign.
Posted: Mon Jan 08, 2018 6:12 am
by Ayush Tiwari
You can also use Anwriter,it supports all json,html,xml etc.
Re: The Whisper of The Dark Campaign.
Posted: Mon Jan 08, 2018 6:45 am
by Stratego (dev)
General Brave wrote:UNIT_HUMAN_DUKE_RANDELL.json
UNIT_HUMAN_DUKE_RANDELL_SON.json
There it is, I think I done it.
quick answer: good!
here is the things i see at first:
- filename needs to be lowercase (i think u misunderstood the line i wrote about unit type name, i have fixed the sentence above)
- the trnspec actions: if there is none than should be null instead of [""], this will cause error
- you have not defined sound pack for it, so it will be mute.
Re: The Whisper of The Dark Campaign.
Posted: Mon Jan 08, 2018 10:17 pm
by General Brave
Re: The Whisper of The Dark Campaign.
Posted: Tue Jan 09, 2018 2:41 am
by General Brave

- unit_human_duke_randell_oldest_son.png (1.24 KiB) Viewed 6001 times
Re: The Whisper of The Dark Campaign.
Posted: Wed Jan 10, 2018 1:06 am
by General Brave
Next I'm going to do the guards and the other character that I thought of.
Re: The Whisper of The Dark Campaign.
Posted: Wed Jan 10, 2018 5:38 am
by General Brave
This would be easier if I wasn't looking for units to use as a base, I wonder, don't you guys have images of all the units that have been made? It would be easier instead of looking through scraps and going through website.