Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

installing fpv free rider ubuntu

A topic by bhavnagar created May 24, 2020 Views: 1,003 Replies: 3
Viewing posts 1 to 5

Hi,

I have downloaded the ZIP file from FPV Free rider - Demo version for Linux 

I have extracted it.

How do i launch the application now? 

I cannot find any .sh file or any python script to launch it.

Kindly help.

There are executable files for 32 and 64 bit.

Add the executable flag for the 64 bit version:

chmod +x FPVFreerider_demo.x86_64

and then start the game:

./FPVFreerider_Demo.x86_64

chmod works but 

./FPVFreerider_Demo.x86_64

There is no such file to execute.

it worked now thanks.