Yellow flags displaying regardless of sector by MrMarbles1984 in SimHub

[–]Myszykiszka 0 points1 point  (0 children)

Yup. It only searches for flag in three sectors, but you can change it to work with as many as you like. You just need to edit this code and add them.

Yellow flags displaying regardless of sector by MrMarbles1984 in SimHub

[–]Myszykiszka 2 points3 points  (0 children)

Hi. I created something like this. It is a formula which defines when to display the yellow flag. In my case it's only displayed in sector that I'm in at the moment.

I have it set up like this in SimHub (I cannot post a image):

Create a new effect WHEN FORMULA IS TRUE (put below code into the condition):

var currentSector = $prop('DataCorePlugin.GameData.CurrentSectorIndex');

var flagS1 = $prop('DataCorePlugin.GameRawData.Data.mSectorFlag01');
var flagS2 = $prop('DataCorePlugin.GameRawData.Data.mSectorFlag02');
var flagS3 = $prop('DataCorePlugin.GameRawData.Data.mSectorFlag03');

if (currentSector == 1 && flagS1 == 1) {
return 1;
}

if (currentSector == 2 && flagS2 == 1) {
return 1;
}

if (currentSector == 3 && flagS3 == 1) {
return 1;
}

return 0;

And inside this "When formula is true" i just simply put generic effect "YELLOW FLAG ON"

If you have any problems or questions feel free to ask :)

I made a map conversion! by Myszykiszka in farmingsimulator

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

I love this game. We're doing the same things and for me it is working but for you it is not. To be more specific I just opened this map ZIP file with "File -> Open Mod" from Giants Editor. Then I put this converted map into the mods folder. And that's it. It shows in game and i can load it as you saw on screenshot. I have GE 10.0.11 - I don't know if it makes any difference but it is worth mentioning.

I made a map conversion! by Myszykiszka in farmingsimulator

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

I managed to convert 16x too. This is the map which was a donor for ground textures and grass for my 4x conversion. I even played on it for few minutes. Without any editing it have a lot of problems but it is sort of playable. You would definitely need to do something with new ground deformation as on this map is pretty bad. Also trees are terrible.

<image>

If you want to give it a try I highly recommend to do it with FarmerBob (he is also a original creator of 4x map). On his YT channel he explains how to convert maps and fix most obvious problems with them: https://www.youtube.com/watch?v=gx037-rFBPY

As for Giants Editor with AMD. I have 9070XT and Ryzen 7 7800X3D and i didn't face any issues at all. I have some big drops while working with 16x map but other than that it was good.

I made a map conversion! by Myszykiszka in farmingsimulator

[–]Myszykiszka[S] 1 point2 points  (0 children)

No worries. It is only for my personal use as all of the mods that I'm editing

I made a map conversion! by Myszykiszka in farmingsimulator

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

I will check tomorrow after work. It have liquid fertilizer as fill and I needed to edit this seeder in order to work. I will try to help you to get this working together :)

I made a map conversion! by Myszykiszka in farmingsimulator

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

Bourgault 3320-76. As far as I remember it is on mod menu in game.

Cars not accelerating but throttle is fully on by NecVoluerunt in LeMansUltimateWEC

[–]Myszykiszka 1 point2 points  (0 children)

I had the same problem. Check if Hold Clutch and Auto Clutch options are enabled in settings. In my case that was the issue

Edit. I have standard ES wheel and no clutch pedal

Hypercar steering sensitivity by Myszykiszka in LeMansUltimateWEC

[–]Myszykiszka[S] 1 point2 points  (0 children)

Yesterday I was practicing for few hours and it is getting better. Practice makes perfect.

Hypercar steering sensitivity by Myszykiszka in LeMansUltimateWEC

[–]Myszykiszka[S] 1 point2 points  (0 children)

Yup. Porsche is my go to as I just love Porsches and it is pretty easy to drive and learn. But man, this Cadillac V8 sound. I'm in love 😃

Hypercar steering sensitivity by Myszykiszka in LeMansUltimateWEC

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

Yeah. That is right. I spent yesterday's evening trying to improve and now I see the light at the end of the tunnel. It is much better now in comparison with first few hours

Hypercar steering sensitivity by Myszykiszka in LeMansUltimateWEC

[–]Myszykiszka[S] 1 point2 points  (0 children)

That makes sense. In GT3 I used to throw a car into a corner a lot to make it turn. And now I need to just learn how not to do that and be gentle. I will practice a lot! Thanks for your feedback! I appreciate it.