0wn1 / online-interiors

A FiveM resource adding ipl/map edits, teleport's, and blips to the map for FiveM up to the mpchristmas3 / 2802 DLC

Home Page:https://forum.cfx.re/t/free-online-interiors-mpsum2-tays-fork/4892023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online-Interiors Rewritten

online-interiors Optimized and rewritten to work with qb-core, qb-menu, and PolyZone.

Dependencies


Online Interiors

This repository is a FiveM resource created by Cloudy that adds ipl/map edits, teleports, and blips to the world of GTA 5.

This fork adds a fix for Franklin's mansion after the mpsecurity update, (courtesy of GTA5Mods member, katsutosh) as well as adds teleporters and blips for Diamond Casino & Resort, Los Santos Tuners, The Contract, and The Criminal Enterprises gamebuilds.

As with many of my other repositories, it is recommended to be used with the latest gamebuild.


Information - Cloudy

  • I basically did all the work of coordinates and ipl interior editing so you don't have to.
  • Please make sure to read the whole README for everything to work correctly.
  • Since the last update, I have removed the map edits folder. To get the map edits go here: https://github.com/cloudy-develop/online-interiors-maps
  • Online Interior Map Edits will remove some annoying obstructions around a few of the interiors.

How to Install

  1. Run CMD in your "resources" folder and type "git clone https://github.com/TayMcKenzieNZ/online-interiors.git".

Alternatively, you can download the zip folder from above and put the files in your "resources" folder.

  1. Download TayMckenzieNZ's latest fork of "bob74_ipl" from "https://github.com/TayMcKenzieNZ/bob74_ipl" and place the folder in the "resources" folder.

(MUST BE NAMED "bob74_ipl" AND BE DIRECTLY IN RESOURCES FOLDER)

  1. Download the latest recommended artifacts for Windows or for Linux

  2. Enforce the Gamebuild to 2699 How To Enforce Gamebuild [Tutorial]

  3. start "bob74_ipl" and "online_interiors" in your "server.cfg". ("bob74_ipl" MUST BE STARTED BEFORE "online_interiors")

  4. Enjoy your interiors.


Resource List

start bob74_ipl
start online_interiors

Note from Cloudy

  • I wanted to do this because I've never really seen something with Teleports and Blips, without relying on ESX, VRP or other frameworks.
  • I hope you can enjoy, I put in a lot of hours to complete this.
  • Also, I put in a lot of work so please don’t go around saying you did all of this stuff, because you didn’t.

Note from TayMcKenzieNZ

I admire Cloudy and Bob's efforts and by no means do I take any credit. I have simply continued their legacy in updating this resource for use with interiors featured in the Contracts DLC aka mpsecurity / 2545, as well as added fixes and additional props.

These fixes and additions include:

  • Fixed Franklin's couch at his mansion, courtesy of katsutosh

  • Fixed collisions and windows at Therapist Office, courtesty of LBCustoms

  • Comedy Club Collision fix, courtesy of Nowimps8

  • Added additional chairs inside Franklin and MP Agency Offices

  • Removed obstructing object from a TV prop on 2nd floor of Agencies, allowing players visible access when rendering videos to the screen via pmms by Kibook or other scripts.

  • Changed sunlounger prop on music studio rooftop to work alongside fivem scenarios script

  • Replaced small TV in studio smoke room (with logos covering screen) with a better tv prop, allowing players visible access when rendering videos to the screen via hypnonema or other scripts

  • Fixed Tuners exterior garage door from opening

  • Removed obstructing collisions from Tuners Car Meet interior

  • Removed gates from Tuners Car Meet interior for vehicle access

  • Removed annoying doors from penthouse office and penthouse cinema as they do not open and close correctly

  • Removed tables and their respective collisions from agency 2nd floor living room and replaced with better table and props, allowing access to sit down and actually watch rendered content on the TV prop

  • Added Lucky Wheel prop to Casino

  • Configured Casino Vault entitysets and removed doors leading to it

  • Added breakable glass on FIB rooftop


Bahama Mamas Club 🍸

I have added a map blip for this club, however by default, you can't enter it; this was done by Rockstar Games themselves.

There as no teleports as I didn't think this was necessary, plus there are a ton of paid and free MLO resources for this club.


Arcade 🕹️

Arcade IPL, entitysets and map blip has been provided and configured


FAQ

Q When I visit a particular location, it loads, however it flickers through different walls and floors etc?

A: Check the online-interiors/client/maps/ as I have configured and provided IPLs and entitysets for some locations, which could be clashing with your copy of bob74_IPL.

You can simply set it up how you prefer, or comment it out of the fxmanifest.


Q: I have custom MLOs in my server, can I use this resource to add map blips for them?

A: You most certainly can. You may use this resource in it's entirety to open online-interiors/client/blips.lua and add it after the last one in the list like so:

-- Custom MLO Name Here

    {text = "Custom MLO Name Here", color = X, sprite = XXX, coord = vector3(XXX.XX, XXX.XX, XX.XX)},

Enter a name for the MLO / location then provide a color and sprite number and the coordinates.


Q: I have an MLO that has an elevator, can I use this resource to teleport between them?

A: You may use this resource in it's entirety to add teleports if you wish to.

Open online-interiors/client/teleports.lua and have a look at how I have done the Casino Elevators. This should give you a rough idea of how it's done.


Q: How can I enable or restrict vehicle access to / from a location?

A: You can add , veh = false to the end of your teleport locations in the online-interiors/client/teleports.lua.

Example:

[XX] = {text = "Helipad", dest = {XX, XX, XX, X}, coord = vector3(XX.XX, XX.XX, XX.XX), h = XXX.XX, veh = false},

Players can access the teleporter on foot but will be denied if they are in / on a vehicle.


Thanks 🙏

Huge thanks to:

About

A FiveM resource adding ipl/map edits, teleport's, and blips to the map for FiveM up to the mpchristmas3 / 2802 DLC

https://forum.cfx.re/t/free-online-interiors-mpsum2-tays-fork/4892023

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%