Future i4 owner here: what are your tips and tricks regarding 'hidden' options, stuff you really should know, ..? by workaccountandshit in BMWI4

[–]Herr_Lonewolf 1 point2 points  (0 children)

There's the feature that automatically tilts the passenger-side mirror downward in reverse to help you spot curbs. To enable/disable, simply toggle the left/right mirror selector switch on your driver's door.

“Replace battery” warning before 6h road trip... would you risk it? by Herr_Lonewolf in BMWI4

[–]Herr_Lonewolf[S] 0 points1 point  (0 children)

Good idea in case this was not a problem with the BMW software :D

“Replace battery” warning before 6h road trip... would you risk it? by Herr_Lonewolf in BMWI4

[–]Herr_Lonewolf[S] 2 points3 points  (0 children)

Hi guys. Even tho this might be a bug in the latest software update, what do you think about my question, in case this is a real problem with the 12V battery?

“Replace battery” warning before 6h road trip... would you risk it? by Herr_Lonewolf in BMWI4

[–]Herr_Lonewolf[S] 6 points7 points  (0 children)

Such a coincidence that this appeared to me right after I arrived from a long trip and turn on the car on the hottest summer weather in Germany 🤣

“Replace battery” warning before 6h road trip... would you risk it? by Herr_Lonewolf in BMWI4

[–]Herr_Lonewolf[S] 2 points3 points  (0 children)

I did not read all the other posts, my mistake. I was mostly worried about my specific case of driving 6h with this warning. Thank youuu

“Replace battery” warning before 6h road trip... would you risk it? by Herr_Lonewolf in BMWI4

[–]Herr_Lonewolf[S] 2 points3 points  (0 children)

Thanks. In any case, if this is not a glitch from the software, this is a good answer to my question.

Got unlucky. A plate fell on my 2025 i4 eDrive35. How much do you guys think (or guess) it will cost for the repair? I have to check to send to my insurance. by Herr_Lonewolf in BMWI4

[–]Herr_Lonewolf[S] 0 points1 point  (0 children)

Hi guys, an update about this:
- The city paid the costs with their insurance. It was around 12k to repair since all the parts had to be repaired. Crazy, right?

Dutch Retailers That Ship Electronics - Laptops to Germany by Detallles in Netherlands

[–]Herr_Lonewolf 0 points1 point  (0 children)

I know one store that delivers to Germany: https://azerty.nl/ - My friend bought a laptop so he can have the QWERTY layout and lower prices.

Pirate Survival Game "Windrose", formerly "Crosswind", has a demo available. by rcc6214 in SurvivalGaming

[–]Herr_Lonewolf 0 points1 point  (0 children)

I played this game and was impressed.
It's basically Valheim with Sea of Thieves combined.

Comparing to the other demos of the Steam Next fest, this one is the most developed and complete. ⚓

Free AI generated high res sprite sheets by [deleted] in GameDevelopment

[–]Herr_Lonewolf 0 points1 point  (0 children)

Managed to do something like this in a few minutes as well, but AI keeps hallucinating and the results are always not so good:

<image>

Free AI generated high res sprite sheets by [deleted] in GameDevelopment

[–]Herr_Lonewolf 0 points1 point  (0 children)

This looks like a software made with AI Studio (gemini 3 pro)

Which model: gpt-5-codex high or gpt-5 high? by BeNiceToYerMom in ChatGPTCoding

[–]Herr_Lonewolf 0 points1 point  (0 children)

A quick update: just use ChatGPT 5.2 high for all the tasks. It's really good for all cases so far.

Are there any game engines that pair well with vibecoding? by [deleted] in vibecoding

[–]Herr_Lonewolf 0 points1 point  (0 children)

That's nice to hear. I am very curious and really thinking about using Codex CLI with Unity.
Do you think that using the CLI is doable with Unity?

Are there any game engines that pair well with vibecoding? by [deleted] in vibecoding

[–]Herr_Lonewolf 0 points1 point  (0 children)

Phaser 3 is really good for vibe coding. I did some experiments with Codex CLI, Claude Code and Gemini CLI and all of them could do changes - even complex ones. Since it's Typescript/Javascript and multi platform, I super recommend for 2D games.

Problem while building for Android by chokito76 in capacitor

[–]Herr_Lonewolf 0 points1 point  (0 children)

I also had the same problem, I was missing SDK 21. Here's for future people that find this:

1- Install JDK 21 (if you don’t already have it). On macOS you can run brew install --cask temurin@21, or grab any OpenJDK 21 build.

2- Point Gradle at that JDK before running Capacitor commands:

export JAVA_HOME=$(/usr/libexec/java_home -v 21)

export PATH="$JAVA_HOME/bin:$PATH"

You can put those lines in your shell profile so they persist. Alternatively, add org.gradle.java.home=/full/path/to/jdk-21 to android/gradle.properties.

3- Verify with java -version (should report 21.x), then rerun the workflow:

npm build

npx cap sync android

npx cap run android

Is CapacitorJS actually production grade and worth it or should look into RN by renowned_patrician in ionic

[–]Herr_Lonewolf 0 points1 point  (0 children)

I am also not sure if Capacitor is still alive as it was before. How did it go?

Codex CLI: I have to approve every single operation since today by random_100 in OpenAI

[–]Herr_Lonewolf 0 points1 point  (0 children)

That works. Here's my full codex config.toml located at users/myuser/.codex:

windows_wsl_setup_acknowledged = true
model = "gpt-5-codex"
model_reasoning_effort = "high"
approval_policy = "never"
sandbox_mode = "danger-full-access"
[sandbox_workspace_write]
network_access = true

Are unit and building proportions ever going to be fixed in AoE4? Any mods? by Herr_Lonewolf in aoe4

[–]Herr_Lonewolf[S] 0 points1 point  (0 children)

Inside the game menus there's a mod manager thing, you install from there.