[SOLVED] Workshop Uploader Failed k_EResultservicereadonly

AFallenApple

Chieftain
Joined
Oct 10, 2018
Messages
4
I created a very simple mod, it just adds a map I made using the World Builder. The mod works fine locally, but for some reason I keep getting this error when I upload. The uploader gives me all green across the board, so I'm not sure what the issue is.

Here's my modinfo:

Spoiler Code :

<?xml version="1.0" encoding="utf-8"?>
<Mod id="f4d7e92d-c955-44cd-b322-cc598c6a07b1" version="1">
<Properties>
<Name>AFA Map Pack 1</Name>
<Description>A collection of custom maps that work in both singleplayer and multiplayer.</Description>
<Teaser>A collection of custom maps that work in both singleplayer and multiplayer.</Teaser>
<Authors>AFallenApple</Authors>
</Properties>
<FrontEndActions>
<ImportFiles id="UpdateRules">
<File>UpdateRulesets.xml</File>
</ImportFiles>
<AddMap id="AddMap1">
<Properties>
<Group>StandardMaps</Group>
<Name>Six Player Balanced Continents</Name>
<Description>Each player gets their own balanced continent.</Description>
</Properties>
<File>Maps/SixPlayerBalancedCont.Civ6Map</File>
</AddMap>
<AddMap id="AddMap1RF">
<Properties>
<Group>Maps:Expansion1Maps</Group>
<Name>Six Player Balanced Continents</Name>
<Description>Each player gets their own balanced continent.</Description>
</Properties>
<File>Maps/SixPlayerBalancedCont.Civ6Map</File>
</AddMap>
</FrontEndActions>
<InGameActions>
<UpdateDatabase id="UpdateBase" />
</InGameActions>
<Files>
<File>Maps/SixPlayerBalancedCont.Civ6Map</File>
<File>UpdateRulesets.xml</File>
</Files>
</Mod>


Any help would be greatly appreciated!

-----
EDIT

Ends up the issue was steam. They changed the way the system works since the last time I did some modding. You have to update your profile Contact, Bank Info, and Tax Info (including the Tax Interview). Once that's done, it took about 3 days for processing.

My mod is now finally uploaded!
 
Last edited:
Back
Top Bottom