Mark Your Death 1.0
493
19
493
19
A Simple Script to Mark the players last death location with a skull and crossbones
install
1. download and Install scripthookv + Scripthookvdotnet
2. create a scripts folder (named scirpts and not Scripts) if you havent got one already
3. install LemonUI(if you havnt already got it for SHVDN2) there is a download link in the text file of the zip, copy the url into a browser, then a zip will be downloaded, drag the CONTENTS of the SHVDN2 folder into scripts
4. drag HKHModHelperNew.dll and folder into scripts
5. drag MarkYourDeath.dll and pdb into scripts
6. Launch game
install
1. download and Install scripthookv + Scripthookvdotnet
2. create a scripts folder (named scirpts and not Scripts) if you havent got one already
3. install LemonUI(if you havnt already got it for SHVDN2) there is a download link in the text file of the zip, copy the url into a browser, then a zip will be downloaded, drag the CONTENTS of the SHVDN2 folder into scripts
4. drag HKHModHelperNew.dll and folder into scripts
5. drag MarkYourDeath.dll and pdb into scripts
6. Launch game
First Uploaded: Martes 7 de Xuño de 2022
Last Updated: Martes 7 de Xuño de 2022
Last Downloaded: 5 minuto
6 Comments
More mods by HKH191:

- Gameplay
- Vehicles
- Player
- Weapons
4.72
15.874
176
1.3 (Player Guided Missiles)
By HKH191

- Gameplay
- Vehicles
4.27
3.770
70
2.1 (Major Update, fixed no ini)
By HKH191

- Weapons
- .Net
4.79
40.097
322
11.1 (Less Notifications, Disable Autosave)
By HKH191

- Gameplay
- Vehicles
- .Net
4.57
1.794
59
1.0.2 (Load DC&R Garage)
By HKH191
A Simple Script to Mark the players last death location with a skull and crossbones
install
1. download and Install scripthookv + Scripthookvdotnet
2. create a scripts folder (named scirpts and not Scripts) if you havent got one already
3. install LemonUI(if you havnt already got it for SHVDN2) there is a download link in the text file of the zip, copy the url into a browser, then a zip will be downloaded, drag the CONTENTS of the SHVDN2 folder into scripts
4. drag HKHModHelperNew.dll and folder into scripts
5. drag MarkYourDeath.dll and pdb into scripts
6. Launch game
install
1. download and Install scripthookv + Scripthookvdotnet
2. create a scripts folder (named scirpts and not Scripts) if you havent got one already
3. install LemonUI(if you havnt already got it for SHVDN2) there is a download link in the text file of the zip, copy the url into a browser, then a zip will be downloaded, drag the CONTENTS of the SHVDN2 folder into scripts
4. drag HKHModHelperNew.dll and folder into scripts
5. drag MarkYourDeath.dll and pdb into scripts
6. Launch game
First Uploaded: Martes 7 de Xuño de 2022
Last Updated: Martes 7 de Xuño de 2022
Last Downloaded: 5 minuto
This file has been approved automatically. If you think this file should not be here for any reason please report it.
Good Work
@NeGaTiWwChIk thank you
Why are HKHModHelperNew.dll and LemonUI requirements for this mod? Seems like a lot for such a simple script.
@JustDancePC cause of upcoming mod, that has parts of this scripts, so to ensure no conflict between mods, i added a bool to HKHModHelperNew which gets set by the upcoming mod so this script wont run while the other mod is installed, yes i could do file,exists(), but i made it so the other mod can toggle its function that uses the code from this mod
@HKH191 Using the file.exists function sounds like a much better alternative than bloating this standalone version with a bunch of requirements that aren't really needed. It's a cleaner design on both ends