

Pallet Teleporter is a self-contained script mod that moves loose pallets to a location in front of you with one keypress. It has no store items, map changes or new gameplay systems.
How to use
- Stand, or sit in a vehicle, where you want the pallets to end up.
- Press Alt + G.
- The pallets appear a few metres ahead of you, neatly stacked and aligned with your view direction.
- A notification tells you how many pallets were moved and how many were skipped.
- Repeat any time – newly produced pallets are picked up on the next press.
Features
- Collects every pallet on the map at once: production pallets, big bags, tree sapling pallets and pallets added by other mods.
- Stacks them automatically – 4 pallets per stack, 5 stacks per row by default, both adjustable.
- Same pallet types are grouped together, so stacks come out uniform instead of mixed.
- The grid is centred on your view direction and always lands in front of you.
- Works on foot and from the driver’s seat. In a vehicle, the pallets are placed clear of the vehicle rather than inside it.
- Spacing is derived from the real dimensions of each pallet, so different pallet types never clip into each other.
- Pallets standing on a trailer are unmounted and teleported as well; this can be turned off if you would rather leave loaded trailers alone.
- Pallets currently held on forks or in a grab are left untouched, so nothing you are carrying gets ripped out of the machine.
- Pallets are moved with the game’s own positioning routine and taken out of physics for the move, so they land settled instead of shooting across the yard.
- Also available as a console command:
ptTeleportPallets
Configuration
Open scripts/PalletTeleporter.lua in any text editor. The settings block sits at the very top of the file:
palletsPerStack– how many pallets go into one stack (default 4)gridColumns– how many stacks per row (default 5)spawnDistance– how far in front of you the grid starts (default 6 m)gridMargin– extra clearance between stacksstackGap– vertical clearance between pallets in a stackunmountMounted– whether pallets on trailers get unmounted and teleporteddebug– verbose logging tolog.txt
Changing the keybind
In game: Options > Controls, look for “Teleport & stack pallets” and assign whatever suits you. The default is Alt + G.
Requirements and limitations
- Farming Simulator 25, PC only – this is a script mod.
- SINGLEPLAYER ONLY. Multiplayer is disabled on purpose: moving other players’ objects safely needs network synchronisation this mod does not implement.
- No store items, no map edits, no savegame changes.
- Pallets held on forks or in a grab are skipped by design.
Notes
This mod only relocates pallets that already exist in your world. It does not create, duplicate or delete anything. If something misbehaves, set debug = true in the script and send the [PalletTeleporter] lines from DocumentsMy GamesFarmingSimulator2025log.txt.
Changelog
- V1.0.0.1
New: pallet picker.
– A new “Choose” mode opens a selection window instead of teleporting everything at once.
– The window lists every pallet type currently on the map as tiles with the store icon, the pallet name and how many of them exist.
– After picking a type you choose how many to bring: the counter starts at the maximum, so pressing Enter twice teleports all of that type. The counter can never exceed the number actually present on the map.
– Keyboard (arrows / Enter / Esc) and mouse are both supported.
– Player movement and camera are locked while the window is open, so you cannot wander off mid-selection.
New: in-game setting.
– Game Settings now has a “Pallet Teleporter” section with a “Hotkey action” option: Everything or Choose.
– The choice is saved tomodSettingsFS25_PalletTeleporter.xmland survives a restart.
– No more editing the Lua file to change how the mod behaves.
Improved.
– Pallets of the same type are grouped together, so stacks come out uniform instead of mixed.
– The hotkey now re-registers itself when the input context changes, so it keeps working after entering a vehicle, opening a menu or loading a savegame.
– On-screen messages are now translated. The mod ships in English, German and Polish; previously the result notification was Polish only.
Also available as console commands:ptTeleportPalletsandptMode all | select.





