yamp-project / v-issues

0 stars 0 forks source link

some small general suggestions #8

Open carlito1337 opened 5 months ago

carlito1337 commented 5 months ago
  1. Allow servers to run their own "pre" launcher
  2. Anti modified client files (fiveM: sv_pureLevel) -> Prevent clients from replacing gta default .rpfs, .xmls, ...
  3. Keymappings like fiveM / bind command via console like: bind E "commandName"
  4. Supported scripting languages like: lua, javascript, c#
  5. Game events like: -> onHealthChange -> onArmourChange -> onWeaponChange -> onModelChange -> onDecorChange
  6. Dimensions / Buckets
litolax commented 5 months ago

Hi, what is Buckets?

yannbcf commented 5 months ago

It's the alt:V dimension mechanism

PIMPxCLS commented 5 months ago

Hi, what is Buckets?

In FiveM "Dimensions" are called "routing buckets"

litolax commented 5 months ago

Thx

PatchByte commented 5 months ago

I am not sure about the first one, I guess we could implement it in a way where it would be like a launcher skin essentially but just dedicated to 1 server, tho still not sure about that

ByAlexius commented 5 months ago

I am not sure about the first one, I guess we could implement it in a way where it would be like a launcher skin essentially but just dedicated to 1 server, tho still not sure about that

We could also implement it using an url protocol that starts the official launcher and direct connects. Like the way FiveM supports it.

For example: yamp://connect/127.0.0.1:45000

This is only valid if the developer want's to create their own launcher, an option to reskin would probably be also a good idea

spacevx commented 4 months ago

I am not sure about the first one, I guess we could implement it in a way where it would be like a launcher skin essentially but just dedicated to 1 server, tho still not sure about that

We could also implement it using an url protocol that starts the official launcher and direct connects. Like the way FiveM supports it.

For example: yamp://connect/127.0.0.1:45000

This is only valid if the developer want's to create their own launcher, an option to reskin would probably be also a good idea

You should make a proper PR for this