Sharkive Switch: Difference between revisions

From GameBrew
(Created page with "{{Infobox Switch Homebrews |title=Sharkive |image=sharkiveswitch.png |description=Gateshark cheat code database for Atmosphere 0.8.5+. |author=FlagBrew |lastupdated=2018/08/01 |type=Other Apps |version=1.0.0 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/sharkiveswitch.7z |website=https://github.com/FlagBrew/Sharkive |source=https://github.com/FlagBrew/Sharkive |donation= }} {{#seo: |title=Switch Homebrew Apps (Other Apps) - GameBrew |title_mode=app...")
 
No edit summary
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=Sharkive
|title=Sharkive
|image=sharkiveswitch.png
|image=sharkivenx2.png
|description=Gateshark cheat code database for Atmosphere 0.8.5+.
|description=Gateshark cheat code database for Atmosphere 0.8.5+. To use with Checkpoint.
|author=FlagBrew
|author=FlagBrew
|lastupdated=2018/08/01
|lastupdated=2023/03/27
|type=Other Apps
|type=Other Apps
|version=1.0.0
|version=1.0.0
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/switchhomebrews/sharkiveswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/sharkivenx.7z
|website=https://github.com/FlagBrew/Sharkive
|website=https://github.com/FlagBrew/Sharkive
|source=https://github.com/FlagBrew/Sharkive
|source=https://github.com/FlagBrew/Sharkive
|donation=
|donation=https://patreon.com/FlagBrew
}}
}}
{{#seo:
Sharkive is a Gateshark cheat code database for Atmosphere 0.8.5+.
|title=Switch Homebrew Apps (Other Apps) - GameBrew
 
|title_mode=append
Sharkive's cheat codes are bundled in [[Checkpoint Switch|Checkpoint]], which is a popular save manager for the [[Sharkive_3DS|3DS]] and the Switch consoles.
|image=sharkiveswitch.png
 
|image_alt=Sharkive
It relies on a manually populated database to download and apply new cheats. Most of them are not yet confirmed to work.
}}
 
{{cleanup|article|Needs cleanup}}
You can follow the steps in "How do I update Checkpoint's cheat database?" to manually update Checkpoint's database to latest commits.
Gateshark cheat code database for Atmosphere 0.8.5+.
 
