Skip to content

Commit ae15a91

Browse files
authored
Merge pull request #42 from MichaelCoding25/2.0.10-Update
Update 2.0.10
2 parents 1f4cec0 + 1bf8c67 commit ae15a91

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fix Holes In The Map (Updated to After Hours DLC)
1+
# Fix Holes In The Map (Updated to Diamond Casino DLC)
22

33
The purpose of this script is to fix the holes in the map by loading zones that aren’t loaded by default. I’ve added quite a lot of places to load, based on [Mikeeh’s script](https://forum.fivem.net/t/release-load-unloaded-ipls/5911). If you just want to fix the holes in the map, then use this resource as provided.
44

@@ -46,6 +46,25 @@ This resource has been completely rewritten from scratch since v2.0. You can cus
4646
<details><summary>Click to view</summary>
4747
(DD/MM/YYYY)
4848

49+
---
50+
51+
19/07/2021 - 2.0.10
52+
- Added Diamond Casino IPLs: Casino, Garage, VIP garage, Penthouse
53+
- Import: Forced refresh of CEO Garages
54+
- Updated fxmanifest fx_version to cerulean
55+
- Updated IPL list link in fxmanifest nad removed outdated Props list and Interior ID list
56+
- Fixed export typo in `michael.lua`
57+
- Removed unnecessary space in north_yankton IPL
58+
59+
27/05/2020 - 2.0.9a
60+
- Fixed disabling Pillbox Hospital
61+
- Fixed `ResetInteriorVariables`
62+
63+
23/04/2020 - 2.0.9
64+
- Replaced deprecated __resource.lua with fxmanifest.lua
65+
- Added ferris wheel on the Del Perro Pier
66+
- Reformatted client.lua
67+
4968
20/10/2019 - 2.0.8
5069
- Nightclubs: Added dry ice emitters
5170
- Heist & Gunrunning: Added water to the yachts hot tubs (to enable/disable)

fxmanifest.lua

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
-- Resources:
22
-- **********
3-
-- IPL list: https://wiki.gt-mp.net/index.php/Online_Interiors_and_locations
4-
-- Props list: https://wiki.gt-mp.net/index.php/InteriorPropList
5-
-- Interior ID list : https://wiki.gt-mp.net/index.php/InteriorIDList
3+
-- IPL list: https://wiki.rage.mp/index.php?title=Interiors_and_Locations
64

7-
fx_version 'bodacious'
5+
fx_version 'cerulean'
86
game 'gta5'
97

108
author 'Bob_74'
119
description 'Load and customize your map'
12-
version '2.0.9a'
10+
version '2.0.10'
1311

1412
client_scripts {
1513
"lib/common.lua"
@@ -104,7 +102,7 @@ client_scripts {
104102
-- DLC After Hours
105103
, "dlc_afterhours/nightclubs.lua"
106104

107-
-- DLC Diamond Casino
105+
-- DLC Diamond Casino (Requires forced build 2060 or higher)
108106
, "dlc_casino/casino.lua"
109107
, "dlc_casino/penthouse.lua"
110-
}
108+
}

0 commit comments

Comments
 (0)