Skip to content

Commit

Permalink
I forgor to commit this like 10 hours ago
Browse files Browse the repository at this point in the history
  • Loading branch information
szaaamerik committed Jul 22, 2023
1 parent 1752f82 commit 13e23ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
27 changes: 10 additions & 17 deletions cars999.html → cars.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Cars with 999 Engine</title>
<title>Cars with our table</title>
<link rel="stylesheet" href="fonts/css/all.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap">
<link rel="shortcut icon" href="fonts/forzamods.ico">
Expand Down Expand Up @@ -73,7 +73,7 @@

#download {
left: 50%;
transform: translateX(83%);
transform: translateX(92%);
}

#video {
Expand All @@ -86,16 +86,10 @@
transform: translateX(-50%);
}

#downloadscript {
margin: 10px 20px 40px -55px;
transform: translateY(100%);
}

#mainpage:hover,
#download:hover,
#video:hover,
#gitlist:hover
#downloadscript:hover {
#gitlist:hover {
padding: 12px 14px;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
transition: padding 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
Expand All @@ -109,16 +103,15 @@
</header>

<body>
<h3 style="font-weight: bold;">Cars with 999 Engine</h3>
<h3 style="font-weight: bold;">Cars with our table</h3>
<p>Go to car collection and select the formula drift viper</p>
<p>Open 999 Engine, and select forza and open the script</p>
<p>Enable the script and wait until it finds the right address</p>
<p>Change the value of "FD Viper address" to the id you want</p>
<p>Open the app and click scan</p>
<p>Wait until it finds the right address</p>
<p>Paste the id into the text box and click swap</p>
<p>Now buy the viper with y button</p>
<a href="https://github.com/ForzaMods/999-Engine/releases/tag/999engine" target="_blank" class="button" id="download"><i class="fas fa-download"></i> 999 Engine</a>
<a href="https://youtu.be/AiVf63XOQrI" target="_blank" class="button" id="video"><i class="fab fa-youtube"></i> Video Tutorial</a>
<a href="https://github.com/ForzaMods/fh5idlist" target="_blank" class="button" id="gitlist"><i class="fas fa-car"></i> Series 0-21 car id list</a>
<a href="https://github.com/ForzaMods/999-Engine/releases/tag/999enginecars" target="_blank" class="button" id="downloadscript"><i class="fas fa-download"></i>Script download</a>
<a href="https://github.com/ForzaMods/Forza-Mods-Car-Table/releases/latest" target="_blank" class="button" id="download"><i class="fas fa-download"></i> Car table</a>
<a href="https://www.youtube.com/watch?v=ApcQH8OhuPQ" target="_blank" class="button" id="video"><i class="fab fa-youtube"></i> Video Tutorial</a>
<a href="https://github.com/ForzaMods/fh5idlist" target="_blank" class="button" id="gitlist"><i class="fas fa-car"></i> Series 0-23 car id list</a>
</body>

<footer>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<div id="tutorial-list">
<ul>
<!--li><a href="https://forzamods.github.io/website/credits999">Credits with 999 Engine</a>li-->
<li><a href="https://forzamods.github.io/website/cars999">Cars with 999 Engine</a></li>
<li><a href="https://forzamods.github.io/website/cars">Cars with our table</a></li>
<!--li><a href="https://forzamods.github.io/website/xp999">XP with 999 Engine</a>li!-->
<li><a href="https://forzamods.github.io/website/resetsave">How to reset save</a></li>
<li><a href="https://forzamods.github.io/website/resetrank">How to reset rank to level 1</a></li>
Expand Down

0 comments on commit 13e23ea

Please sign in to comment.