Wow I haven't played with Flans mod in forever. I'm assuming it isn't possible to click the button though, the hitbox of the car is in the way. I bet if you connect a pressure plate instead of a button though the car would count as an entity and press the plate.
Yep thanks I tried it but I can't figure out why some vehicles can press the pressure plate I put on the left and some other can't. So I must put several plates (well, no problem besides I'll have to modify my redstone not to have short-circuits).
Anyways that's less realistic than pressing a button to have a ticket in order to access the highway
I have an other question though, it's not possible either to drop items while I'm in the car. It would be great to drop coins in a hopper to pay the service at the highway's exit !
EDIT : well, as a solution for my second question I made a small Skript adding a new command which permitts dropping something and then I placed hoppers under the vehicle area.
Here's the code, may be useful for servers using Flan's Mod :
command /drop:
trigger:
set {_tmp} to player's tool
remove 1 of {_tmp} from player's inventory
set {_loc} to player's location
drop 1 of {_tmp} at {_loc}
Sorry for the double post but I have some new information.
It's not a problem of placement of the vehicle on the plates, that's actually a problem depending on the vehicle. Bigger SUV's or trucks aren't causing any action on the plates whereas smaller cars can, as you can see on the attached pictures.
EDIT : like for the previous problem, I made a command with Skript to do it but the problem is the same : typping a command is less realistic than pressing a button :/
Hello,
as you can see in the attached screenshot, I need to click a button while being in the car. How can I do that please ?
Up, please
Wow I haven't played with Flans mod in forever. I'm assuming it isn't possible to click the button though, the hitbox of the car is in the way. I bet if you connect a pressure plate instead of a button though the car would count as an entity and press the plate.
Yep thanks I tried it but I can't figure out why some vehicles can press the pressure plate I put on the left and some other can't. So I must put several plates (well, no problem besides I'll have to modify my redstone not to have short-circuits).
Anyways that's less realistic than pressing a button to have a ticket in order to access the highway
I have an other question though, it's not possible either to drop items while I'm in the car. It would be great to drop coins in a hopper to pay the service at the highway's exit !
EDIT : well, as a solution for my second question I made a small Skript adding a new command which permitts dropping something and then I placed hoppers under the vehicle area.
Here's the code, may be useful for servers using Flan's Mod :
command /drop: trigger: set {_tmp} to player's tool remove 1 of {_tmp} from player's inventory set {_loc} to player's location drop 1 of {_tmp} at {_loc}Sorry for the double post but I have some new information.
It's not a problem of placement of the vehicle on the plates, that's actually a problem depending on the vehicle. Bigger SUV's or trucks aren't causing any action on the plates whereas smaller cars can, as you can see on the attached pictures.
EDIT : like for the previous problem, I made a command with Skript to do it but the problem is the same : typping a command is less realistic than pressing a button :/