Aurora 4x

VB6 Aurora => Wiki Discussion => Topic started by: QuantumPete on August 20, 2020, 02:20:10 AM

Title: Updating main namespaces pages with C# content
Post by: QuantumPete on August 20, 2020, 02:20:10 AM
Please correct me if I'm wrong, but I assume that the C# version of Aurora is now the defacto standard and no longer experimental (since we're on minor version 11 already).

I'm looking to update a couple of pages that are now outdated, as they refer to mechanics, values or actions that are only available in the VB6 version.  So I'm looking for guidance on the best way to do this.

For a (bad) example: hxxp: aurorawiki. pentarch. org/index. php?title=Mineral_Shortages

1) Update the pages in the main namespace to just reflect the latest version
2) Update the pages in the main namespace, but add Note where this differs from the VB6 version
3) Recreate the page in the C# namespace and link between them

What's the right course of action here?
Title: Re: Updating main namespaces pages with C# content
Post by: Erik L on August 20, 2020, 02:23:37 AM
Option 3.
Title: Re: Updating main namespaces pages with C# content
Post by: Dutchling on August 21, 2020, 06:39:48 AM
I would recommend handling it like the Dwarf Fortress Wiki does (https://dwarffortresswiki.org/index.php/DF2014:Farming).

At the top of each page is a link to each of the major versions, plus an indicator of which version's page you are currently viewing.
Title: Re: Updating main namespaces pages with C# content
Post by: Erik L on August 21, 2020, 06:49:18 PM
I would recommend handling it like the Dwarf Fortress Wiki does (https://dwarffortresswiki.org/index.php/DF2014:Farming).

At the top of each page is a link to each of the major versions, plus an indicator of which version's page you are currently viewing.

Go ahead :)
Title: Re: Updating main namespaces pages with C# content
Post by: Dutchling on August 22, 2020, 08:31:04 AM
Haha, yeah I realize the wiki contributor population is a teensy tiny bit smaller for this game than it is for Dwarf Fortress :P. I'm grateful for all the contributors that exist though!

Just wanted to make sure you were aware of the idea.
Title: Re: Updating main namespaces pages with C# content
Post by: MasonMac on August 24, 2020, 06:34:46 PM
I'm working on creating a cheatsheet and reference book using mdBook (https://github.com/rust-lang/mdBook) and zola (https://github.com/getzola/zola) which will be open source so others can contribute to it. I think I'll be done with the draft by the end of the week, but it may take a bit longer.