Skip to content

Commit

Permalink
Update links to wiki (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicEastvillage authored Oct 16, 2023
1 parent 8495094 commit f8482eb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
22 changes: 11 additions & 11 deletions faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h5 id="online-use" class="card-title">Can RLBot be used online?</h5>
<div class="card mb-3">
<div class="card-body">
<h5 id="rlbot-with-friends" class="card-title">Can I use RLBot with friends?</h5>
<p>You can! It requires setting up a LAN/VLAN connection. <a href="https://github.com/RLBot/RLBot/wiki/LAN-Setup">Here is a guide</a>.</p>
<p>You can! It requires setting up a LAN/VLAN connection. <a href="https://wiki.rlbot.org/miscellaneous/lan-setup/">Here is a guide</a>.</p>

<p>It is not possible to play with friends cross platform.</p>
</div>
Expand All @@ -96,7 +96,7 @@ <h5 id="machine-learning" class="card-title">Are the bots using machine learning
<p>Most are hardcoded and do not use machine learning. However, since the release of
<a href="https://rlgym.github.io/">RLGym</a> the machine learning are progressing faster than
ever. If you are interesting in making a ML bot yourself, start by reading the
<a href="https://github.com/RLBot/RLBot/wiki/Machine-Learning-FAQ">ML FAQ</a>.</p>
<a href="https://wiki.rlbot.org/botmaking/machine-learning-faq/">ML FAQ</a>.</p>

<p>Some ML projects to check out are:</p>
<ul>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h5 id="how-to-make-a-bot" class="card-title">How do I get started making my own
</ul>

<p>Addition resources, documentation, and examples can be found on the
<a href="https://github.com/RLBot/RLBot/wiki">RLBot wiki</a>. Feel free to ask for help in the
<a href="https://wiki.rlbot.org/">RLBot wiki</a>. Feel free to ask for help in the
<a href="https://discord.gg/zbaAKPt">Discord server</a> in the appropriate language channel or
in the #strategy or #mathematics channels.</p>
</div>
Expand All @@ -149,19 +149,19 @@ <h5 id="game-tick-packet-and-field-info" class="card-title">What is in the GameT
location and size of boost pads and the location of goals.</p>

<p>More information about the GameTickPacket, FieldInfo, and even the ControllerState can be
on the <a href="https://github.com/RLBot/RLBotPythonExample/wiki/Input-and-Output-Data">RLBot wiki</a>.</p>
on the <a href="https://wiki.rlbot.org/botmaking/input-and-output-data/">RLBot wiki</a>.</p>
</div>
</div>

<!-- What is the dimensions of the field? Gravity? Ball radius? Max speed? Boost? Kickoff locations? etc? -->
<div class="card mb-3">
<div class="card-body">
<h5 id="useful-game-values" class="card-title">What is the dimensions of the field? Gravity? Ball radius? Max speed? Boost? Kickoff locations? etc?</h5>
<p>All of these values can be found on <a href="https://github.com/RLBot/RLBot/wiki/Useful-Game-Values">RLBot wiki</a>.</p>
<p>All of these values can be found on <a href="https://wiki.rlbot.org/botmaking/useful-game-values/">RLBot wiki</a>.</p>

<p>To learn more about the physics of Rocket League, see <a href="https://samuelpmish.github.io/notes/RocketLeague/">chip's notes</a>.</p>
<p>To learn more about the physics of Rocket League, see <a href="https://www.smish.dev/rocket_league/">chip's notes</a>.</p>

<p>We also have a note on <a href="https://github.com/RLBot/RLBot/wiki/Jumping-Physics">jumping physics</a>.</p>
<p>We also have a note on <a href="https://wiki.rlbot.org/botmaking/jumping-physics/">jumping physics</a>.</p>

<img src="https://i.imgur.com/nOz84cD.png" alt="game field dimensions" style="height: 400px"/>
</div>
Expand All @@ -173,10 +173,10 @@ <h5 id="useful-game-values" class="card-title">What is the dimensions of the fie
<h5 id="debug-rendering-game-state-setting-ball-prediction-rlbottraining" class="card-title">How do I use debug rendering/game state setting/ball prediction/RLBotTraining?</h5>
<p>The RLBot framework comes with a set of useful features. Learn more about these here:</p>
<ul>
<li><a href="https://github.com/RLBot/RLBot/wiki/Rendering">Debug rendering</a></li>
<li><a href="https://github.com/RLBot/RLBot/wiki/Manipulating-Game-State">Game state setting/manipulation</a></li>
<li><a href="https://github.com/RLBot/RLBot/wiki/Ball-Path-Prediction">Ball prediction</a></li>
<li><a href="https://github.com/RLBot/RLBotPythonExample/wiki/Quickchat">Quick chat</a></li>
<li><a href="https://wiki.rlbot.org/botmaking/rendering/">Debug rendering</a></li>
<li><a href="https://wiki.rlbot.org/botmaking/manipulating-game-state/">Game state setting/manipulation</a></li>
<li><a href="https://wiki.rlbot.org/botmaking/ball-path-prediction/">Ball prediction</a></li>
<li><a href="https://wiki.rlbot.org/botmaking/quickchat/">Quick chat</a></li>
<li><a href="https://www.youtube.com/watch?v=uGFmOZCpel8&list=PL6LKXu1RlPdxh9vxmG1y2sghQwK47_gCH">RLBotTraining</a></li>
</ul>
</div>
Expand Down
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ <h5 class="card-title">What is RLBot?</h5>
<img style="height:1.5em" src="rlbot_logo.png">
<a href="https://github.com/RLBot/RLBotGUI/releases/download/v1.0/RLBotGUI.msi" target="_blank"> Download RLBot for Windows</a>
or
<a href="https://github.com/RLBot/RLBot/wiki/Operating-System-Support" target="_blank">see our OS support</a>.
<a href="https://wiki.rlbot.org/framework/operating-system-support/" target="_blank">see our OS support</a>.

<br><br>

<p>We also have <a href="https://github.com/RLBot/RLBot/wiki/LAN-Setup">LAN/VLAN match support</a>, if you want to play with your friends!</p>
<p>We also have <a href="https://wiki.rlbot.org/miscellaneous/lan-setup/">LAN/VLAN match support</a>, if you want to play with your friends!</p>

<p>
Join our <a href="https://discord.gg/zbaAKPt">Discord</a> chat server to participate in the community.
If you're ready to get started, you can read more on our <a href="https://github.com/RLBot/RLBot/wiki">wiki</a>
If you're ready to get started, you can read more on our <a href="https://wiki.rlbot.org/">wiki</a>
or click your favourite language below!
</p>
</div>
Expand Down Expand Up @@ -177,6 +177,15 @@ <h5 class="card-title">Tournaments</h5>
</div>
</a>

<a href="https://wiki.rlbot.org">
<div class="card mb-3 compact-card">
<div class="card-body" style="text-decoration: none">
<h5 class="card-title">Wiki</h5>
<p>Everything to know about RLBot</p>
</div>
</div>
</a>

<div id="gcf-simple">
<div class="gcf-header-block">
<span class="gcf-title-block">
Expand Down

0 comments on commit f8482eb

Please sign in to comment.