Difference between revisions of "RailOSPkgManager"

From Railway Operation Simulator Wiki
Jump to navigation Jump to search
(Added ROSPkgManager page)
 
m
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Infobox software
 
{{Infobox software
| name = ROSPkgManager
+
| name = RailOSPkgManager
 
| logo = [[File:Rospkgmanager.png|300px]]
 
| logo = [[File:Rospkgmanager.png|300px]]
 
| logo alt =  
 
| logo alt =  
Line 9: Line 9:
 
| caption =  
 
| caption =  
 
| collapsible = <!-- Any text here will collapse the screenshot. -->
 
| collapsible = <!-- Any text here will collapse the screenshot. -->
| author = Kristian Zarebski
+
| author = [[User:Krizar | Kristian Zarebski]]
 
| developer =
 
| developer =
 
| released = 2022
 
| released = 2022
 
| discontinued = <!-- Set to yes if software is discontinued, otherwise omit. -->
 
| discontinued = <!-- Set to yes if software is discontinued, otherwise omit. -->
 
| ver layout = <!-- simple (default) or stacked -->
 
| ver layout = <!-- simple (default) or stacked -->
| latest release version = [https://github.com/Railway-Op-Sim/ROSPkgManager/releases/tag/v1.0.0 1.0.0]
+
| latest release version = [https://github.com/Railway-Op-Sim/RailOSPkgManager/releases/tag/v1.1.1 1.1.1]
| latest release date = 2022-01-31
+
| latest release date = 2022-03-24
 
| latest preview version =  
 
| latest preview version =  
 
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
 
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| repo = https://github.com/Railway-Op-Sim/ROSPkgManager
+
| repo = https://github.com/Railway-Op-Sim/RailOSPkgManager
 
| programming language = C++
 
| programming language = C++
 
| operating system = Windows (Linux under Wine (software))
 
| operating system = Windows (Linux under Wine (software))
Line 30: Line 30:
 
| license = GNU Public License v3
 
| license = GNU Public License v3
 
| alexa =  
 
| alexa =  
| website = https://railway-op-sim.github.io/ROSPkgManager/
+
| website = https://railway-op-sim.github.io/RailOSPkgManager/
 
| standard =  
 
| standard =  
 
| AsOf =  
 
| AsOf =  
 
}}
 
}}
Railway Operation Simulator Package Manager (ROSPkgManager) is a utility for managing your local installation of [[Railway Operation Simulator]]. It provides an interface for the addition/removal of simulations from the local installation, as well as means of upgrading the application when newer releases are made available.
+
 
 +
== About ==
 +
 
 +
Railway Operation Simulator Package Manager (RailOSPkgManager) is a utility for managing your local installation of [[Railway Operation Simulator]] (RailOS). It provides an interface for the addition/removal of simulations from the local installation, as well as means of upgrading the application when newer releases are made available. The application makes use of the newly proposed [[Metadata file]] which acts as the main definition of a package, containing information on simulation properties and included files.
 +
 
 +
== Usage ==
 +
 
 +
When RailOSPkgManager is first opened a file browser dialogue will displayed requesting the location of your local [[Railway Operation Simulator]] installation by pointing to the main <code>railway.exe</code> executable. Once this location has been configured it will be cached and so need only be set once.
 +
 
 +
[[File:FindROS.png|center|700px]]
 +
 
 +
=== Installing Projects ===
 +
 
 +
Projects created by the community are downloaded from the main [https://www.railwayoperationsimulator.com/pc/community-projects Railway Operation Simulator website]. These consist of zipped archives containing all the required files for operating a simulation (railway file, timetables etc.). After you have downloaded the project you wish to install click the "Install Package" button within the utility and navigate to the downloaded archive. Click "Open" to install the package, this will place all the component files into the correct folders within your RailOS installation. You can then open RailOS itself and load either the session file for the project (if one is included), or the relevant railway and timetable.
 +
 
 +
[[File:RailOSPkgManagerWindow.png|center|500px]]
 +
 
 +
[[Category:External tools]]

Latest revision as of 17:53, 28 January 2023

RailOSPkgManager
Rospkgmanager.png
Original Author(s) Kristian Zarebski
Initial release2022
Stable release
1.1.1 / 2022-03-24
Written inC++
Available inEnglish
TypeSimulation
LicenseGNU Public License v3
Websitehttps://railway-op-sim.github.io/RailOSPkgManager/

About

Railway Operation Simulator Package Manager (RailOSPkgManager) is a utility for managing your local installation of Railway Operation Simulator (RailOS). It provides an interface for the addition/removal of simulations from the local installation, as well as means of upgrading the application when newer releases are made available. The application makes use of the newly proposed Metadata file which acts as the main definition of a package, containing information on simulation properties and included files.

Usage

When RailOSPkgManager is first opened a file browser dialogue will displayed requesting the location of your local Railway Operation Simulator installation by pointing to the main railway.exe executable. Once this location has been configured it will be cached and so need only be set once.

FindROS.png

Installing Projects

Projects created by the community are downloaded from the main Railway Operation Simulator website. These consist of zipped archives containing all the required files for operating a simulation (railway file, timetables etc.). After you have downloaded the project you wish to install click the "Install Package" button within the utility and navigate to the downloaded archive. Click "Open" to install the package, this will place all the component files into the correct folders within your RailOS installation. You can then open RailOS itself and load either the session file for the project (if one is included), or the relevant railway and timetable.

RailOSPkgManagerWindow.png