Skip to content

BuilderDemo7/DPL.MOSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Driver: Parallel Lines MOSS

DPL.MOSS

MOSS or Mod Oriented Scripting System is a plugin that integrates Lua in Driver: Parallel Lines (2007), with this mod you can script your own Lua scripts to modify behaviours in the game such as exploding cars, giving infinite health, create helicopters, teleport to random locations, etc.

Lua is a dynamic programming language which was chosen because it's fast, lightweight and simple to use, when you make changes to your script while the game runs and then restart the game, the new changes of that script will be applied unlike plugins written in C++.

Installation

You can download it from the releases section of this repository, all you have to do is extract all the files inside the .zip file into the same directory as your DriverParallelLines.exe file (main directory of the game)

Installing Mods

Create or find a folder called 'moss_scripts' in the main directory of the game, it's the folder where you should put your mods inside, you can find mods or samples inside samples folder.

Developing Mods

Quick step by step tutorial on how to develop mods with MOSS:

Setup

Create a folder called 'moss_scripts' in the main directory of the game, that's where you should place your Lua scripts to be loaded in the game

Scripting and Documentation

Of course you need basic skills with Lua and the documentation of all functions for making mods which you can see by clicking here or you can download the functions list from this repository.

Samples

In doubt of how to actually use the functions? check out the samples as a example of how MOSS works!

Building

You will need Visual Studio 2017 (v141) or greater to build, no multi-platform project files were made so far (such as CMake or GCC).

About

Driver: Parallel Lines - Mod Oriented Scripting System (MOSS)

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors