This commit is contained in:
parent
e8bea844bd
commit
3bd5605b75
@ -16,8 +16,6 @@ jobs:
|
|||||||
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login git.tgj.services -u thatguyjack --password-stdin
|
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login git.tgj.services -u thatguyjack --password-stdin
|
||||||
- name: Buildx Container
|
- name: Buildx Container
|
||||||
run: docker buildx create --name buildx --driver=docker-container
|
run: docker buildx create --name buildx --driver=docker-container
|
||||||
- name: Steamcmd
|
|
||||||
run: apt update && apt install software-properties-common -y && apt update && dpkg --add-architecture i386 && apt install lib32gcc-s1 steamcmd -y && mkdir /accserver && /usr/games/steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir ~/accserver +login jacksserver292 "${{ secrets.STEAMPASSWORD }}" +app_update 1430110 validate +quit
|
|
||||||
- name: Build ACC-web
|
- name: Build ACC-web
|
||||||
run: docker buildx build --builder=buildx --platform=linux/amd64 ./acc-web -t git.tgj.services/thatguyjack/acc-web:latest --push
|
run: docker buildx build --builder=buildx --platform=linux/amd64 ./acc-web -t git.tgj.services/thatguyjack/acc-web:latest --push
|
||||||
#run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./ACC -t git.tgj.services/thatguyjack/acc:latest --push
|
#run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./ACC -t git.tgj.services/thatguyjack/acc:latest --push
|
@ -20,8 +20,7 @@ RUN apt install lib32gcc-s1 steamcmd -y
|
|||||||
RUN wget https://github.com/assetto-corsa-web/accweb/releases/download/v1.21.0/accweb_v1.21.0.zip
|
RUN wget https://github.com/assetto-corsa-web/accweb/releases/download/v1.21.0/accweb_v1.21.0.zip
|
||||||
|
|
||||||
RUN mkdir -p /accserver
|
RUN mkdir -p /accserver
|
||||||
COPY /accserver /
|
COPY ./accserver /
|
||||||
#RUN /usr/games/steamcmd +@sSteamCmdForcePlatformType windows +force_install_dir ~/accserver +login jacksserver292 "${{ secrets.STEAMPASSWORD }}" +app_update 1430110 validate +quit
|
|
||||||
|
|
||||||
RUN unzip accweb_v1.21.0.zip -d /accweb
|
RUN unzip accweb_v1.21.0.zip -d /accweb
|
||||||
|
|
||||||
|
BIN
acc-web/accserver/acServer
Normal file
BIN
acc-web/accserver/acServer
Normal file
Binary file not shown.
14
acc-web/accserver/acServer.bat
Normal file
14
acc-web/accserver/acServer.bat
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
@echo off
|
||||||
|
TITLE AC Server
|
||||||
|
echo Starting AC Server...
|
||||||
|
SETLOCAL EnableDelayedExpansion
|
||||||
|
for /f "skip=1 tokens=1-6 delims= " %%a in ('wmic path Win32_LocalTime Get Day^,Hour^,Minute^,Month^,Second^,Year /format:table') do (
|
||||||
|
IF NOT "%%~f"=="" (
|
||||||
|
set /a _d=10000 * %%f + 100 * %%d + %%a
|
||||||
|
set /a _t=10000 * %%b + 100 * %%c + %%e
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
echo Output is logs/session/output%_d%_%_t%.log
|
||||||
|
|
||||||
|
acserver.exe > logs/session/output%_d%_%_t%.log 2> logs/error/error%_d%_%_t%.log
|
BIN
acc-web/accserver/acServer.exe
Normal file
BIN
acc-web/accserver/acServer.exe
Normal file
Binary file not shown.
BIN
acc-web/accserver/acServerManager.exe
Normal file
BIN
acc-web/accserver/acServerManager.exe
Normal file
Binary file not shown.
BIN
acc-web/accserver/acServerManager.pdb
Normal file
BIN
acc-web/accserver/acServerManager.pdb
Normal file
Binary file not shown.
0
acc-web/accserver/blacklist.txt
Normal file
0
acc-web/accserver/blacklist.txt
Normal file
197
acc-web/accserver/cfg/entry_list.ini
Normal file
197
acc-web/accserver/cfg/entry_list.ini
Normal file
@ -0,0 +1,197 @@
|
|||||||
|
[CAR_0]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=alpine_white_I
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=
|
||||||
|
|
||||||
|
[CAR_1]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Brilliant_red
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_2]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Cinnabar_red
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_3]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=0_Diamond_Black_metallic
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_4]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Henna_Red
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_5]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Jet_Black
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_6]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Macau_Blue_Metallic
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_7]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Misano_red
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_8]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Nogaro_Silver_metallic
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_9]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Salmon_Silver_metallic
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_10]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Sterling_Silver_metallic
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_11]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=alpine_white_I
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_12]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Brilliant_red
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_13]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Cinnabar_red
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_14]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=0_Diamond_Black_metallic
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_15]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Henna_Red
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_16]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Jet_Black
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_17]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Macau_Blue_Metallic
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_18]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Misano_red
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_19]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Nogaro_Silver_metallic
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_20]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Salmon_Silver_metallic
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
||||||
|
|
||||||
|
[CAR_21]
|
||||||
|
MODEL=bmw_m3_e30
|
||||||
|
SKIN=Sterling_Silver_metallic
|
||||||
|
SPECTATOR_MODE=0
|
||||||
|
DRIVERNAME=
|
||||||
|
TEAM=
|
||||||
|
GUID=
|
||||||
|
BALLAST=0
|
74
acc-web/accserver/cfg/server_cfg.ini
Normal file
74
acc-web/accserver/cfg/server_cfg.ini
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
[SERVER]
|
||||||
|
NAME=AC_Server
|
||||||
|
CARS=bmw_m3_e30
|
||||||
|
CONFIG_TRACK=
|
||||||
|
TRACK=magione
|
||||||
|
SUN_ANGLE=48
|
||||||
|
PASSWORD=
|
||||||
|
ADMIN_PASSWORD=mypassword
|
||||||
|
UDP_PORT=9600
|
||||||
|
TCP_PORT=9600
|
||||||
|
HTTP_PORT=8081
|
||||||
|
PICKUP_MODE_ENABLED=1
|
||||||
|
LOOP_MODE=1
|
||||||
|
SLEEP_TIME=1
|
||||||
|
CLIENT_SEND_INTERVAL_HZ=18
|
||||||
|
SEND_BUFFER_SIZE=0
|
||||||
|
RECV_BUFFER_SIZE=0
|
||||||
|
RACE_OVER_TIME=180
|
||||||
|
KICK_QUORUM=85
|
||||||
|
VOTING_QUORUM=80
|
||||||
|
VOTE_DURATION=20
|
||||||
|
BLACKLIST_MODE=1
|
||||||
|
FUEL_RATE=100
|
||||||
|
DAMAGE_MULTIPLIER=100
|
||||||
|
TYRE_WEAR_RATE=100
|
||||||
|
ALLOWED_TYRES_OUT=2
|
||||||
|
ABS_ALLOWED=1
|
||||||
|
TC_ALLOWED=1
|
||||||
|
STABILITY_ALLOWED=0
|
||||||
|
AUTOCLUTCH_ALLOWED=0
|
||||||
|
TYRE_BLANKETS_ALLOWED=0
|
||||||
|
FORCE_VIRTUAL_MIRROR=1
|
||||||
|
REGISTER_TO_LOBBY=1
|
||||||
|
MAX_CLIENTS=18
|
||||||
|
UDP_PLUGIN_LOCAL_PORT=0
|
||||||
|
UDP_PLUGIN_ADDRESS=
|
||||||
|
AUTH_PLUGIN_ADDRESS=
|
||||||
|
LEGAL_TYRES=SV
|
||||||
|
|
||||||
|
[PRACTICE]
|
||||||
|
NAME=Practice
|
||||||
|
TIME=10
|
||||||
|
IS_OPEN=1
|
||||||
|
|
||||||
|
[QUALIFY]
|
||||||
|
NAME=Qualify
|
||||||
|
TIME=10
|
||||||
|
IS_OPEN=1
|
||||||
|
|
||||||
|
[RACE]
|
||||||
|
NAME=Race
|
||||||
|
LAPS=5
|
||||||
|
WAIT_TIME=60
|
||||||
|
IS_OPEN=1
|
||||||
|
|
||||||
|
[DYNAMIC_TRACK]
|
||||||
|
SESSION_START=89
|
||||||
|
RANDOMNESS=3
|
||||||
|
SESSION_TRANSFER=80
|
||||||
|
LAP_GAIN=50
|
||||||
|
|
||||||
|
[WEATHER_0]
|
||||||
|
GRAPHICS=3_clear
|
||||||
|
BASE_TEMPERATURE_AMBIENT=18
|
||||||
|
BASE_TEMPERATURE_ROAD=6
|
||||||
|
VARIATION_AMBIENT=1
|
||||||
|
VARIATION_ROAD=1
|
||||||
|
|
||||||
|
[WEATHER_1]
|
||||||
|
GRAPHICS=7_heavy_clouds
|
||||||
|
BASE_TEMPERATURE_AMBIENT=15
|
||||||
|
BASE_TEMPERATURE_ROAD=-1
|
||||||
|
VARIATION_AMBIENT=1
|
||||||
|
VARIATION_ROAD=1
|
BIN
acc-web/accserver/content/cars/abarth500/data.acd
Normal file
BIN
acc-web/accserver/content/cars/abarth500/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/abarth500_s1/data.acd
Normal file
BIN
acc-web/accserver/content/cars/abarth500_s1/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/alfa_romeo_giulietta_qv/data.acd
Normal file
BIN
acc-web/accserver/content/cars/alfa_romeo_giulietta_qv/data.acd
Normal file
Binary file not shown.
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_1m/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_1m/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_1m_s3/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_1m_s3/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_m3_e30/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_m3_e30/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_m3_e30_drift/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_m3_e30_drift/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_m3_e30_dtm/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_m3_e30_dtm/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_m3_e30_gra/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_m3_e30_gra/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_m3_e30_s1/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_m3_e30_s1/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_m3_e92/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_m3_e92/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_m3_e92_drift/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_m3_e92_drift/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_m3_e92_s1/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_m3_e92_s1/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_m3_gt2/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_m3_gt2/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_z4/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_z4/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_z4_drift/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_z4_drift/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_z4_gt3/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_z4_gt3/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/bmw_z4_s1/data.acd
Normal file
BIN
acc-web/accserver/content/cars/bmw_z4_s1/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ferrari_312t/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ferrari_312t/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ferrari_458/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ferrari_458/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ferrari_458_gt2/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ferrari_458_gt2/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ferrari_458_s3/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ferrari_458_s3/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ferrari_599xxevo/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ferrari_599xxevo/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ferrari_f40/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ferrari_f40/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ferrari_f40_s3/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ferrari_f40_s3/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ferrari_laferrari/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ferrari_laferrari/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_abarth_595ss/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_abarth_595ss/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_abarth_595ss_s1/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_abarth_595ss_s1/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_abarth_595ss_s2/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_abarth_595ss_s2/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_alfa_33_stradale/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_alfa_33_stradale/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_alfa_giulia_qv/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_alfa_giulia_qv/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_alfa_mito_qv/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_alfa_mito_qv/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_audi_a1s1/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_audi_a1s1/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_audi_r8_plus/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_audi_r8_plus/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_audi_sport_quattro/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_audi_sport_quattro/data.acd
Normal file
Binary file not shown.
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_audi_sport_quattro_s1/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_audi_sport_quattro_s1/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_corvette_c7_stingray/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_corvette_c7_stingray/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_ford_mustang_2015/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_ford_mustang_2015/data.acd
Normal file
Binary file not shown.
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_lamborghini_miura_sv/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_lamborghini_miura_sv/data.acd
Normal file
Binary file not shown.
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_maserati_alfieri/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_maserati_alfieri/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_maserati_levante/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_maserati_levante/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_maserati_quattroporte/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_maserati_quattroporte/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_mazda_787b/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_mazda_787b/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_mazda_miata/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_mazda_miata/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_nissan_gtr/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_nissan_gtr/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_pagani_huayra_bc/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_pagani_huayra_bc/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_porsche_cayenne/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_porsche_cayenne/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_porsche_macan/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_porsche_macan/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_porsche_panamera/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_porsche_panamera/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ks_toyota_gt86/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ks_toyota_gt86/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ktm_xbow_r/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ktm_xbow_r/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_2_eleven/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_2_eleven/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_2_eleven_gt4/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_2_eleven_gt4/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_49/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_49/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_98t/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_98t/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_elise_sc/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_elise_sc/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_elise_sc_s1/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_elise_sc_s1/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_elise_sc_s2/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_elise_sc_s2/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_evora_gtc/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_evora_gtc/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_evora_gte/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_evora_gte/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_evora_gte_carbon/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_evora_gte_carbon/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_evora_gx/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_evora_gx/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_evora_s/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_evora_s/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_evora_s_s2/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_evora_s_s2/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_exige_240/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_exige_240/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_exige_240_s3/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_exige_240_s3/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_exige_s/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_exige_s/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_exige_s_roadster/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_exige_s_roadster/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_exige_scura/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_exige_scura/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_exige_v6_cup/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_exige_v6_cup/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_exos_125/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_exos_125/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/lotus_exos_125_s1/data.acd
Normal file
BIN
acc-web/accserver/content/cars/lotus_exos_125_s1/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/mclaren_mp412c/data.acd
Normal file
BIN
acc-web/accserver/content/cars/mclaren_mp412c/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/mclaren_mp412c_gt3/data.acd
Normal file
BIN
acc-web/accserver/content/cars/mclaren_mp412c_gt3/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/mercedes_sls/data.acd
Normal file
BIN
acc-web/accserver/content/cars/mercedes_sls/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/mercedes_sls_gt3/data.acd
Normal file
BIN
acc-web/accserver/content/cars/mercedes_sls_gt3/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/p4-5_2011/data.acd
Normal file
BIN
acc-web/accserver/content/cars/p4-5_2011/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/pagani_huayra/data.acd
Normal file
BIN
acc-web/accserver/content/cars/pagani_huayra/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/pagani_zonda_r/data.acd
Normal file
BIN
acc-web/accserver/content/cars/pagani_zonda_r/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/ruf_yellowbird/data.acd
Normal file
BIN
acc-web/accserver/content/cars/ruf_yellowbird/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/shelby_cobra_427sc/data.acd
Normal file
BIN
acc-web/accserver/content/cars/shelby_cobra_427sc/data.acd
Normal file
Binary file not shown.
BIN
acc-web/accserver/content/cars/tatuusfa1/data.acd
Normal file
BIN
acc-web/accserver/content/cars/tatuusfa1/data.acd
Normal file
Binary file not shown.
31
acc-web/accserver/content/tracks/drift/data/surfaces.ini
Normal file
31
acc-web/accserver/content/tracks/drift/data/surfaces.ini
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
[SURFACE_0]
|
||||||
|
KEY=TARMAC-DRIFT
|
||||||
|
FRICTION=1
|
||||||
|
DAMPING=0
|
||||||
|
WAV=
|
||||||
|
WAV_PITCH=0
|
||||||
|
FF_EFFECT=NULL
|
||||||
|
DIRT_ADDITIVE=0
|
||||||
|
IS_VALID_TRACK=1
|
||||||
|
BLACK_FLAG_TIME=0
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0
|
||||||
|
VIBRATION_LENGTH=0
|
||||||
|
|
||||||
|
[SURFACE_1]
|
||||||
|
KEY=KERB
|
||||||
|
FRICTION=0.92
|
||||||
|
DAMPING=0
|
||||||
|
WAV=kerb.wav
|
||||||
|
WAV_PITCH=1.3
|
||||||
|
FF_EFFECT=1
|
||||||
|
DIRT_ADDITIVE=0
|
||||||
|
BLACK_FLAG_TIME=0
|
||||||
|
IS_VALID_TRACK=1
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0.1
|
||||||
|
VIBRATION_LENGTH=0.2
|
26
acc-web/accserver/content/tracks/drift/models.ini
Normal file
26
acc-web/accserver/content/tracks/drift/models.ini
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
[MODEL_0]
|
||||||
|
FILE=drift.kn5
|
||||||
|
POSITION=0,0,0
|
||||||
|
ROTATION=0,0,0
|
||||||
|
|
||||||
|
[DYNAMIC_OBJECT_0]
|
||||||
|
PROBABILITY=75
|
||||||
|
MULT=1,2
|
||||||
|
FILE=11.kn5
|
||||||
|
POS_MODE=RANDOM
|
||||||
|
RND_POS_CENTER=-320,200,200
|
||||||
|
RND_POS_RANGE=1000,10,1000
|
||||||
|
VEL_MODE=RANDOM
|
||||||
|
RND_VEL_BASE=0,0,0
|
||||||
|
RND_VEL_RANGE=2,0,2
|
||||||
|
|
||||||
|
[DYNAMIC_OBJECT_1]
|
||||||
|
PROBABILITY=75
|
||||||
|
MULT=1,1
|
||||||
|
FILE=12.kn5
|
||||||
|
POS_MODE=RANDOM
|
||||||
|
RND_POS_CENTER=-320,200,200
|
||||||
|
RND_POS_RANGE=1000,10,1000
|
||||||
|
VEL_MODE=RANDOM
|
||||||
|
RND_VEL_BASE=0,0,0
|
||||||
|
RND_VEL_RANGE=2,0,2
|
@ -0,0 +1,4 @@
|
|||||||
|
[ZONE_0]
|
||||||
|
DETECTION=0.855
|
||||||
|
START=0.901
|
||||||
|
END=0.116
|
175
acc-web/accserver/content/tracks/imola/data/surfaces.ini
Normal file
175
acc-web/accserver/content/tracks/imola/data/surfaces.ini
Normal file
@ -0,0 +1,175 @@
|
|||||||
|
[SURFACE_0]
|
||||||
|
KEY=CONCRETE
|
||||||
|
FRICTION=0.96
|
||||||
|
DAMPING=0.01
|
||||||
|
WAV=
|
||||||
|
WAV_PITCH=0
|
||||||
|
FF_EFFECT=NULL
|
||||||
|
DIRT_ADDITIVE=0
|
||||||
|
IS_VALID_TRACK=1
|
||||||
|
BLACK_FLAG_TIME=0
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0
|
||||||
|
VIBRATION_LENGTH=0
|
||||||
|
|
||||||
|
[SURFACE_1]
|
||||||
|
KEY=CARPET
|
||||||
|
FRICTION=0.65
|
||||||
|
DAMPING=0
|
||||||
|
WAV=extraturf.wav
|
||||||
|
WAV_PITCH=0
|
||||||
|
FF_EFFECT=NULL
|
||||||
|
DIRT_ADDITIVE=0.1
|
||||||
|
IS_VALID_TRACK=1
|
||||||
|
BLACK_FLAG_TIME=0
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0
|
||||||
|
VIBRATION_LENGTH=0
|
||||||
|
|
||||||
|
[SURFACE_2]
|
||||||
|
KEY=PITS-IMA
|
||||||
|
FRICTION=0.97
|
||||||
|
DAMPING=0
|
||||||
|
WAV=
|
||||||
|
WAV_PITCH=0
|
||||||
|
FF_EFFECT=NULL
|
||||||
|
DIRT_ADDITIVE=0
|
||||||
|
IS_VALID_TRACK=1
|
||||||
|
BLACK_FLAG_TIME=0
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=1
|
||||||
|
VIBRATION_GAIN=0
|
||||||
|
VIBRATION_LENGTH=0
|
||||||
|
|
||||||
|
[SURFACE_3]
|
||||||
|
KEY=CUTGRA
|
||||||
|
FRICTION=0.6
|
||||||
|
DAMPING=0
|
||||||
|
WAV=grass.wav
|
||||||
|
WAV_PITCH=0
|
||||||
|
FF_EFFECT=NULL
|
||||||
|
DIRT_ADDITIVE=1
|
||||||
|
IS_VALID_TRACK=0
|
||||||
|
BLACK_FLAG_TIME=15
|
||||||
|
SIN_HEIGHT=0.03
|
||||||
|
SIN_LENGTH=0.5
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0
|
||||||
|
VIBRATION_LENGTH=0
|
||||||
|
|
||||||
|
[SURFACE_4]
|
||||||
|
KEY=CUTCONC
|
||||||
|
FRICTION=0.96
|
||||||
|
DAMPING=0.01
|
||||||
|
WAV=
|
||||||
|
WAV_PITCH=0
|
||||||
|
FF_EFFECT=NULL
|
||||||
|
DIRT_ADDITIVE=0.01
|
||||||
|
IS_VALID_TRACK=0
|
||||||
|
BLACK_FLAG_TIME=5
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0
|
||||||
|
VIBRATION_LENGTH=0
|
||||||
|
|
||||||
|
[SURFACE_5]
|
||||||
|
KEY=TARMAC-IMA
|
||||||
|
FRICTION=0.98
|
||||||
|
DAMPING=0
|
||||||
|
WAV=
|
||||||
|
WAV_PITCH=0
|
||||||
|
FF_EFFECT=NULL
|
||||||
|
DIRT_ADDITIVE=0
|
||||||
|
IS_VALID_TRACK=1
|
||||||
|
BLACK_FLAG_TIME=0
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0
|
||||||
|
VIBRATION_LENGTH=0
|
||||||
|
|
||||||
|
[SURFACE_6]
|
||||||
|
KEY=TARMAC-IMB
|
||||||
|
FRICTION=1
|
||||||
|
DAMPING=0
|
||||||
|
WAV=
|
||||||
|
WAV_PITCH=0
|
||||||
|
FF_EFFECT=NULL
|
||||||
|
DIRT_ADDITIVE=0
|
||||||
|
IS_VALID_TRACK=1
|
||||||
|
BLACK_FLAG_TIME=0
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0
|
||||||
|
VIBRATION_LENGTH=0
|
||||||
|
|
||||||
|
[SURFACE_7]
|
||||||
|
KEY=OUT
|
||||||
|
FRICTION=0.95
|
||||||
|
DAMPING=0.013
|
||||||
|
WAV=
|
||||||
|
WAV_PITCH=0
|
||||||
|
FF_EFFECT=NULL
|
||||||
|
DIRT_ADDITIVE=0
|
||||||
|
IS_VALID_TRACK=1
|
||||||
|
BLACK_FLAG_TIME=0
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0.05
|
||||||
|
VIBRATION_LENGTH=0.4
|
||||||
|
|
||||||
|
[SURFACE_8]
|
||||||
|
KEY=KERB
|
||||||
|
FRICTION=0.92
|
||||||
|
DAMPING=0
|
||||||
|
WAV=kerb.wav
|
||||||
|
WAV_PITCH=1.3
|
||||||
|
FF_EFFECT=1
|
||||||
|
DIRT_ADDITIVE=0
|
||||||
|
BLACK_FLAG_TIME=0
|
||||||
|
IS_VALID_TRACK=1
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0.4
|
||||||
|
VIBRATION_LENGTH=1.5
|
||||||
|
|
||||||
|
[SURFACE_9]
|
||||||
|
KEY=KRB2CUT
|
||||||
|
FRICTION=0.92
|
||||||
|
DAMPING=0
|
||||||
|
WAV=kerb.wav
|
||||||
|
WAV_PITCH=1.3
|
||||||
|
FF_EFFECT=1
|
||||||
|
DIRT_ADDITIVE=0
|
||||||
|
BLACK_FLAG_TIME=5
|
||||||
|
IS_VALID_TRACK=0
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0.3
|
||||||
|
VIBRATION_LENGTH=0.6
|
||||||
|
|
||||||
|
[SURFACE_10]
|
||||||
|
KEY=KRBCUT
|
||||||
|
FRICTION=0.92
|
||||||
|
DAMPING=0
|
||||||
|
WAV=kerb.wav
|
||||||
|
WAV_PITCH=1.3
|
||||||
|
FF_EFFECT=1
|
||||||
|
DIRT_ADDITIVE=0
|
||||||
|
BLACK_FLAG_TIME=3
|
||||||
|
IS_VALID_TRACK=1
|
||||||
|
SIN_HEIGHT=0
|
||||||
|
SIN_LENGTH=0
|
||||||
|
IS_PITLANE=0
|
||||||
|
VIBRATION_GAIN=0.5
|
||||||
|
VIBRATION_LENGTH=0.6
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user