Forum topic replies
Josh / Proddy has posted 297 times.
Posted on (1 year ago)
Unfortunately, that's a file on your PC and I can't access that. You can upload an image to Imgur and add it to your post using the image tab in the reply box. Thanks, Josh
Posted on (1 year ago)
Thanks for that - I have good news and bad news. The good news is that your install is perfectly fine (besides it missing the intro movies but they're not imperetive). The bad news is I still don't know what's wrong. Are you running with any mods enabled? Thanks, Josh
Posted on (1 year ago)
Hi, That's a weird one, could you try verifying your game install: - Download (https://modbakery.donutteam.com/releases/view/4) and launch it. - If not already selected, `Browse` to your game's install location. - Make sure `Mode` is set to `Verify Install`. - Press `Start` in the bottom right. - Th...
Posted on (1 year ago)
Hi Zak, That's an intended feature. As the map is now huge, having every crate and vending machine available in every level would definitely make the coins unbalanced. In order to counter this, crates, vending machines and static coins are shared in levels 1/2/3 and 4/5/6, with 7 having its own. Tha...
Posted on (1 year ago)
Ah, if you right click them in the launcher there should be an option to do so
Posted on (1 year ago)
RRR is a decompilable mod that has all the Road Rage cars and characters available to use Thanks, Josh
Posted on (1 year ago)
Please don't make new threads for issues you've already posted in an active thread - especially after your issue has already been answered there. Thanks, Josh
Posted on (1 year ago)
That's a bug with the current release of the mod launcher, not the mod itself. You can find a resolution here: https://donutteam.com/blog-posts/view/an-important-announcement-regarding-lucas-simpsons-hit-run-mod-launcher-v-1-26-1 Thanks, Josh
Posted on (1 year ago)
It's available in the `The Simpsons: Hit & Run Speedrunning` Discord server, pinned in `#shar-general`. If you're already in there, it's this link: https://discord.com/channels/100647369908965376/100647369908965376/1089189989734166639 Thanks, Josh
Posted on (1 year ago)
Cool mod, though I have a few Lua suggestions: 1. Don't use globals for anything that doesn't need to be retained out of scope. - In this mod, the examples would be things like `LoadingScript` and `CacheOldScript`. They are only relevant to the current executing script, so they should be `local Load...