Openbve Jr Itsukaichi Lineopenbve Data Publishing Studio



Getting the source:

The source code for OpenBVE is stored as a standard Git repository, and is hosted by Github:

RAILWAY GAGES USED IN THIS REGION Nfo Nfo Nfo Nfo Nfo Nfo 2f000 0m610 =Tateyama 2f500 0m762 =Legacy Tram LRVs +Kurobe +Sangi +DisneyRiver +YokkaichiAsunarou 3f000 0m914 =Legacy Tram LRVs +Koiwai +Seikan +DisneyTrolly 3f500 1m067 =RegionStandard Trains+Routes Below Are This Gage Unless Other Noted 4f500 1m372 =Legacy Tram LRVs +Keio +ToeiShinjuku +TodenArakawa +TokyuSetagaya +Hakodate. OPENBVE LAUNCHPAD 2013-2014. Webmaster Login. This site was designed with the.com. Website builder. Create your website today.

Either clone the Git repository, or download the latest copy using the buttons provided.

Prerequisites

Windows

When using .NET Framework

  • Visual Studio 2017 or later, x86 or x64
  • .NET Framework 4.7.2 or later, x86 or x64

When using Mono

  • Mono 5.20.1 or later, x86 or x64
  • NuGet client 2.16 or later

Linux

  • Mono 5.20.1 or later, x86 or x64
  • NuGet client 2.16 or later
  • OpenAL
  • GNU Make
  • debhelper (Debian and compatibles only)

Debian and compatibles

NOTE: You may need to get Mono from the Mono project repository, not the distribution repository.

RHEL and compatibles

NOTE: You need to get Mono from the Mono project repository, not the distribution repository.

Publishing

Reference information

OpenbveOpenbve Jr Itsukaichi Lineopenbve Data Publishing Studio

You can install the latest NuGet client using the command below.

Mac

  • Mono 5.20.1 or later, x86 only
  • NuGet client 2.16 or later
  • OpenAL
  • GNU Make

Openbve Jr Itsukaichi Lineopenbve Data Publishing Studio Software

Building

Note that as NuGet packages are used, the first-time build requires an internet connection.

Windows

When to use .NET Framework

  1. Open the main OpenBVE.sln file with Visual Studio.
  2. Build the required project, allowing NuGet to restore the packages as required.

When to use Mono

DataOpenbve Jr Itsukaichi Lineopenbve Data Publishing Studio
  1. Start “Open Mono Command Prompt” from the start menu.
  2. Open the main openBVE source directory in this terminal.
  3. Restore the packages as required. nuget restore OpenBVE.sln
  4. Build the solution. msbuild OpenBVE.sln

Mac / Linux

  1. Open the main openBVE source directory in the terminal.
  2. You may either build using the makefile, which supports the following options:
    • make - Restores the NuGet packages only.
    • make all-release - Creates a release build.
    • make all-debug - Creates a debug build.
    • make clean-all - Cleans release and debug builds.
    • make openbve-release - Creates a release build without tools.
    • make openbve-debug - Creates a debug build without tools.
    • make debian - On Debian and compatibles, creates an installable deb package.
    • make publish - On Mac, creates an app package.

Developer documentation:

Openbve Jr Itsukaichi Line Openbve Data Publishing Studio Layout

Developer documentation is also provided as part of the Git repository, and may be found at DocumentationDeveloperDocumentation.html