Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
https://steamcommunity.com/app/2026000/discussions/0/4362376876608281426/
So far, I've been able to edit major stats and derived stats, recorded data like damage done or enemies killed for adventurers, and some smaller stuff. Haven't been able to edit items or apply traits yet.
Since Unity uses C#, it's a simple matter to create a program, use FileStream to read the file and populate variables for the user to edit. The problem is that without a data dictionary, it's difficult to make sense of the data. For example, "SaveDataGeneral > AllCharacters > 4 > Sexuality" contains the value 1. Which character is this for? Does 1 = gay or lesbian or everything goes or straight? One way to tell would be to see the "SaveDataGeneral > AllCharacters > 0 > DaysHired" value which should be relatively unique to find which id a particular character has, the only other way would be to manually change stuff in the game, save and see what changes.
SaveDataGeneral > AllRelationships > 20 > Character1RomanticallyInterested with a value of 0 is even worse. I don't know which characters these are meant for. I have 10 characters so...
If the dev has a data dictionary and provided it and maybe gives the enums used (e.g. enum Sexual Orientation { straight = 0, lesbian = 1, gay = 2, willonlymatewithcats = 3 }), assuming he uses enums which is the best way, then it would be a simple matter to make an editor to edit the characters. Don't even think about editing items, there are too many variables.
I was thinking of making one but.... couldn't motivate myself enough
CurrentManaMana
CurrentMorale Bravery KnowledgeTrickery
PerceptionAthleticNextLevelPoints
PositionDatas BiographyNameNickNameAdventurerTitleGender Sexuality
PersonalityID DaysHired
QuestSucceded
QuestFailedEnemiesSlainEnemiesSlainInfos
DamageDealtDamageReceivedDeathBlowsSurvivedReflectionDamageDealtAmountHealed
BuffAmountDebuffAmountStrongestFoeSlainIDDeathInformationNGPCharacterCharacterStateForcedCharacterStateLengthTraits TalentsCustomPortraitIDUserPortraitFilePathSkillHotkeysSkillFavourites
RelationShipsStrengthGrowthOverflowAgilityGrowthOverflowIntelligenceGrowthOverflowEnduranceGrowthOverflowWisdomGrowthOverflowCharismaGrowthOverflow
QuestInjury
InjuryValueBaseMood MoodValueMourningPeriod OnQuestStoryPointsOnDeathHairBeard HairColor SkinColorEyeColorFace
FaceExtrasExperiencePointsUnDistributedExperiencePointsLevelUpReady
SkillPointsCharacterClass
TargetClassParty
EquippedArmorEquippedWeapon
Accessoir1
Accessoir2
Consumable1
Consumable2
HideHelmetUltimateEquippedSkillsCurrentHealthMultiplierCurrentMoraleMultiplierQuestMapStatusEffectsTeamworkSkillsAchievementsCompletedAchievementsTotalEarnedReputationPointsReputationPointsID
CharacterTagsLevel HitPointsAccuracy
CritChanceDodgeBlockSpeed
MovementRangeCurrentHitPointsActionAmountPhysicalDamage
MagicalDamagePhysicalResistanceStunResistanceBleedResistancePoisonResistanceFireResistance
AirResistanceWaterResistanceEarthResistanceAdditionalRowsBattlePositionSkills
https://steamcommunity.com/sharedfiles/filedetails/?id=3431994237
Save location C:\Users\%username%\AppData\LocalLow\TheGreenGuy\Our Adventuring Guild
https://steamcommunity.com/sharedfiles/filedetails/?id=3432438570
https://steamcommunity.com/sharedfiles/filedetails/?id=3435778119