==User guide==
===Update cheat database manually===
Follow these steps:
*Make sure you have [https://www.python.org/downloads/ Python 3] installed.
*<code>git clone</code> or download the repository.
*Open a command prompt/terminal to your copy of the repo.
*Run the command for your OS:
**Windows: <code>py -3 joiner.py <console></code>
**Mac / Linux: <code>python3 joiner.py <console></code>
*Rename <code><console>.json</code> to <code>cheats.json</code> and place on your SD card in the /<console>/Checkpoint folder.
 
'''Note:''' <code><console></code> refers to the console you're using, <code>3ds</code> or <code>switch</code>. Pass no arguments to the script to build both 3ds and Switch databases.
 
===FAQ===
'''Q. How do I use these cheats?'''
 
Switch via Atmosphère:
* Unlike other Switch cheat engines/methodologies, Checkpoint only stores the cheats you selected to your console memory. That means cheats can only be managed inside Checkpoint.
* Select the cheats you want to use in Checkpoint.
* Launch the game the cheats are for.
* Confirm your cheats are running. If not, make sure that atmosphere!dmnt_cheats_enabled_by_default is enabled in Atmosphère settings.
 
'''Q. Help! This cheat doesn't work./ Why does the name turn red when I try to use this cheat?'''
 
There can be a few causes for cheats not working:
 
Make sure you're using the latest version of your system's preferred custom firmware (Atmosphère for Switch).
 
Cheats are all made for a particular version (game update) and/or revision of a game and will likely not work on others. Make sure the cheat(s) you are trying to use are for the version and/or revision you are playing.
 
If after trying the above you still can't get the cheat(s) to work, please report them so we can either relabel them for their proper version/revision or remove them.
 
'''Q. Can you add cheats for this game?'''


==Media==
Nobody currently on the FlagBrew team makes cheats. Everything in Sharkive's database comes from user submissions.
<youtube></youtube>


If you have some working cheats for your game and want them included in Sharkive, submit a pull request and, provided they have been tested, someone will merge it.


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/switchhomebrews/sharkiveswitch-01.png
'''Using cheats in Checkpoint'''<br>
https://dlhb.gamebrew.org/switchhomebrews/sharkiveswitch-02.png
https://dlhb.gamebrew.org/switchhomebrews/sharkivenx3.png
https://dlhb.gamebrew.org/switchhomebrews/sharkiveswitch-03.png
https://dlhb.gamebrew.org/switchhomebrews/sharkiveswitch-04.png
https://dlhb.gamebrew.org/switchhomebrews/sharkiveswitch-05.png
https://dlhb.gamebrew.org/switchhomebrews/sharkiveswitch-06.png
https://dlhb.gamebrew.org/switchhomebrews/sharkiveswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/sharkiveswitch-08.png


==Changelog==
https://dlhb.gamebrew.org/switchhomebrews/sharkivenx4.png
'''v.1.0'''
* First Release.


== External links ==
== External links ==
* Gbatemp - https://github.com/FlagBrew/Sharkive
* GitHub - https://github.com/FlagBrew/Sharkive
* Github - https://github.com/FlagBrew/Sharkive
* Reddit -

Revision as of 02:45, 13 April 2023

Sharkive
Sharkivenx2.png
General
AuthorFlagBrew
TypeOther Apps
Version1.0.0
LicenseGPL-3.0
Last Updated2023/03/27
Links
Download
Website
Source
Support Author

Sharkive is a Gateshark cheat code database for Atmosphere 0.8.5+.

Sharkive's cheat codes are bundled in Checkpoint, which is a popular save manager for the 3DS and the Switch consoles.

It relies on a manually populated database to download and apply new cheats. Most of them are not yet confirmed to work.

You can follow the steps in "How do I update Checkpoint's cheat database?" to manually update Checkpoint's database to latest commits.

User guide

Update cheat database manually

Follow these steps:

  • Make sure you have Python 3 installed.
  • git clone or download the repository.
  • Open a command prompt/terminal to your copy of the repo.
  • Run the command for your OS:
    • Windows: py -3 joiner.py <console>
    • Mac / Linux: python3 joiner.py <console>
  • Rename <console>.json to cheats.json and place on your SD card in the /<console>/Checkpoint folder.

Note: <console> refers to the console you're using, 3ds or switch. Pass no arguments to the script to build both 3ds and Switch databases.

FAQ

Q. How do I use these cheats?

Switch via Atmosphère:

  • Unlike other Switch cheat engines/methodologies, Checkpoint only stores the cheats you selected to your console memory. That means cheats can only be managed inside Checkpoint.
  • Select the cheats you want to use in Checkpoint.
  • Launch the game the cheats are for.
  • Confirm your cheats are running. If not, make sure that atmosphere!dmnt_cheats_enabled_by_default is enabled in Atmosphère settings.

Q. Help! This cheat doesn't work./ Why does the name turn red when I try to use this cheat?

There can be a few causes for cheats not working:

Make sure you're using the latest version of your system's preferred custom firmware (Atmosphère for Switch).

Cheats are all made for a particular version (game update) and/or revision of a game and will likely not work on others. Make sure the cheat(s) you are trying to use are for the version and/or revision you are playing.

If after trying the above you still can't get the cheat(s) to work, please report them so we can either relabel them for their proper version/revision or remove them.

Q. Can you add cheats for this game?

Nobody currently on the FlagBrew team makes cheats. Everything in Sharkive's database comes from user submissions.

If you have some working cheats for your game and want them included in Sharkive, submit a pull request and, provided they have been tested, someone will merge it.

Screenshots

Using cheats in Checkpoint
sharkivenx3.png

sharkivenx4.png

External links

Advertising: