Skip to content

Wordpress plugin for RVMPlayer (Retro Virtual Machine)

Notifications You must be signed in to change notification settings

orionmsx/rvmp-orion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rvmp-orion

Wordpress plugin for RVMPlayer (Retro Virtual Machine)

Changelog

  • [05/12/2023] v0.4 - "command" parameter more flexible
  • [05/11/2023] v0.2 - First version

Features

  • The rvmp-orion plugin implements the shortcode [rvmp_orion] to embed the Retro Virtual Machine player on your website.
  • Always use the latest stable version of RVMP.
  • Compatible with at least RVMP 0.1.1
  • Enable the Wordpress media library to store .dsk and .hfe files
  • Optional use of remote .dsk and .hfe files
  • Implements all current RVMP parameters

Installation

The rvmp-orion plugin can be installed directly into your plugins folder "as-is". Enter here and download the source code (zip).

Usage

In the content of your post or page, you can insert a .dsk or .hfe file from the Wordpress media library, or write the shortcode from scratch manually.

[rvmp_orion contenedor='' ancho='' origen='' huesped='' medio='' command='' warpsegs='' pause='' video='' videomode='']

Description Default value Mandatory
contenedor Container name. Must be unique. You will be able to reference it in your CSS code because it will also be a class. rvmpcont ✔️
ancho Player width. The height is calculated automatically. 400
origen Specifies the type of disk file to be loaded. Can be either ‘dsk’ or ‘hfe’. dsk ✔️
huesped Machine. Can be either ‘cpc6128’ or ‘plus3’. cpc6128 ✔️
medio The URL of the disk file to be loaded into the emulator (https://...). https://www..server.com/disco.dsk ✔️
command Specifies the command to be entered in the BASIC interpreter upon starting the emulator without the \n. cpc6128
warpsegs Indicates the number of seconds to run in fast warp mode for quick game loading. 20
pause Determines whether to show or hide the pause button in the emulator interface. true
video Controls whether to show or hide the video button in the emulator interface. true
videomode Sets the default video mode for the emulator. Can be either ’tv’ for a more classic look or ‘hd’ for a sharper, modern appearance. hd

License

The WordPress Plugin rvmp-orion is licensed under the BSD 3-Clause License. A copy of the license is included in the root of the plugin’s directory. The file is named LICENSE.

Credits

About

Wordpress plugin for RVMPlayer (Retro Virtual Machine)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages