Difference between revisions of "Live Simulator: 2"

(Live Simulator: 2)
 
(Notes on DEPLS2)
Line 2: Line 2:
  
 
== Information ==
 
== Information ==
 +
Supports variety of different beatmap formats. Common used one is [https://www.reddit.com/r/CustomBeatmapFestival/ Custom Beatmap Festival] and [https://www.reddit.com/r/SIFTrain/ SIFTrain]. Intended as replacement of SIFTrain.
  
Supports variety of different beatmap formats. Common used one is [https://www.reddit.com/r/CustomBeatmapFestival/ Custom Beatmap Festival] and [https://www.reddit.com/r/SIFTrain/ SIFTrain]. Intended as replacement of SIFTrain.
+
Runs under LÖVE [[0.10.1]] or later (LÖVE [[0.11.0]] compatible)
 +
 
 +
== Notes ==
 +
Windows executable of Live Simulator: 2 in GitHub Release uses [[0.10.2]] with these modifications:
 +
* Uses MSVC110 C runtime (Visual Studio 2012)
 +
* Statically link to LuaJIT 2.1.0-beta3, liblove, and SDL2
 +
* Support loading encrypted Lua files.
 +
* Use seekless [[love.filesystem.lines]] ([[(File):lines|File:lines]]) from [[0.11.0]]
 +
* Use PhysFS 3.0 (<code>-DLOVE_USE_PHYSFS_2_1</code>)
  
Runs under LOVE 0.10.1 or later (LOVE 0.11.0 compatible)
+
Android APK of Live Simulator: 2 in GitHub Release uses [[0.10.2]] with these modifications:
 +
* Support loading encrypted Lua files.
 +
* Use seekless [[love.filesystem.lines]] ([[(File):lines|File:lines]]) from [[0.11.0]]
 +
* Uses LuaJIT 2.1.0-beta3
 +
* '''Modified OpenAL-soft to support lower latency'''
  
 
== Links ==
 
== Links ==
Line 17: Line 30:
 
{{#set:Description=LL!SIF Live Simulator}}
 
{{#set:Description=LL!SIF Live Simulator}}
 
{{#set:Screenshot=File:DEPLS2MainMenu.png}}
 
{{#set:Screenshot=File:DEPLS2MainMenu.png}}
 +
{{#set:Status=Latest version: v1.1.4}}
  
 
[[Category:Games]]
 
[[Category:Games]]

Revision as of 05:15, 3 January 2018

Clone of LL!SIF game, can be used for training purpose.

Information

Supports variety of different beatmap formats. Common used one is Custom Beatmap Festival and SIFTrain. Intended as replacement of SIFTrain.

Runs under LÖVE 0.10.1 or later (LÖVE 0.11.0 compatible)

Notes

Windows executable of Live Simulator: 2 in GitHub Release uses 0.10.2 with these modifications:

  • Uses MSVC110 C runtime (Visual Studio 2012)
  • Statically link to LuaJIT 2.1.0-beta3, liblove, and SDL2
  • Support loading encrypted Lua files.
  • Use seekless love.filesystem.lines (File:lines) from 0.11.0
  • Use PhysFS 3.0 (-DLOVE_USE_PHYSFS_2_1)

Android APK of Live Simulator: 2 in GitHub Release uses 0.10.2 with these modifications:

Links