[Release] vBasic v4.1 | Basic server settings/configuration

ok imma try it now

202020

finally thank you its working now thanks man!!

vBasic update v3.0.1 improvements

  • Completely recoded the whole resource to be much more efficient.
  • Fixed whitelist issues.
  • Using aces for whitelist instead of a really long convar.
  • Updated wiki with new instructions.
  • Improved some functions and features.
  • Added new version checker.
  • Added better user feedback when setting up the convars (will give warning messages in console if you haven’t set them up properly instead of just using the default settings)

Note you need to re-configure some of your settings if you’re upgrading from an older version.

Instructions for this latest version can be found on the wiki page here: https://github.com/TomGrobbe/vBasic/wiki/1.-Installation-(v3.0.1)

ERROR WHEN JOINING

I need help I’m not sure what is wrong.

https://pastebin.com/5c7BY4Kg NOTE i do have my license key in there i just did not want to post it :).

https://gyazo.com/9ba10a06082cdc9cd499dac47d29e469

-Chris

Cheers

2 Likes

You’re starting vBasic twice. Remove start vBasic from your start resources list, and just leave the one in the convars section.

So in your case it’d be like this:

[...]
start vannouncer
# start vBasic <--- removed this
start vengine
[...]

####################################################################################################
# Add everything from this file into your server.cfg and change the settings to fit your needs.    #
# If you enable the whitelist, don't forget to go all the way to the bottom of this file for       #
# instructions on how to add players to the whitelist.                                             #
####################################################################################################
 
################################
##    vBasic Configuration    ##
################################
 
# Enable PVP?
set vb_enable_pvp true
 
# Disable wanted level for everyone?
set vb_disable_wanted_level true
 
# Do you want AI police, ambulance, fire department or any other emergency services to be
# disabled from responding to events in-game?
set vb_disable_emergency_services true
 
# Should godmode be enabled for everyone?
set vb_force_god_mode_enabled false
 
# When a player joins, should there be a message sent to that player?
set vb_enable_welcome_message true
 
# If you enabled the welcome message above, do you want it to be sent to all players?
# (true = yes send it to everyone, false = no send it just to the player that joined)
set vb_make_welcome_message_global true
 
# If you enabled the welcome message, customize the message contents here
# `{player}` will be replaced with the player's name. You can use color codes ^0-^9.
set vb_welcome_message "Hello {player}, welcome to the Mount Chiliad Role Play!"
 
# Should the whitelist be enabled?
set vb_enable_whitelist false
 
# Set the kick message for players that aren't whitelist.
set vb_whitelist_kick_message "Sorry, you are not whitelisted!"
 
# Enable crowd/ped density control and vehicles/traffic density control?
# True = enabled, false = disabled.
set vb_enable_crowd_control true
set vb_enable_traffic_control true
 
# If you set the density controls to true above, customize the density here.
# Should be a number between 0.0 and 1.0 (otherwise it will crash).
set vb_crowd_density 0.5
set vb_traffic_density 0.5
 
# Enable unlimited stamina/sprinting?
set vb_enable_unlimited_stamina true
 
##########################################
##   Don't touch any of the following   ##
##   convars, doing so will prevent     ##
##   the script from working correctly. ##
##########################################
set vb_check true
set vb_debug false
 
##########################################
## All convars are now setup, good job! ##
##########################################
 
start vBasic
 
##########################################
##  vBasic Whitelist Settings/Examples  ##
##########################################
 
## Add IP's to the whitelist:
add_ace identifier.ip:127.0.0.1 vbasic.whitelisted allow
add_ace identifier.ip:192.168.0.2 vbasic.whitelisted allow
 
## Add STEAM HEX ID to the whitelist:
add_ace identifier.steam:110000105959047 vbasic.whitelisted allow
add_ace identifier.steam:1100001073a0689 vbasic.whitelisted allow
 
## Add License to the whitelist:
add_ace identifier.license:4510587c13e0b645eb8d24bc104601792277ab98 vbasic.whitelisted allow
add_ace identifier.license:b79d4f04017adf7edbc227b2dd8252850eae1906 vbasic.whitelisted allow
 
####################################################################################################
 
[...]

ah, thank you your awesome.

-chris

Im getting this ghost car effect and cars will randomly spawn.


this is with

# If you set the density controls to true above, customize the density here. 
# Should be a number between 0.0 and 1.0 (otherwise it will crash).
set vb_crowd_density 0.2
set vb_traffic_density 0.1

Strange, will take a look at this when I’ve got time. For now I suggest either disabling the feature completely or setting the values to be near the 1.0 limit.

Yeah changed it to 0.5 for now and seems to be okay for now but would like to have the density down.

I’ve just tested it, and it seems to happen only with a traffic density between 0.1 and 0.3 (0.4 seems to do it as well though it’s almost not noticeable.) I’m not sure what this is caused by and I’ll have to do some more testing before this can be “fixed”.

1 Like

Idk what I did wrong https://prnt.sc/hwbndf

For anyone wondering, this has been solved in PM.

having a problem where the only part that is working is unlimited sprint. where turning off ai emergency and other ai related things dont work.

Is it needed to restart the server everytime when Whitelisting?
Is there no Command or Database? :slight_smile:

If you add new identifiers to the whitelist in the server.cfg, simply copy the add_ace commands and run them in the console. Then if the player tries to join the new permissions will be enabled.

What do you have in your server.cfg file?

@Vespura I added everything like the instructions you included told me to.

This issue has been solved in PM. For anyone else having these issues, make sure your convars are actually lowercased.

So for example: set vb_enable_pvp True is wrong, set vb_enable_pvp true is correct :slight_smile:
I will update this in the next update to make sure that case isn’t affected. For now, keep everything lowercase.

1 Like

I just found this and tried installing. I have followed the instructions and still get that i have not configured convars correctly. I have went back over and checked all the files and all lowercase and just can not firegure what i did wrong

Hello, I keep getting this when starting my server. I have followed the instructions but can’t figure out what I did wrong.

Blockquote
######################## vBasic ########################
YOU HAVE NOT CONFIGURED THE CONVARS CORRECTLY,
VBASIC WILL BE DISABLED UNTIL THE CONVARS ARE FIXED.
PLEASE CHECK THE GITHUB WIKI FOR HELP.
https://github.com/TomGrobbe/vBasic/wiki
########################################################