[HELP] Huge Map inside the RP Server

Hello,
I plan on developing a game, that needs to take place in a special map created by my team.

When i say map or level i mean like the way aparments are, you go inside them you have furniture and all that.

So my map, is supposed to be 100x100 meters in size, not that big but big enough so 20 players can freely explore and play in that map, kind of a shooter game.

Problem is that, I want to set a THEME into that game, so i need a SPECIAL map to be rendered into the RP server in such a way that i don’t bother other people playing.

A method i explored in the past is manually creating the map from code rendering objects inside of it at coordonates above the render distance or at least so above that nobody looks there.

Problem is that i need want to use CODE WALKER (or similar) to create my map so I can freely add stuff and customize very well so i can’t do that from code unless i write my own development tools that will take months for this kind of stuff.

To the mods, please move this in the correct cateogry if i messed up, but don’t delete since i really want an answer to this

1 Like

Ok so you want to make a map e.g. paintball arena that is like the default GTA:O Interieurs. You are looking for what I know as “shells”. For example the Nightclub IPL is a shell that Is below the default SA Map (like -500 on the z coords). I would recommend you to create the whole map in blender and then add it to fivem with Codewalker. There are a lot of tutorials out there that explain how to add custom blender assets etc. to fivem :slight_smile: hope this helps!

1 Like

It definetly helped me out, are you experienced in this part of fivem, if so maybe we can help each other out, i will pay you and you will create that, i can give you more details if you are interested.

If not, you already helped me a lot with this reponse so i’m grateful

Hey sorry for my late reply…
Im working on a couple of projects atm so i dont really have time for another one sorry!

Did you find a solution to this yet or did you progress any further?

nope, need a dedicated mapper and someone who knows how to make this