Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GC Lite PSP: Difference between revisions

From GameBrew
No edit summary
Line 18: Line 18:
This revision is made by codestation, with added options to sort categories and to be compatible with 6.20-6.60 CFW.
This revision is made by codestation, with added options to sort categories and to be compatible with 6.20-6.60 CFW.


'''Note:''' An updated version [https://github.com/ticky/game-categories-lite/releases 1.7-js1] was later released by Ticky (forked from codestation's GC Lite).
'''Note:''' An updated version [https://github.com/ticky/game-categories-lite/releases 1.7-js1] for PSP Go was later released by Ticky (forked from codestation's GC Lite).


==Installation==
==Installation==
Create a folder in ms0:/seplugins/ named categorieslite and add category_lite.prx to the /seplugins/categorieslite/ folder.
===Install the plugin===
Place category_lite.prx to ms0:/seplugins/categorieslite/. Create the folders if they do not exist.


Open vsh.txt and add a new line to include the plugin. It is best to have this plugin as the first line if you have multiple.
Using any text editor, create a file called vsh.txt in the /seplugins/ folder. Add one of the following lines in to vsh.txt.


For PSP 1000, 2000, 3000 please use the following line
For PSP 1000, 2000, 3000 please use
  ms0:/seplugins/categorieslite/category_lite.prx 1
  ms0:/seplugins/categorieslite/category_lite.prx 1


Line 31: Line 32:
  ef0:/seplugins/categorieslite/category_lite.prx 1
  ef0:/seplugins/categorieslite/category_lite.prx 1


Save the changes made to VSH.txt and reset the VSH from the Recovery menu.
Save the changes, go to your Recovery Menu to reset VSH.


==User guide==
'''Note:''' If you have more than one plugins, make sure that this is the 1st plugin listed in vsh.txt.
===Options menu===
 
* '''Category Mode:'''
===Create categories===
** Multi MS - Multiple folders listed instead of a Memory Stick on the XMB.
Browse to your /PSP/GAME/ or /ISO/ folder.
** Contextual menu - Storage listed, select to view list of custom categories.
** Folders - Storage listed, select to load list of custom folders.


* '''Category Prefix:'''
Create folders representing the categories you'd like to use. You can choose whether to use the folder prefix ("CAT_"). Examples:
** None - No prefix required. Name folders how you like.
** Use CAT prefix - Folders must have "CAT_" to be listed on the XMB.


* '''Show Uncategorized:'''
* Folder names with prefix (no sorting):
** No - Will not show content that is not in a custom folder in /GAME/ or /ISO.
** <code>CAT_Games</code>
** Only Memory Stick - Will only show content on the Memory Stick that isn't in a folder.
** <code>CAT_Emulators</code>
** Only Internal Storage - Will only show content on the internal memory that isn't in a folder.
* Folder names with prefix (+ sorting):
** Both - Will show all content in an uncategorized folder that is not in a folder.
** <code>CAT_01Games</code>
** <code>CAT_02Emulators</code>
* Folder names without prefix (no sorting):
** <code>Games PSX</code>
** <code>Emulators</code>
* Folder names without prefix (+ sorting):
** <code>01Games PSX</code>
** <code>02Emulators</code>


* '''Sort Categories:'''
Notes when creating folders:
** No.
*Max categories - 8 (include uncategorized).
** Yes - Allows sorting categories using numbers in the folder names. eg. CAT_01PSP, or 01Homebrew.
*Max characters - 30 (include folder name + homebrew folder name).


===Create categories===
===Hide folders===
With the plugin added, you can now create new folders in /PSP/GAME/ and /ISO/ to sort your content on your memory card. Folders can start with "CAT_" or just be named without a prefix.
* If you want to hide certain homebrew/game/dlc from the category listing, create a file named <code>gclite_filter.txt</code> and add the folders name, one per line
* Make sure that a newline is added at the end of the file.
* Next, put the file in your /seplugins/ directory.


Example of folders with the prefix:
==User guide==
The following guide was referenced from [https://www.reddit.com/r/PSP/wiki/categorieslite PSP Wiki].


/PSP/GAME/
After installing the plugin, a set of new options will be available in System Settings, where you can configure the folder prefix, showing uncategorized content and change the category mode.
CAT_PSX
CAT_Homebrew
CAT_Emulators
CAT_Utility


/ISO/
Category Mode:
CAT_Action
*Multi MS - Instead of a Memory Stick, multiple folders are listed on the XMB.
CAT_Racing
*Contextual Menu - When choosing Memory Stick on the XMB, a selection of categories will be presented as available options.
*Folders - Display a list of custom folders in the Memory Stick.


You can only have a maximum of 8 category folders (including uncategorized folder if enabled). Category folders must not exceed 30 characters.
Category Prefix:
*Use CAT_ prefix - Folder name must contain CAT_ prefix.
*None - No CAT_ prefix required.


===Hide folders===
Show Uncategorized:
If you want to hide certain homebrew/game/dlc from the category listing, create a file named gclite_filter.txt and add the folders name, one per line (make sure that a newline is added at the end of the file).  
*No - Content that is not in a custom folder in /GAME/ or /ISO/ will not be shown.
*Only Memory Stick - Only content on the Memory Stick that isn't in a folder will be shown.
*Only Internal Storage - Only content on the Internal Memory that isn't in a folder will be shown.
*Both - All content in an uncategorized folder that is not in a folder will be shown.


Next, put the file in your seplugins folder.
Sort Categories:
*No - Categories will not be sorted.
*Yes - Allows to sort categories using folder names with numbers CAT_XX or XXcategory_name (XX between 00 and 99).


===Translations===
===Translations===
Each download file includes a folder named translations.  
Translation files can be found in the /translation/ directory, use the one with language code that fits your PSP's System Language.


Copy the language you want to use into the /seplugins/ folder and make sure the PSP is using that same language in System Settings.
The translation file should be placed in the /seplugins/ directory.  


For instance, /seplugins/category_lite_es.txt. Change system language to Spanish to see changes.
Languages supported: "ja", "en", "fr", "es", "de", "it", "nl", "pt", "ru", "ko", "ch1", "ch2".


==Media==
==Media==
'''Game Categories Lite Plugin Tutorial for PSP''' ([https://www.youtube.com/watch?v=N0QKGXPig6g Robles Junior]) <br>
'''PSP/PSP GO 6.61 Category Lite Plugin! (Organise Your Games) 2017''' ([https://www.youtube.com/watch?v=msv8_UHEuOg Tech James]) <br>
<youtube>N0QKGXPig6g</youtube>
<youtube>msv8_UHEuOg</youtube>


==Compatibility==
==Compatibility==

Revision as of 04:13, 23 June 2023

GC Lite (Game Categories Lite)
General
Authorcodestation
TypePlugins
Version1.7-js1 & v1.6
LicenseMixed
Last Updated2017/10/17
Links
Download
Website
Source

GC Lite, also known as Game Categories Lite, is a plugin that allows user to create custom folders to organize lists of contents on their PSP.

This plugin is based and uses source code from Game Categories Revised v12 (GCR) and Game Categories Light v1.3 (GCL), both were created by Bubbletune.

This revision is made by codestation, with added options to sort categories and to be compatible with 6.20-6.60 CFW.

Note: An updated version 1.7-js1 for PSP Go was later released by Ticky (forked from codestation's GC Lite).

Installation

Install the plugin

Place category_lite.prx to ms0:/seplugins/categorieslite/. Create the folders if they do not exist.

Using any text editor, create a file called vsh.txt in the /seplugins/ folder. Add one of the following lines in to vsh.txt.

For PSP 1000, 2000, 3000 please use

ms0:/seplugins/categorieslite/category_lite.prx 1

For PSP Go use this line instead

ef0:/seplugins/categorieslite/category_lite.prx 1

Save the changes, go to your Recovery Menu to reset VSH.

Note: If you have more than one plugins, make sure that this is the 1st plugin listed in vsh.txt.

Create categories

Browse to your /PSP/GAME/ or /ISO/ folder.

Create folders representing the categories you'd like to use. You can choose whether to use the folder prefix ("CAT_"). Examples:

  • Folder names with prefix (no sorting):
    • CAT_Games
    • CAT_Emulators
  • Folder names with prefix (+ sorting):
    • CAT_01Games
    • CAT_02Emulators
  • Folder names without prefix (no sorting):
    • Games PSX
    • Emulators
  • Folder names without prefix (+ sorting):
    • 01Games PSX
    • 02Emulators

Notes when creating folders:

  • Max categories - 8 (include uncategorized).
  • Max characters - 30 (include folder name + homebrew folder name).

Hide folders

  • If you want to hide certain homebrew/game/dlc from the category listing, create a file named gclite_filter.txt and add the folders name, one per line
  • Make sure that a newline is added at the end of the file.
  • Next, put the file in your /seplugins/ directory.

User guide

The following guide was referenced from PSP Wiki.

After installing the plugin, a set of new options will be available in System Settings, where you can configure the folder prefix, showing uncategorized content and change the category mode.

Category Mode:

  • Multi MS - Instead of a Memory Stick, multiple folders are listed on the XMB.
  • Contextual Menu - When choosing Memory Stick on the XMB, a selection of categories will be presented as available options.
  • Folders - Display a list of custom folders in the Memory Stick.

Category Prefix:

  • Use CAT_ prefix - Folder name must contain CAT_ prefix.
  • None - No CAT_ prefix required.

Show Uncategorized:

  • No - Content that is not in a custom folder in /GAME/ or /ISO/ will not be shown.
  • Only Memory Stick - Only content on the Memory Stick that isn't in a folder will be shown.
  • Only Internal Storage - Only content on the Internal Memory that isn't in a folder will be shown.
  • Both - All content in an uncategorized folder that is not in a folder will be shown.

Sort Categories:

  • No - Categories will not be sorted.
  • Yes - Allows to sort categories using folder names with numbers CAT_XX or XXcategory_name (XX between 00 and 99).

Translations

Translation files can be found in the /translation/ directory, use the one with language code that fits your PSP's System Language.

The translation file should be placed in the /seplugins/ directory.

Languages supported: "ja", "en", "fr", "es", "de", "it", "nl", "pt", "ru", "ko", "ch1", "ch2".

Media

PSP/PSP GO 6.61 Category Lite Plugin! (Organise Your Games) 2017 (Tech James)

Compatibility

Works on all models. Compatible with 6.20, 6.3x and 6.60 CFW.

Known issues

Unknown if fixable:

  • Change of category in the PSPGo requires a VSH reset.

Unrelated to gclite:

  • ME doesn't merge the categories with the same name between /ISO/ and /PSP/GAME/.

Folder mode limitations/bugs:

  • Max categories: 8 (included uncategorized).
  • Folder name + homebrew folder name: 30 character, e.g.: My homebrews/AwesomeBigHomebrew is valid but My homebrews/AwesomeBigHomebrews isn't (not counting the "/").
  • Note that Japanese and other non-ascii characters are 2 bytes wide, e.g.カラフル counts as 8 characters.

Changelog

v1.6

  • [+] Added new option to sort categories: Use CAT_XX or XXcategory_name (XX between 00 and 99).

v1.5-r4

  • [+] Added polish translation.

v1.5-r3

  • [!] Fix duplicated entries on ISO category in folder mode (PRO).

v1.5

  • [+] Support for categories in folder mode like Bubbletune's GCL (thx Nekmo for betatesting).
  • [+] Support to hide certain homebrews/games/dlc from the categories.
  • [+] Added subtitles to the config options.
  • [+] Empty categories are hidden by default.
  • [+] Non game folders are hidden by default on uncategorized content.
  • [+] Added folder mode benchmark (compile with BENCHMARK=1)
  • [+] Added bulgarian translation by Xian Nox.
  • [+] Added simple chinese translation by phoe-nix.
  • [+] Added Traditional-Chinese translation by Raiyou.
  • [+] Added Russian translation by Frostegater.
  • [+] Added italian translation by stevealexanderames.
  • [!] Force the uncategorized content to be the last item by default.
  • [!] Fixed UMD icon malfunction bug introduced in 1.4-r2.

v1.4

  • [+] 6.60 Firmware support.
  • [+] Allow the uncategorized folder to be sorted with your favorite app.
  • [+] Multiple language support.
  • [+] Added ja translation by popsdeco.
  • [+] Added de translation by KOlle and The Z.

v1.3

  • [+] Support for categories in contextual menu.
  • [+] Support for plugin configuration in system settings.
  • [+] Added runtime detection for ME, so category games are now shown.
  • [!] Fixed issues with PSPGo (big thanks to raing3 to help me with the debugging).

v1.2

  • [!] Fixed PSPGo categories, again (thx RUSTII for the tests).
  • [!] Fixed the free space display when the PSP returns from sleep.

v1.1

  • [!] Fixed PSPGo categories (thx RUSTII for the tests).

v1.0

  • [+] First release.

External links

Advertising: