forked from Simnation/Main
ed
This commit is contained in:
parent
2c6c1d5f24
commit
dc96cbb39b
167 changed files with 8966 additions and 0 deletions
75
resources/[defaultmaps]/server-scenarios/README.md
Normal file
75
resources/[defaultmaps]/server-scenarios/README.md
Normal file
|
@ -0,0 +1,75 @@
|
|||
# Server Scenarios
|
||||
|
||||
----------
|
||||
|
||||
Custom and modified scenarios for FiveM, replacing:
|
||||
|
||||
* alamo_sea
|
||||
* bolingbroke_penitentiary
|
||||
* del_perro_shops
|
||||
* downtown
|
||||
* farmers_market
|
||||
* facility_main (requires bob74_ipl, places NPCs inside FIB facility)
|
||||
* farmers_market
|
||||
* lsia_terminal
|
||||
* sandy_shores
|
||||
* senora_hill
|
||||
* stables (Martin Madrazo's Ranch)
|
||||
* vinewood
|
||||
|
||||
----------
|
||||
|
||||
Stables scenario to work alongside https://github.com/TayMcKenzieNZ/Ranch-De-Caniche and https://github.com/TayMcKenzieNZ/fivem-scenarios
|
||||
|
||||
----------
|
||||
|
||||
This resource requires **gamebuild 2189 (Cayo Perico) or higher**, as the sp_manifest was taken from the **latest gamebuild.**
|
||||
|
||||
If you find any bugs, try noclipping or teleporting elsewhere, then coming back.
|
||||
|
||||
----------
|
||||
|
||||
I have tried my best to remove triathlon, cheering, clapping, and paparazzi related scenarios in the following locations, however if you happen to find some, feel free to send me a pull request. The scenario files are as followed. If you wish to edit the following areas, edit the ones I have provided:
|
||||
|
||||
* alamo_sea
|
||||
|
||||
* del_perro_beach
|
||||
|
||||
* del_perro_carpark
|
||||
|
||||
* pacific_bluffs
|
||||
|
||||
* sandy_shores
|
||||
|
||||
* senora_hill
|
||||
|
||||
* vespucci
|
||||
|
||||
* vespucci_beach_north
|
||||
|
||||
* vespucci_beach_south
|
||||
|
||||
* vespucci_police_dept
|
||||
|
||||
* vinewood
|
||||
|
||||
----------
|
||||
|
||||
|
||||
This is by all means a "work in progress" release, and is a test of my abilities streaming and overriding scenarios in FiveM.
|
||||
|
||||
If you would like to addon to this resource and modify existing scenarios in the world, open the `sp_manifest.ymt` file and rename the scenario to
|
||||
|
||||
`<Name>compcache:/server_scenarios/xxxxxxx</Name>` If you rename the resource, you will need to rename `server_scenarios`
|
||||
|
||||
For example, `<Name>compcache:/nopixel_scenarios/downtown</Name>`.
|
||||
|
||||
|
||||
The resource and the scenarios must be in lowercase.
|
||||
|
||||
I have personally tested the following scenarios alongside this repository, and can confirm that they are working in FiveM after renaming them in the sp_manifest:
|
||||
|
||||
https://www.gta5-mods.com/scripts/scenario-groups
|
||||
|
||||
|
||||
|
18
resources/[defaultmaps]/server-scenarios/client.lua
Normal file
18
resources/[defaultmaps]/server-scenarios/client.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
-- This is used to calm down the AI animals at the Madrazo Ranch --
|
||||
|
||||
|
||||
SetRelationshipBetweenGroups(1, `HEN`, `PLAYER`)
|
||||
SetRelationshipBetweenGroups(1, `DEER`, `PLAYER`)
|
||||
SetRelationshipBetweenGroups(1, `WILD_ANIMAL`, `PLAYER`)
|
||||
SetRelationshipBetweenGroups(1,`DOMESTIC_ANIMAL`, `PLAYER`)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
6481
resources/[defaultmaps]/server-scenarios/events.meta
Normal file
6481
resources/[defaultmaps]/server-scenarios/events.meta
Normal file
File diff suppressed because it is too large
Load diff
20
resources/[defaultmaps]/server-scenarios/fxmanifest.lua
Normal file
20
resources/[defaultmaps]/server-scenarios/fxmanifest.lua
Normal file
|
@ -0,0 +1,20 @@
|
|||
fx_version "cerulean"
|
||||
game "gta5"
|
||||
|
||||
author "TayMcKenzieNZ"
|
||||
description "Custom and modified scenarios for FiveM"
|
||||
url "https://github.com/TayMcKenzieNZ/server-scenarios"
|
||||
|
||||
file "sp_manifest.ymt"
|
||||
data_file "SCENARIO_POINTS_OVERRIDE_FILE" "sp_manifest.ymt"
|
||||
|
||||
|
||||
files {
|
||||
'events.meta',
|
||||
'relationships.dat'
|
||||
}
|
||||
|
||||
data_file 'FIVEM_LOVES_YOU_4B38E96CC036038F' 'events.meta'
|
||||
|
||||
server_script 'server.lua'
|
||||
client_script 'client.lua'
|
132
resources/[defaultmaps]/server-scenarios/relationships.dat
Normal file
132
resources/[defaultmaps]/server-scenarios/relationships.dat
Normal file
|
@ -0,0 +1,132 @@
|
|||
# Acquaintance options:
|
||||
# - Hate
|
||||
# - Dislike
|
||||
# - Like
|
||||
# - Respect
|
||||
PLAYER
|
||||
CIVMALE
|
||||
CIVFEMALE
|
||||
COP
|
||||
SECURITY_GUARD
|
||||
PRIVATE_SECURITY
|
||||
FIREMAN
|
||||
GANG_1
|
||||
GANG_2
|
||||
GANG_9
|
||||
GANG_10
|
||||
AMBIENT_GANG_LOST
|
||||
AMBIENT_GANG_MEXICAN
|
||||
AMBIENT_GANG_FAMILY
|
||||
AMBIENT_GANG_BALLAS
|
||||
AMBIENT_GANG_MARABUNTE
|
||||
AMBIENT_GANG_CULT
|
||||
AMBIENT_GANG_SALVA
|
||||
AMBIENT_GANG_WEICHENG
|
||||
AMBIENT_GANG_HILLBILLY
|
||||
DEALER
|
||||
HATES_PLAYER
|
||||
HEN
|
||||
WILD_ANIMAL
|
||||
SHARK
|
||||
COUGAR
|
||||
NO_RELATIONSHIP
|
||||
SPECIAL
|
||||
MISSION2
|
||||
MISSION3
|
||||
MISSION4
|
||||
MISSION5
|
||||
MISSION6
|
||||
MISSION7
|
||||
MISSION8
|
||||
ARMY
|
||||
GUARD_DOG
|
||||
AGGRESSIVE_INVESTIGATE
|
||||
MEDIC
|
||||
CAT
|
||||
|
||||
#
|
||||
PLAYER
|
||||
Like PLAYER
|
||||
CIVMALE
|
||||
# Respect CIVMALE
|
||||
# Respect CIVFEMALE
|
||||
CIVFEMALE
|
||||
# Respect CIVFEMALE
|
||||
# Respect CIVMALE
|
||||
COP
|
||||
Respect MEDIC FIREMAN COP
|
||||
Respect ARMY
|
||||
Respect PLAYER
|
||||
Like SECURITY_GUARD
|
||||
ARMY
|
||||
Like ARMY
|
||||
Respect COP
|
||||
SECURITY_GUARD
|
||||
Like COP SECURITY_GUARD GUARD_DOG
|
||||
PRIVATE_SECURITY
|
||||
Like PRIVATE_SECURITY GUARD_DOG
|
||||
PRISONER
|
||||
Like PRISONER
|
||||
Hate PLAYER
|
||||
FIREMAN
|
||||
Respect MEDIC FIREMAN COP
|
||||
Respect PLAYER
|
||||
GANG_1
|
||||
Respect GANG_1
|
||||
GANG_2
|
||||
Respect GANG_2
|
||||
GANG_9
|
||||
Respect GANG_9
|
||||
GANG_10
|
||||
Respect GANG_10
|
||||
HATES_PLAYER
|
||||
Hate PLAYER
|
||||
Like HATES_PLAYER AGGRESSIVE_INVESTIGATE
|
||||
HEN
|
||||
Dislike PLAYER
|
||||
AMBIENT_GANG_LOST
|
||||
Like AMBIENT_GANG_LOST GUARD_DOG
|
||||
AMBIENT_GANG_MEXICAN
|
||||
Respect PLAYER
|
||||
Like AMBIENT_GANG_MEXICAN GUARD_DOG
|
||||
AMBIENT_GANG_FAMILY
|
||||
Like AMBIENT_GANG_FAMILY GUARD_DOG
|
||||
AMBIENT_GANG_BALLAS
|
||||
Respect PLAYER
|
||||
Like AMBIENT_GANG_BALLAS GUARD_DOG
|
||||
AMBIENT_GANG_MARABUNTE
|
||||
Like AMBIENT_GANG_MARABUNTE GUARD_DOG
|
||||
AMBIENT_GANG_CULT
|
||||
Like AMBIENT_GANG_CULT GUARD_DOG
|
||||
AMBIENT_GANG_SALVA
|
||||
Like AMBIENT_GANG_SALVA GUARD_DOG
|
||||
AMBIENT_GANG_WEICHENG
|
||||
Like AMBIENT_GANG_WEICHENG GUARD_DOG
|
||||
AMBIENT_GANG_HILLBILLY
|
||||
Respect PLAYER
|
||||
Like AMBIENT_GANG_HILLBILLY GUARD_DOG
|
||||
DOMESTIC_ANIMAL
|
||||
Hate PLAYER
|
||||
Like CIVMALE CIVFEMALE COP SECURITY_GUARD DOMESTIC_ANIMAL FIREMAN GANG_1 GANG_2 GANG_9 GANG_10 AMBIENT_GANG_LOST AMBIENT_GANG_MEXICAN AMBIENT_GANG_BALLAS AMBIENT_GANG_FAMILY DEALER HATES_PLAYER
|
||||
WILD_ANIMAL
|
||||
Hate PLAYER CIVMALE CIVFEMALE COP SECURITY_GUARD FIREMAN GANG_1 GANG_2 GANG_9 GANG_10 AMBIENT_GANG_LOST AMBIENT_GANG_MEXICAN AMBIENT_GANG_BALLAS AMBIENT_GANG_FAMILY DEALER HATES_PLAYER
|
||||
DEER
|
||||
Hate PLAYER CIVMALE CIVFEMALE COP SECURITY_GUARD FIREMAN GANG_1 GANG_2 GANG_9 GANG_10 AMBIENT_GANG_LOST AMBIENT_GANG_MEXICAN AMBIENT_GANG_BALLAS AMBIENT_GANG_FAMILY DEALER HATES_PLAYER
|
||||
Respect DEER
|
||||
SHARK
|
||||
Hate PLAYER
|
||||
GUARD_DOG
|
||||
Like GUARD_DOG CIVMALE CIVFEMALE SECURITY_GUARD AMBIENT_GANG_LOST AMBIENT_GANG_MEXICAN AMBIENT_GANG_FAMILY AMBIENT_GANG_BALLAS AMBIENT_GANG_MARABUNTE AMBIENT_GANG_CULT AMBIENT_GANG_SALVA AMBIENT_GANG_WEICHENG AMBIENT_GANG_HILLBILLY PRIVATE_SECURITY
|
||||
AGGRESSIVE_INVESTIGATE
|
||||
Hate PLAYER
|
||||
Like HATES_PLAYER AGGRESSIVE_INVESTIGATE
|
||||
MEDIC
|
||||
Respect PLAYER
|
||||
Like MEDIC
|
||||
Respect COP ARMY SECURITY_GUARD FIREMAN
|
||||
COUGAR
|
||||
Hate PLAYER CIVMALE CIVFEMALE SECURITY_GUARD AMBIENT_GANG_LOST AMBIENT_GANG_MEXICAN AMBIENT_GANG_FAMILY AMBIENT_GANG_BALLAS AMBIENT_GANG_MARABUNTE AMBIENT_GANG_CULT AMBIENT_GANG_SALVA AMBIENT_GANG_WEICHENG AMBIENT_GANG_HILLBILLY PRIVATE_SECURITY COP ARMY PRISONER FIREMAN
|
||||
CAT
|
||||
Hate PLAYER
|
||||
Like CIVMALE CIVFEMALE COP SECURITY_GUARD DOMESTIC_ANIMAL FIREMAN GANG_1 GANG_2 GANG_9 GANG_10 AMBIENT_GANG_LOST AMBIENT_GANG_MEXICAN AMBIENT_GANG_BALLAS AMBIENT_GANG_FAMILY DEALER HATES_PLAYER
|
||||
|
1
resources/[defaultmaps]/server-scenarios/server.lua
Normal file
1
resources/[defaultmaps]/server-scenarios/server.lua
Normal file
|
@ -0,0 +1 @@
|
|||
print("Server Scenarios by TayMcKenzieNZ has been loaded successfully.")
|
2105
resources/[defaultmaps]/server-scenarios/sp_manifest.ymt
Normal file
2105
resources/[defaultmaps]/server-scenarios/sp_manifest.ymt
Normal file
File diff suppressed because it is too large
Load diff
BIN
resources/[defaultmaps]/server-scenarios/stream/alamo_sea.ymt
Normal file
BIN
resources/[defaultmaps]/server-scenarios/stream/alamo_sea.ymt
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
resources/[defaultmaps]/server-scenarios/stream/downtown.ymt
Normal file
BIN
resources/[defaultmaps]/server-scenarios/stream/downtown.ymt
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
resources/[defaultmaps]/server-scenarios/stream/sandy_shores.ymt
Normal file
BIN
resources/[defaultmaps]/server-scenarios/stream/sandy_shores.ymt
Normal file
Binary file not shown.
BIN
resources/[defaultmaps]/server-scenarios/stream/senora_hills.ymt
Normal file
BIN
resources/[defaultmaps]/server-scenarios/stream/senora_hills.ymt
Normal file
Binary file not shown.
Binary file not shown.
BIN
resources/[defaultmaps]/server-scenarios/stream/vespucci.ymt
Normal file
BIN
resources/[defaultmaps]/server-scenarios/stream/vespucci.ymt
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
resources/[defaultmaps]/server-scenarios/stream/vinewood.ymt
Normal file
BIN
resources/[defaultmaps]/server-scenarios/stream/vinewood.ymt
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue