OniGalore:Current events: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (→‎General wiki work: adding mention of categorizing character images too; giving samples of decent class articles)
m (not "tutorials", "documentation" (tutorials are done, at any rate))
 
(34 intermediate revisions by the same user not shown)
Line 6: Line 6:
!ENOUGH FOR A JOKE OR TWO<br>THEN IT GETS BORING
!ENOUGH FOR A JOKE OR TWO<br>THEN IT GETS BORING
|}
|}
{{Hatnote|If you're not familiar with wikis, see [[OniGalore:About]]. If you're not confident about editing a wiki, see [[Help:Editing]].}}
Here are some ongoing projects, and ideas for projects, on the wiki. Whatever in this list looks interesting to you, feel free to tackle it, even if you only have a little time here and there. However, if you are leaving a project half-done until you can resume it, please note this under the item in the list. Thanks for whatever you can do to contribute.


:''If you're not familiar with wikis, see [[OniGalore:About]]. If you're not confident about editing a wiki, see [[Help:Editing]].''
{{TOClimit}}
 
These are only suggestions, although some are more obviously needed than others. Whatever in this list looks interesting to you, feel free to tackle it, even if you only have a little time here and there. However, if you are leaving a project half-done until you can resume it, please note that under the item in this list.
 
Thanks for whatever you can do to contribute.


==General wiki work==
==General wiki work==
*Look at the list of [[:Category:Flagged articles|flagged articles]] and see if there's anything you can help out with. There are a number of articles which need to be updated or finished.
* Look at [[:Category:Flagged articles]] and see if there's anything you can help out with. There are a number of articles which need to be updated or finished, including ones about characters and settings in Oni.
*Just browse [[Special:Wantedpages]], and pick an interesting topic to write about!
* Just browse [[Special:Wantedpages]] and pick an interesting topic to write about! There are many interesting parts of Oni's world which do not have a dedicated article yet.
*Images hosted on other domains should be localized (uploaded to this wiki, and the external links changed to point to our local copies) to protect against the external sites going down. As a secondary priority we should also copy over images that are currently hosted on other subdomains of oni2.net; though these are less likely to go away, there is no way for the subdomain owner to know whether their images are being linked to.
*Review [[Special:LinkSearch|external links]] looking for pages and files that have gone down, and replace them with Internet Archive links or alternatives. Though it would need to be heavily adapted in order to actually function on our wiki, Wikipedia uses [[metawikipedia:InternetArchiveBot|InternetArchiveBot]] to automatically replace dead URLs with snapshots from the Archive that come from the time period the URL was added. Going back in time like that prevents a later snapshot from being pulled which might just be a 404 page. We might be able to learn some tricks from IABot's code, or the MediaWiki API that it employs (e.g., it seems that MW can [https://www.mediawiki.org/wiki/API:Revisions return the revision] that certain content was added to a page).
*Categorize our [[:Category:Media|images]] of the different enemy classes and characters into the appropriate sub-categories of [[:Category:Factions]] and [[:Category:Characters]]. The classes that still need pictures to be categorized under them are the Syndicate's [[:Category:Strikers|Strikers]], [[:Category:Elite Strikers|Elite Strikers]], and [[:Category:Tankers|Tankers]], and the TCTF's [[:Category:Cops|Cops]], [[:Category:Troopers|Troopers]], [[:Category:SWAT Troopers|SWAT Troopers]], [[:Category:Black Ops|Black Ops]] and [[:Category:SWAT Black Ops|SWAT Black Ops]], and under the WCG category we need to tag pictures of [[:Category:Mercenary Snipers|Mercenary Snipers]], [[:Category:Thugs|Thugs]], [[:Category:Civilians|Civilians]], [[:Category:Scientists|Scientists]], and [[:Category:Security Guards|Security Guards]].
*Most of the classes also have no articles about them, such as [[Elite Striker]], [[Mercenary Sniper]], [[TCTF Trooper]], [[TCTF SWAT Trooper]], [[TCTF Black Ops]], [[TCTF SWAT Black Ops]], [[Scientist]], [[Civilian]], and [[Security Guard]]. These should be modeled on the existing articles in the [[:Category:Factions|Factions]] category, like [[Fury]] and [[TCTF Cop]].


==PlayStation 2 port==
==PlayStation 2 port==
The community has always tended to overlook the PlayStation 2 port of the game, for fairly obvious reasons -- it doesn't play as well, and it's impractical to mod a disc-based console game. Nevertheless, we ought to have a page like [[PS2 Oni vs. PC Oni]], modeled on [[Windows Oni vs. Mac Oni]], which explains the differences in PS2 Oni from Win/Mac Oni. We should also devote at least a tiny amount of research to the contents of the game data. Might some unexpected resources be in there? First we need to know how to read the game data. Based on a cursory examination, resources were moved around and re-packed, but one would expect that the basic binary format of the tags has not changed. Thus, it would be nice to have a page like [[OBD:PS2]] that gives at least a high-level view of the binary data (e.g., how the .dat files are now packed).
Let's expand on the [[PS2 vs PC|documentation of the PS2 version]], including how it differs from Win/Mac Oni. Besides gameplay or content differences, we might also want to check the game data for unexpected resources. First we'll probably need an [[OBD:PS2]] page for documenting the data format, since it has changed a bit from the PC version.
 
==Improving the documentation==
===Modding introduction===
[[Modding Oni]] has a number of notes on it about parts that need to be filled in.
 
