-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.html
152 lines (148 loc) · 4.7 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!--
title: Project Outfox Wiki
description:
published: true
date: 2024-09-17T23:35:12.884Z
tags:
editor: code
dateCreated: 2023-05-16T06:28:34.570Z
-->
<p>
Welcome to the documentation wiki for
<a href="https://projectoutfox.com" class="is-external-link"
>Project OutFox</a
>! <strong>Project OutFox</strong> is a multi-moded rhythm game sandbox.
It features 17 (and growing!) different simulation styles allowing players
to create unique experiences in charting, gimmicks and effects to outfox
their friends! The game allows for full customisation and supports a
number of community led custom chart formats.
</p>
<p>
This wiki is still a work in progress, so keep checking back for updates
on new content! It is edited via a
<a href="https://github.com/TeamRizu/outfox-wiki" class="is-external-link"
>Git repository</a
>; commit access is limited to the development team, but you can always
perform pull requests too.
</p>
<hr />
<div style="display: flex; justify-content: center">
<h1 id="table-of-contents" class="toc-header">
<a href="#table-of-contents" class="toc-anchor">¶</a> Table of contents
</h1>
</div>
<div class="row-justified-flex-div">
<div class="column-aligned-flex-div">
<h2 id="info-on-project-outfox" class="toc-header">
<a href="#info-on-project-outfox" class="toc-anchor">¶</a> Info on
Project OutFox
</h2>
<div class="row-justified-flex-div " style="padding: 10px;">
<a
href="/en/user-guide/meta/about"
class="foxb foxb-primary"
>About</a
><br />
<a
href="/en/user-guide/meta/faq"
class="foxb foxb-primary"
>FAQ</a
><br />
<a
href="/en/releases/_index"
class="foxb foxb-primary"
>Release History</a
><br />
<a
href="/en/roadmap/home"
class="foxb foxb-primary"
>Our Project Roadmap</a
><br />
<a
href="/en/user-guide/meta/serenity"
class="foxb foxb-primary"
>Outfox Serenity</a
>
</div>
</div>
<div class="column-aligned-flex-div">
<h2 id="users-guide" class="toc-header">
<a href="#users-guide" class="toc-anchor">¶</a> User's guide
</h2>
<div class="row-justified-flex-div " style="padding: 10px;">
<a
href="/en/user-guide/setup/install"
class="foxb foxb-primary"
>Installing OutFox</a
><br />
<a
href="/en/user-guide/setup/getting-started"
class="foxb foxb-primary"
>Let's Get Started</a
><br />
<a
href="/en/user-guide/setup/controllers"
class="foxb foxb-primary"
>Configure Controllers</a
><br />
<a
href="/en/user-guide/games"
class="foxb foxb-primary"
>Supported Game Modes</a
><br />
<a
href="/en/user-guide/config/folders"
class="foxb foxb-primary"
>Content Folders</a
><br />
<a
href="/en/user-guide/config/preferences"
class="foxb foxb-primary"
>Preferences.ini</a
><br />
</div>
</div>
<div class="column-aligned-flex-div">
<h2 id="for-developers-and-creators" class="toc-header">
<a href="#for-developers-and-creators" class="toc-anchor">¶</a> For
Developers and Creators
</h2>
<div class="row-justified-flex-div " style="padding: 10px;">
<a
href="/en/dev/mode-support"
class="foxb foxb-primary"
>NoteLoader Support</a
><br />
<a
href="/en/dev/actors/actortypes"
class="foxb foxb-primary"
>Lua and Actors</a
><br />
<a
href="/en/dev/effects/_index"
class="foxb foxb-primary"
>Effects and Gimmicks</a
><br />
<a
href="/en/dev/editor"
class="foxb foxb-primary"
>Chart Editor</a
><br />
<a
href="/en/dev/mods/_index"
class="foxb foxb-primary"
>Modifiers</a
><br />
<a
href="/en/dev/translation"
class="foxb foxb-primary"
>Translation</a
><br />
<a
href="/en/dev/theming"
class="foxb foxb-primary"
>Theming</a
><br />
</div>
</div>
</div>