OHRRPGCE: Difference between revisions

From Game Making Tools Wiki
(Created page with "{{infobox_software | title = The Official Hamster Republic Role Playing Game Creation Engine | image = 220px|left | release_date = 1...")
 
(other links to lists of games, tidying intro, github link)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{infobox_software
{{infobox_software
| title        = The Official Hamster Republic Role Playing Game Creation Engine
| title        = The Official Hamster Republic<br>Role Playing Game Creation Engine
| image        = [[File:OHRRPGCE_editor.png|220px|left]]
| image        = [[File:OHRRPGCE_editor.png|220px|left]]
| release_date = 1996
| made_by      = OHRRPGCE Developers
| runs_on      = [[:Category:Mac OS|Mac OS]]<br>[[:Category:Windows|Windows]]<br>[[:Category:Android|Android]]<br>[[:Category:Linux|Linux]]
| release_date = 1997--
| exports_to  = [[:Category:Android Export|Android]]<br>[[:Category:Mac OS Export|Mac OS]]<br>[[:Category:Windows Export|Windows]]
| runs_on      = [[:Category:Android|Android]]<br>[[:Category:Linux|Linux]]<br>[[:Category:Mac OS|Mac OS]]<br>[[:Category:Windows|Windows]]
| exports_to  = [[:Category:Android Export|Android]]<br>[[:Category:Linux Export|Linux]]<br>[[:Category:Mac OS Export|Mac OS]]<br>[[:Category:Windows Export|Windows]]
}}
}}


A 20+ year old RPG maker created by James Paige that is still being updated today. Has a fairly small but active community. Fairly true to its roots as a DOS program, but remarkably can export to Android now. Has its own scripting language, PlotScripting, that can be used to do some fairly complex things. Other than plotscripting, though, it is a purely code-free environment to make a fully-featured RPG.  
A 20+ year old [[:Category:RPG|RPG]] maker originally created by [http://hamsterrepublic.com/ James Paige] that is still being actively developed today after becoming [[:Category:Open-Source|open-source]] software in 2005. Has a fairly small but active community. Fairly true to its roots as a [[:Category:DOS|DOS]] program, feels chunky and DOSy in a nice way, but remarkably can export to [[:Category:Android|Android]] now.
 
OHRRPGCE has its own scripting language, HamsterSpeak, that reminds me of [[RPG Maker 2000]] if you had to type the commands yourself instead of select them from menus. It can be used to do some fairly complex things, such as side-scrollers. Other than that though, it's a code-free environment to make a fully-featured RPGs, including a built-in graphics editor (BYO audio and music though).
 
== Example Games ==
* [https://rpg.hamsterrepublic.com/ohrrpgce/Game:Wandering_Hamster Wandering Hamster] - The first OHRRPGCE game.
* [http://store.steampowered.com/app/385030/?title= C. Kane] - An OHRRPGCE game with a Steam release.
* [https://andihagen.wordpress.com/2014/06/15/ramble-planet/ Ramble Planet].
* [https://andihagen.wordpress.com/2016/04/05/void-pyramid/ Void Pyramid].
 
=== Lists ===
 
* [https://rpg.hamsterrepublic.com/ohrrpgce/Where_can_I_find_games%3F Where can I find games?] page on their wiki.
* [https://itch.io/games/tag-ohrrpgce ohrrpgce] tag on Itch.
* [https://rpgmaker.net/games/?engine=21 OHRRPGCE / GAMES] on rpgmaker.net


==See Also==
==See Also==
[https://rpg.hamsterrepublic.com/ohrrpgce/Main_Page?title=Main_Page OHRRPGCE- Wiki] - The official wiki<br>
* [[Guide:OHRRPGCE]]
[http://www.slimesalad.com/?title= Slime Salad :: Game Design] - The most active OHRRPGCE community <br>
* [[:Wikipedia:OHRRPGCE|OHRRPGCE]] on Wikipedia.
[http://store.steampowered.com/app/385030/?title= C. Kane] - The only OHRRPGCE game I know of that has a Steam release
* [https://rpg.hamsterrepublic.com/ohrrpgce/ OHRRPGCE- Wiki] - The official wiki.
* [http://www.slimesalad.com/ Slime Salad] - The most active OHRRPGCE community.
* [https://github.com/ohrrpgce Official Hamster Republic RPG Construction Engine (OHRRPGCE)] organisation on Github.


[[Category:Game Builder]][[Category:RPG]][[Category:Mac OS]][[Category:Windows]]
[[Category:Game Builder]]
[[Category:RPG]]
[[Category:Open-Source]]
[[Category:Android]][[Category:Linux]][[Category:Mac OS]][[Category:Windows]]
[[Category:Android Export]][[Category:Linux Export]][[Category:Mac OS Export]][[Category:Windows Export]]

Latest revision as of 04:43, 28 January 2024

The Official Hamster Republic
Role Playing Game Creation Engine
Release date: 1997--
Made by: OHRRPGCE Developers
Runs on: Android
Linux
Mac OS
Windows
Exports to: Android
Linux
Mac OS
Windows


A 20+ year old RPG maker originally created by James Paige that is still being actively developed today after becoming open-source software in 2005. Has a fairly small but active community. Fairly true to its roots as a DOS program, feels chunky and DOSy in a nice way, but remarkably can export to Android now.

OHRRPGCE has its own scripting language, HamsterSpeak, that reminds me of RPG Maker 2000 if you had to type the commands yourself instead of select them from menus. It can be used to do some fairly complex things, such as side-scrollers. Other than that though, it's a code-free environment to make a fully-featured RPGs, including a built-in graphics editor (BYO audio and music though).

Example Games

Lists

See Also