#driving sim

13 posts loaded — scroll for more

Text
katiethekreator
katiethekreator

weezer cave demo - driving mode - loss

Text
mikahorror
mikahorror
Text
wolfhowls
wolfhowls

Arduino Pro Micro gear shifter (for ETS2/ATS)

Here’s the source code of a quick and dirty emulator for 16 gears shifter (originally from MAN trucks) adapted to Logitech G-27 shifter/USB.

/*————————————————–
Sample code by Matthew Heironimus

htt
ps://github.com/MHeironimus/ArduinoJoystickLibrary
2016-11-24

Gear shifter for MAN lever and ETS2/ATS
mod by Genxha
http
s://wolfhowls.tumblr.com/

Wiring:
Lever wire > Pro Micro Pi
n
Upper (round) button (Emulated X button index 3 joy 4)
Blue > GND
Yellow >
5
Side selector (Emulated B button Index 2 joy 3)
Violet > 4
Green > G
ND
Lower selector (Emulated A button - both positions index 0, 1 joy 1, 2)
White > GND
Red > 3
Blue* > 2 <—- No
te: solder a spare wire between center position of lower selector to pi
n 2
———————————————–*/
#include
Joystick_ Joystick(JOYSTICK_DEFAULT_REPORT_ID, JOYSTICK_TYPE_GAMEPAD,
4, 0, // Button Count, Hat Switch Count
false, false, false, // X and Y, but no Z Axis
false, false, false, // No Rx, Ry, or Rz
false, false, // No rudder or throttle
false, false, false); // No accelerator, brake, or steering

void setup() { // Initialize Button Pins

for (int index = 0; index < 4; index++) {
int pin = index + 2;
pinMode(pin, INPUT_PULLUP);
}

Joystick.begin(); // Initialize
for (int index = 0; index < 4; index++) { // Reset
Joystick.setButton(index, !digitalRead(index + 2));
}
}

void loop() {
int lastButtonState[4];
for (int index = 0; index < 4; index++) { // read and set initial button status
lastButtonState[index] = digitalRead(index + 2);
}
/*
Main FOR loop
*/

for (int index = 0; index < 4; index++) { // read button status and send joystick events

int pin = index +2;

int currentButtonState = !digitalRead(pin);
if (currentButtonState != lastButtonState[index]) {
Joystick.setButton(index, currentButtonState);
lastButtonState[index] = currentButtonState;
}
}
}

Text
geekcavepodcast
geekcavepodcast

Taxi Life: A City Driving Simulator Management Gameplay Trailer


Create and manage a taxi company in Barcelona. Transport passengers, explore the city, buy more cars, and hire employees and assign them appropriate cars, neighborhoods, and time slots.


Simteract and Nacon’s Taxi Life: A City Driving Simulator launches for Xbox Series X/S, PlayStation 5, and PC on March 7, 2024.

Text
servossimulation
servossimulation

Should a motion platform cost $5k?

Should a motion platform cost $5k? #AATD #Aviation #Controlloaders #Drivingsim #Entertainmentrides

6DOF, Motion base platforms, Vr, Virtual reality, Racing sim, Driving sim, Entertainment rides, Gaming
[siteorigin_widget class=”Jetpack_Google_Translate_Widget”][/siteorigin_widget]

In my travels on the internet, I have witnessed DIY’er attempting to make motion base platforms from various items. From drill motors to wood, these systems are ingenious, but in my opinion seem unsafe and will not last over the long term. Let’s explore why…

What does it take to build a motion base? At the…

View On WordPress

Text
servossimulation
servossimulation

Motion Base Platforms and the Flight Simulation Industry

Motion Base Platforms and the Flight Simulation Industry #AATD #Aviation #Controlloaders #Drivingsim

Motion Base Platforms have been apart of the flight simulation industry for a very long time. Longer than one might think… The simulation industry is relatively old (almost 100 years!), but not quite as old as planes have been in the sky.

The follow article is an except from wikipedia in regards to the history of flight simulation. The entire article is found here.

What is interesting…

View On WordPress

Text
servossimulation
servossimulation

Checking in on one of our older installations

Checking in on one of our older installations #AATD #Aviation #Drivingsim #Entertainmentrides #Flightsim

[siteorigin_widget class=”Jetpack_Google_Translate_Widget”][/siteorigin_widget]

Back in 2015, we went to Harris Corp in Melbourne, Florida to check a high angle six axis motion base platform system that we installed in 2003 to inspect it. The customer said that it was working fine and had been in constant use for these years. The system is used for Sea State 6 antenna testing for shipboard…

View On WordPress

Photo
bandainamcous
bandainamcous

Join us in ONE hour for the Project CARS 2 Developer’s livestream to see more of the upcoming features, tracks, and cars. Click here to watch the show on Twitch http://bit.ly/2unpOhC Ready to get behind the wheel? Click here to pre-order now and get the exclusive Japanese Cars pack + more! 

photo
Photo
bandainamcous
bandainamcous

This weekend Project CARS 2 will be in Anaheim at Bottle Logic Brewery! Stop by and experience the next step in racing sim evolution, playable on the Razer Blade. #RAZERTOUR 

Click here to preorder Project CARS 2!

photo
Video
zaneandstuff
zaneandstuff

In today’s episode: I actually make some progress! And Dangle shows us his pussy.

Link
bramsterbram
bramsterbram

Glitchhikers

Interesting little game about driving on the highway, picking up hitchhikers and listening to some cool music. It’s free! Give it a shot.

Video
retrenders
retrenders

Frankie’s Garage: The Future 2020 Nissan GT-R?

Built for the Sony’s iconic driving-game franchise Gran Turismo, this a sneak tease of the Nissan Concept 2020 VISION. 

Text
thegame21x
thegame21x

Review - Gran Turismo 6

Endless Backlog Review - Gran Turismo 6 #EndlessBacklog #Review #GranTurismo #PolyphonyDigital #Playstation

Gran Turismo 6

Review based on version 1.02

Gran Turismo 6 arrived on the 15th anniversary of the Gran Turismo series, ending its run on the previous generation of hardware in much the same way as Gran Turismo 4 did on the Playstation 2. With the next generation upon…

View Post