===BSL tutorial(s)===
A project to document the built-in BSL commands is underway. This will replace the [[BSL:Functions]] and [[BSL:Variables]] pages with a more organized and natural system:
# A single, master list of all functions and variables at [[BSL:List of built-in commands]] ("BSL:List" is a shortcut that redirects there). No longer will we have to browse two pages at once when we're trying to find a command but don't remember if it's a variable or function. The list is sortable by name, group, kind (function or variable), and platform availability, but does not contain any other info on the commands. It's just intended as a quick reference. You can click the group name for any command to go to the grouped page that discusses it in the context of related commands.
# Grouped pages which discuss all the functions/variables related to a certain task. This is where the detailed coverage of commands will be found. See [[BSL:AI activity]] for an example.
# Each command will also have its own page, so typing in the name of that command, e.g. "ai2_active", in the Go/Search box will take you to a page that allows you to either edit the basic information about that command or to visit its group's page.
 
The master list, the grouped pages, and the individual command pages are all dynamically interlinked (the system is explained [[BSL:Grouping|here]]). When I am done porting all commands to the new templates and creating all the grouped pages, BSL:List will automatically be completed, and the BSL:Functions and BSL:Variables pages will be replaced by messages that direct the reader to BSL:List and to the instructions for using functions/variables on [[BSL:Manual]].
 
I regret that the complex nature of the documentation system probably makes it feel difficult to contribute to, but it actually isn't as complicated as it seems, so if you would like to contribute, just let me know about any questions you have. --[[User:Iritscen|Iritscen]] ([[User talk:Iritscen|talk]]) 23:59, 11 May 2017 (CEST)


:Progress report: {{#expr:{{PAGESINCAT:BSL functions}}+{{PAGESINCAT:BSL variables}}}}/504 commands, {{PAGESINCAT:Scripting tasks}}/38 groups done.
==Angel Studios sequel==
If you have some hacking skills, please look at [[Talk:Oni 2 (Angel Studios)]] and [[OBD:Oni2AS]] to see if you can answer any outstanding questions or contribute new information.


===XML tutorial(s)===
==BSL documentation==
See the category for [[:Category:Articles_that_need_finishing|articles that need finishing]].
The revamp of the BSL docs that was originally laid out in this section is on hold because the system we were using is too rickety and hacked together. The proper approach to interlinked pages that read from the same central pool of data is the [[mw:Extension:Semantic MediaWiki|Semantic MediaWiki]] extension, so we'll focus on implementing that at some point in the future.


==Oni 2 and beyond...==
==Oni 2 and beyond...==
Some fans use the wiki to write sequels, prequels, interquels (what may have happened to Konoko in the time gaps between the original chapters, e.g., between Chapter 12 and Chapter 13) or even paraquels (e.g., what was happening on the Syndicate side during Oni?). You can then list your work [[Oni2|HERE]]. Just be aware of the [[OniGalore:Copyrights|rights issues]] attendant with posting fan fics here. Also, plagiarism is not nice, but "Oni 2" can still be influenced by anime/cyberpunk/other references. See [[:Category:Oni 2 influences|HERE]] to review the influences so far, elaborate on them some more, or point out new ones.
Some fans use the wiki to write sequels, prequels, interquels (what may have happened to Konoko in the time gaps between the original chapters, e.g., between Chapter 12 and Chapter 13) or even paraquels (e.g., what was happening on the Syndicate side during Oni?). You can then list your work [[Oni2|HERE]]. Just be aware of the [[OniGalore:Copyrights|rights issues]] surrounding fan fiction posted on the Internet. Also, plagiarism is not nice, but "Oni 2" can still be influenced by anime/cyberpunk/other references. See [[:Category:Oni 2 influences|HERE]] to review the influences so far, elaborate on them some more, or point out new ones.


[[Category:Policies and documentation]]
[[Category:Policies and documentation]]

Latest revision as of 20:08, 13 July 2023

WIKI WORK IS FUN!
Penny Arcade - EvilCorp Too.png
ENOUGH FOR A JOKE OR TWO
THEN IT GETS BORING
If you're not familiar with wikis, see OniGalore:About. If you're not confident about editing a wiki, see Help:Editing.

Here are some ongoing projects, and ideas for projects, on the wiki. Whatever in this list looks interesting to you, feel free to tackle it, even if you only have a little time here and there. However, if you are leaving a project half-done until you can resume it, please note this under the item in the list. Thanks for whatever you can do to contribute.

General wiki work

  • Look at Category:Flagged articles and see if there's anything you can help out with. There are a number of articles which need to be updated or finished, including ones about characters and settings in Oni.
  • Just browse Special:Wantedpages and pick an interesting topic to write about! There are many interesting parts of Oni's world which do not have a dedicated article yet.

PlayStation 2 port

Let's expand on the documentation of the PS2 version, including how it differs from Win/Mac Oni. Besides gameplay or content differences, we might also want to check the game data for unexpected resources. First we'll probably need an OBD:PS2 page for documenting the data format, since it has changed a bit from the PC version.

Angel Studios sequel

If you have some hacking skills, please look at Talk:Oni 2 (Angel Studios) and OBD:Oni2AS to see if you can answer any outstanding questions or contribute new information.

BSL documentation

The revamp of the BSL docs that was originally laid out in this section is on hold because the system we were using is too rickety and hacked together. The proper approach to interlinked pages that read from the same central pool of data is the Semantic MediaWiki extension, so we'll focus on implementing that at some point in the future.

Oni 2 and beyond...

Some fans use the wiki to write sequels, prequels, interquels (what may have happened to Konoko in the time gaps between the original chapters, e.g., between Chapter 12 and Chapter 13) or even paraquels (e.g., what was happening on the Syndicate side during Oni?). You can then list your work HERE. Just be aware of the rights issues surrounding fan fiction posted on the Internet. Also, plagiarism is not nice, but "Oni 2" can still be influenced by anime/cyberpunk/other references. See HERE to review the influences so far, elaborate on them some more, or point out new ones.