I have another question, is there a way to disable the day/night cycle? Night time on beam looks like garbage even on max graphic settings.
Is there any maps for point of interest on West Coast? Or anyway to find garages and races and stuff? I feel all I've done is drive around looking for stuff and using gas.
Look at github for maps POI ! Or get a gps/use the tow button ! You're not playing the mod you're just freeroaming. Go to Utah to get a taste, POI are closer there --- Post updated ---
That’s a really cool mod! My PC runs great FPS on max setting on the normal launcher I’m not sure Vulcan would do me much good, I’ll check it out sometime to see if it runs more effectively but I’ve heard it’s messes up people’s computers sometimes? I just realized I can sleep thru the night time anyway so that’s what I’ll be doing going forward.
making progress on porting the mod on Fairhaven ! Hey @r3eckon what's with the rotation data messing up the towing spawns. I just copy the current veh rot data into the towing file where needed and it messes the simulation, there's 4 values but I only get xyz in editor. I just need the 'Z' value, which one is it in the towing file ?
For one thing, unless something changed recently the world editor inspector doesn't properly reflect the actual position and rotation of a vehicle after it's been spawned, so don't use it. And you need quaternions, not euler angles like what's show in inspector. I already told you how I do it in a previous post, which is using a command that dumps the correct data in a file.
Yeah, I don't know commands of any kind. Positional data works. I'll just keep the rot data, no biggie.
I told you exactly what command to use for this task in a previous post: Code: extensions.blrutils.slotHelper() Just paste it in console and hit enter. Then the current position and rotation of your car is dumped in beamLR/slotHelper. This isn't any more complex or time consuming than using the inspector, keep the file open in notepad++ and use the up arrow key in console to avoid having to paste the command every time. If anything it's faster because you don't have to manually copy each number.
Thanks. The console is literally a realtime lua programming interface, is it not ? Unlike other games, that have a preset command list, Beam is not like that.
What line and where is one that starts starting time of day i added some configs but i cant get money fast enough from need to 4 pm and that is stupid to have car shops close at 4 why not 5 pm? oh btw traffic in utah is real pain for doing time attack challenge through tunnel they tend to spawn in groups so i cant pass them had to reset few times i get money to do it yet traffic messes me up and i fail it
It's actually not set in files, it's the same for all shops so it's set in flowgraph and has no easy way to change it. I'll add it to shop files for next update.
Hey. I'm trying to make my own rebalance of the race club, (more specific tuned config, opponents in moded vehicles, region specificity) and can't seem to find a way to edit or turn off race clubs class limits.
Can anyone help me with this bug? It happens every time I start a career and try to install a GPS, for example, or any part from a random save. When I try to make modifications to the car this error message appears. He says it's something related to mirrors. I don't really know
K what about adding position ui it could help in case i miss checkpoint and one more thing its car impound can we get it back?
If you're talking about a minimap you can add one to the UI layout but it probably won't show checkpoints, and yes you can get your cars back after you pay the fine from the garage menu. Depends on what kind of preview you're talking about. Information preview like power and such would be easy to add but I don't want to clutter the garage menu. Maybe I could add a button to show/hide that info so it's not shown by default, because scrolling past all that data to switch to the next car would be pretty annoying.
You can't edit them but they can be turned off through the options menu. It says extension unavailable which means you're either missing the script (which is a vanilla script) or it got corrupted somehow. You could also have a mod that messes with this script. Update to the latest version of the game, then verify integrity of game files, then try to reinstall in a clean userfolder without mods. Basically just follow the troubleshooting guide on github. I don't think image previews would work. The game would have to take screenshots every single time you make changes to the car which would be incredibly annoying.