As of 1.5, it seems you can't move them left and right anymore. There are no directions to bind keys to now (there were when the mod ran on 1.3). The mod technically runs but is dead for all intents and purposes.
Love this mod. It works with 1.5 and latest CET too if anyone came here looking to check.
Also, I decided to remove the reward money myself with a quick file edit. I found myself playing so much that I was making eddies hand over fist and it seemed kind of broken (even if the earnings were relatively small).
If you want to do the same open the init.lua file under \cyber_engine_tweaks\mods\arcade with Notepad.
Find the location with the following text:
function stopGame() gameRunning = false Game.AddToInventory("Items.money",brokenLines*5) currentMachine:TurnOnDevice() reset() end
remove "Game.AddToInventory("Items.money",brokenLines*5)" and the text will now look like:
function stopGame() gameRunning = false currentMachine:TurnOnDevice() reset() end
Save the file and go enjoy. It'll cost 10 eddies to play and you won't earn anything back. Just for fun like a real arcade machine.
Is this mod the only one? Has no one else thought of making normal casino slots? It also greatly enhances the immersion in the world of cyberpunk and nightlife. It is a very sad that the author abandoned this idea.
+1 yes here is crashing CET (latest version). This was unique and add a lot of immersion to the game (shame on CDPR) Maybe next year or in 2023 they will fix and expand the game... Hope a new version of Arcade can see the light someday. Thanks!
Please is the great mod still working with latest version of the game and CET? When I try to get into the arcade I press the binded key but nothing happens. thx
Latest version uses a different way of getting keyinput, which is a workaround until CET lets mods register keyDown (When a key gets held down) events again. This means that the keys are set to "F" to interact and Numpad arrows for controls.
Make sure you dont have capslock enabled, ony "f" will work. If this doesnt do the trick i´ll upload an alternative version with the old keybind system
51 comments
Also, I decided to remove the reward money myself with a quick file edit. I found myself playing so much that I was making eddies hand over fist and it seemed kind of broken (even if the earnings were relatively small).
If you want to do the same open the init.lua file under \cyber_engine_tweaks\mods\arcade with Notepad.
Find the location with the following text:
function stopGame()
gameRunning = false
Game.AddToInventory("Items.money",brokenLines*5)
currentMachine:TurnOnDevice()
reset()
end
remove "Game.AddToInventory("Items.money",brokenLines*5)" and the text will now look like:
function stopGame()
gameRunning = false
currentMachine:TurnOnDevice()
reset()
end
Save the file and go enjoy. It'll cost 10 eddies to play and you won't earn anything back. Just for fun like a real arcade machine.
Thank you for updating!
but very cool idea :)
??
update: all fixed with the new version. Thanks
Is this still working with 1.2?