Tabletop Simulator

Tabletop Simulator

평점이 부족합니다.
Experimental RC Cars: Carossa, Driftarossa & Shiftarossa
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
79.941 KB
2023년 1월 5일 오후 5시 13분
2023년 7월 12일 오후 5시 06분
업데이트 노트 18개 (보기)

다운로드 위해 구독하기
Experimental RC Cars: Carossa, Driftarossa & Shiftarossa

CR4YCR4Y님의 2 모음집
Carossa RC Collection
아이템 5개
Set Physics to "Full": CR4YCR4Y's Physics Based Toys and Games
아이템 10개
설명
Set physics to ”Full”

Carossa is the simplest car. It has a simulated engine, steering wheel, and brakes.
Driftarossa drifts when steering without accelerating.
Shiftarossa has a 4-speed manual transmission.
Room-Bot is a robot vacuum cleaner, ridden by a friend.

Check out the collection for various applications of these scripts.

1/8/2023 Update:
Both cars can now go up slopes, After a jump, cars will turn right side up upon landing.
Default Speeds increased
Engine power value is now restricted by actual speed.
Driftarossa now has a redline meter
Reverse handling changed on Driftarossa to behave more like Shiftarossa
There's a soccer ball now, it felt appropriate.

1/10/2023 Update:
Updated rightside-up-ing logic to only fire when leaving the air.
There is now a ramp on the table.

1/13/2023 Update:
A new Boolean called "Lakitu" determines if cars will turn right-side up upon reentering collision.

1/23/2023 Update:
https://youtu.be/cVBoHkFMVdA

4/17/2023 update:
Cars will register as "crashed" when landing wrong
"lakitu" now defines if the car can reset itself with scripting input when crashed.
Driftarossa now shows engine power behind the car.
UI elements resized
My little lobster brain that is actually inside my antennae lost track of how many changes I made. Things are different.

4/19/2023 Update:
Carossa, an RC car without drifting or shifting was added. I believe the scripting to be complete, and will begin working on a more substantial mod with these cars shortly. Edit: I was wrong lmao

4/25/2023 Update:
Roomba Cat

4/26/2023 Update:
Driftarossa now uses different logic when the pedal is held and released. This allows for more extreme values that make drifting more visually impressive.
Shiftarossa turning increased on gears 2, 3, 4

4/27/2023 Update:
All cars now tilt up slightly on new collisions. A see-saw and ramp were added to demonstrate why this helps.
I played with a pride of furries and learned that the Redline meters flicker when you're not the host.

5/3/2023 Update:
The cars now level out better when landing at angles. The logic behind this involves reversing all angular velocity (this felt illegal), rotating the cars slightly towards level (this is cheating), and adding downward force (this one is fine).

7/12/2023 Update:
Potentially cured epilepsy for non-host players (added logic to redline meter that may reduce flickering by only updating when the meter changes, further testing required) Edit: I stole a laptop from a Fox while he was busy drinking coffee and eating pie. The flickering is much better. He'll forgive me.
댓글 25
CR4YCR4Y  [작성자] 2025년 5월 31일 오후 4시 48분 
You'd have to edit the script on the object. Look for the below snippet of the script. Place two dashes before self.setColorTint in both places it shows up. That will make the code changing the color of the car inactive. The cars will still be controlled by the last player to carry them.

function onPickUp(player_color)
-- tints the car the color of the player
self.setColorTint(Color.fromString(player_color))
-- defines the player as the driver, who controls the car
driver = (player_color)
crash = false
end

function onDrop(player_color)
-- tints the car the color of the player
self.setColorTint(Color.fromString(player_color))
-- defines the player as the driver, who controls the car
driver = (player_color)
crash = false
end
W 2025년 5월 30일 오후 7시 55분 
love the models how can i disable when i click change the color? if possible
Kat Aisling 2023년 10월 3일 오전 11시 57분 
Thank you, now I can annoy everyone at the table if I lose first.
CR4YCR4Y  [작성자] 2023년 9월 10일 오후 3시 05분 
Thank you Bary, I'll take you up on that! I've added you on discord.
Baryonyx 2023년 9월 10일 오후 2시 27분 
I'd be willing to help with a playtest if needed!
CR4YCR4Y  [작성자] 2023년 9월 10일 오전 11시 59분 
While I don't have a racetrack ready, I've been sitting on a rocket league/car soccer type game with these cars for some time... I was hoping to playtest it privately before letting it out into the world. I can upload it with a disclaimer.
Fawnflake 2023년 9월 10일 오전 8시 10분 
this is so cute! now all it needs is a nice race track :D :D :D
Baryonyx 2023년 1월 28일 오후 1시 24분 
A bit cheaty how it sticks to surfaces like a magnet now, but I will give this a new test. :cta_emo6:
IAMAPEX 2023년 1월 23일 오후 11시 26분 
Great update!
CR4YCR4Y  [작성자] 2023년 1월 23일 오후 8시 42분 
New update. I managed to get over the loop! https://youtu.be/cVBoHkFMVdA