Star Citizen Alpha 3.13.1: LUG Invictus Launch Close up With the Bengal Carrier

Enjoyed this video? Join my Locals community for exclusive content at starcitizendiaries.locals.com!
2 years ago
20

=======================================================
Music
=======================================================
––––––––––––––––––––––––––––––
Enemy by SilentCrafter https://soundcloud.com/silentcraftero...
Creative Commons — Attribution-ShareAlike 3.0 Unported — CC BY-SA 3.0
Free Download / Stream: https://bit.ly/enemy-silentcrafter
Music promoted by Audio Library https://youtu.be/PTpZqMpq6w8
––––––––––––––––––––––––––––––

🎵 Track Info:

Title: Enemy by SilentCrafter
Genre and Mood: Dance & Electronic + Dark

———

🎧 Available on:

Spotify: https://open.spotify.com/album/0wcTNT...
iTunes: https://music.apple.com/us/album/enem...
Deezer: https://deezer.com/us/track/736860352
YouTube: https://youtube.com/watch?v=pQW3DXn8IuU
SoundCloud: https://soundcloud.com/silentcraftero...

———

😊 Contact the Artist:

https://soundcloud.com/silentcraftero...
https://youtube.com/channel/UCuwFIeJU...
https://open.spotify.com/artist/0v8ry...
https://play.google.com/store/music/a...
https://www.deezer.com/us/artist/6056...
https://instagram.com/silentcraftermusic
https://facebook.com/silentcraftermusic
https://twitter.com/SilentCrafterLP

———
=======================================================
System Specs
=======================================================
Host Distro: elementary OS 5.1.7 Hera
Kernel: 5.12.8-xanmod1
RAM:64 GB
GPU Driver: Mesa 20.0.0
GPU:AMD Radeon VII
CPU: AMD Ryzen 9 3950X @ 4.7GHz
Capture Card: Blackmagic Design DeckLink Quad HDMI Recorder PCIe Card
Capture Software: OBS 26.1.0
Bit Rate: 35000 Kbps
Game Play Resolution: 4K Very High
Capture Resolution: 1800p
Upload Resolution: 1440p
=======================================================

Full Build Details
https://builds.gg/builds/scar-2-0-23547
=======================================================

=======================================================
Get Star Citizen
=======================================================

CIG Site:
https://robertsspaceindustries.com/
Use the following referral code when purchasing a Star Citizen
game package to get 5,000 UEC to spend in Voyager Direct:

REFERRAL CODE: STAR-FTJK-QRC5

Join Star Citizen Linux Users Group
https://robertsspaceindustries.com/orgs/LUG

Discord: https://discord.gg/meCFYPj

For more advice and information on playing Star Citizen in Linux

=======================================================
Get Lutris
=======================================================

Lutris Site:
https://lutris.net/

Once Lutris is installed, install SC from Lutris script

Once SC is installed you can use the LUG WINE runners from
RawFox: https://github.com/rawfoxDE/raw-wine/releases
or
snatella: https://github.com/snatella/wine-runner-sc/releases/tag/wine-v6.6

NOTE FSYNC COMPATIBLE KERNEL REQUIRED:
Ubuntu/elementary OS/Pop!_OS users can check out XanMod for an fsync compatible kernel

=======================================================
Increase the sysctl option vm.max_map_count to prevent
crashes due to memory allocation limits in areas with
lots of geometry:
Note I am running at 4K on 64GB RAM so my setting is 2100000000
For anyone running 1440p or 1080p with upto 32GB RAM use 16777216

sudo nano /etc/sysctl.conf
enter the sysctl option vm.max_map_count

vm.max_map_count = 2100000000

sudo nano /etc/sysctl.d/20-max_map_count.conf
enter the sysctl option vm.max_map_count to prevent crashes
due to memory allocation limits in areas with lots of geometry
vm.max_map_count = 2100000000

sudo nano /etc/systemd/system.conf
delete # from the line "DefaultLimitNOFILE" and set value to
DefaultLimitNOFILE=2100000000

sudo nano /etc/systemd/user.conf
delete # from the line "DefaultLimitNOFILE" and set value to
DefaultLimitNOFILE=2100000000

To temporarily increase this value enter this command in a terminal
sudo sysctl -w vm.max_map_count=2100000000

Output: vm.max_map_count = 2100000000

more /etc/systemd/system.conf | grep NOFILE
=======================================================

=======================================================

Loading comments...