Hi everyone,
I like to release my dragaddon for LFSLapper.
EDIT: ADDON UPDATED FOR VERSION 7.0.4.4 OR HIGHER
Check in the attachments which one you need
##################################
#HOW TO INSTALL THE ADDON
##################################
include( "./includes/DragSystem/Drag_Global.lpr");
include( "./includes/DragSystem/Drag_SetDect.lpr");
include( "./includes/DragSystem/Drag_BackSpawn.lpr");
include( "./includes/DragSystem/Drag_Finish.lpr");
include( "./includes/DragSystem/Drag_UserDetect.lpr");
##################################
#HOW TO START THE DRAGSYSTEM
##################################
Do you want to spawn your finished drivers back to a location? Type !setspawnpoints.
You need to add a Insim Circle to make this working.
Have Fun.
=====================================================================
NOTE FOR SETDRAGLINES: PRESTAGE LINE IS NOT WORKING YET
=====================================================================
Features:
######################
#Changelog:
######################
Version 0.2
Edited:
Edited:
Fixed: (thanks to Yisc[NL])
I like to release my dragaddon for LFSLapper.
EDIT: ADDON UPDATED FOR VERSION 7.0.4.4 OR HIGHER
Check in the attachments which one you need
##################################
#HOW TO INSTALL THE ADDON
##################################
- -Be Sure you have the latest version of LFSLapper: https://www.lfs.net/forum/thread/58433-Release.
- -Copy and Paste the 'DragSystem' folder into the Includes Folder. (\bin\default\includes)
- -Open the "addonsused.LPR" file (\bin\default\includes\addonsused.LPR) and add the
include( "./includes/DragSystem/Drag_Global.lpr");
include( "./includes/DragSystem/Drag_SetDect.lpr");
include( "./includes/DragSystem/Drag_BackSpawn.lpr");
include( "./includes/DragSystem/Drag_Finish.lpr");
include( "./includes/DragSystem/Drag_UserDetect.lpr");
##################################
#HOW TO START THE DRAGSYSTEM
##################################
- -Type !dson/!dsoff to turn on/off the Dragsystem.
- -Type !setdraglines(!dsl) to set the Stageline/Splitlines/Finishlines etc
- -To activate the startline type !acstart , with !destart you can deactivate it.
Do you want to spawn your finished drivers back to a location? Type !setspawnpoints.
You need to add a Insim Circle to make this working.
Have Fun.
=====================================================================
NOTE FOR SETDRAGLINES: PRESTAGE LINE IS NOT WORKING YET
=====================================================================
Features:
- Up to 4 drivers. Can be set with a command ( 1 to 4 drivers)
- Christmas lights
- Finishboard (small one for 2 drivers, big one for 3/4 drivers)
- Penalty detection (disqualified after finishing)
- Splitspeeds in KM/H
- Times(Seconds)
- DragRatio (show your winningsratio)
- Set Prestage/Staged/Splits/penaltyline/Finishline
- Set Spawnpoints (spawn drivers back when finish)
Todo's/Suggestions:
- Times in milliseconds. (Lapper Sourcecode need to be changed (New insimpacket))
- Prestage line
- Early start for specific user.
- Differend Languages
######################
#Changelog:
######################
Version 0.2
Edited:
- -Extra command for !setspawnpoints.(!ssp)
- -Spawn/Spec line now used to spawn players back (if a spawnpoint has been set, otherwise the driver will be spectated)
- -Dragline Nodes removed after turning off the dragsystem.
- -Set Draglines nodes(!sdl) as a spectator
- -Set Spawnpoints(!ssp) as a spectator
Edited:
- -Prestage lights does work now
- -PreStage lines didnt work.
Fixed: (thanks to Yisc[NL])
- -Removed some arguments on function CloseDragResults() in file 'Drag_Finish.lpr' at line 154 .