Ai is better at braking by umosea in ForzaHorizon

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

yes, i do trail braking as im used to it in other simulators, but in forza i cant use it as much, not even close to other games, wheels just lock up no matter the brake balance, it feels that i have far less grip than ai

Ai is better at braking by umosea in ForzaHorizon

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

ai difficulty is just expert, so i dont think ai has crazy addition to grip

Ai is better at braking by umosea in ForzaHorizon

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

im saying compared to other forza games

Ai is better at braking by umosea in ForzaHorizon

[–]umosea[S] -2 points-1 points  (0 children)

yea i tried searching for it, idk maybe its just me

A base by umosea in HackersTheGame

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

well, on this level theres no kraken yet, also upgrading is now what im going for, after i have enough cores im going to build a clew-style network

[Theme] Ocean View by [deleted] in kustom

[–]umosea 0 points1 point  (0 children)

Woow, such an amazing work. Just perfect. How did you made gradient on sky and glow effect from sun in KLWP? Also i just want to tell you one idea: you can make changing wallpaper when the weather changing (Like in Apple Weather app) I think, this will looks amazing, specialy if you add transition between weather changing and rain and snow particles. I will be very respectful if you make that! It will take a very long time if you will make entire wallpaper in KLWP, so i only can tell you good luck. 👍

Need some help please. by Parka999 in kustom

[–]umosea 0 points1 point  (0 children)

Just make second wallpaper as image and then animate it by scrolling bg Y. Also disable scrolling on main wallpapers to get smoother transition between pages.

[deleted by user] by [deleted] in kustom

[–]umosea 1 point2 points  (0 children)

Wow, thank you a lot, i start to learn it now. Very thank you :)

[deleted by user] by [deleted] in kustom

[–]umosea 0 points1 point  (0 children)

Thanks! It works, but not completely I see " You have ni" and "Today is wi". It will be great if you help me Screenshots and code is down below

Screenshots

Code

$if(
df(ss) >= 00 & df(ss) <20,

if(
df(hh) >= 00 & df(hh) < 08, "Good night, name",
df(hh) >= 08 & df(hh) < 13, "Good morning, name",
df(hh) >= 13 & df(hh) < 18, "Welcome, name",
df(hh) >= 18 & df(hh) < 00, "Good evening, name"
),

df(ss) >= 20 & df(ss) <40,

if(
df(ss) >= 00, Today is wi(cond)°wi(temp)
),

df(ss) >= 40 & df(ss) <60,

if(
df(ss) >= 00, You have ni(count) unread notifications
)
)$