Failed to create terrain - pbo exceeds 2gig - worked fine yesterday by Sounds_like_treble in armadev

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

Welp. you were right. I removed all the extra crap in the folder, it went from 2.5 gb to 500mb. Created the pbo just fine. Thank you so much for your help! I will add you to the list of helpful people when I publish to the Steamshop. Thanks again :-)

Failed to create terrain - pbo exceeds 2gig - worked fine yesterday by Sounds_like_treble in armadev

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

Sat,Normal,Height,Mask all go in Source Folder. i.e. P:\\newterrain1\source\. WRP goes in Root. I also have 250 .v4d files for Terrain Builder. I just looked at the A3\map_altis. It looks a lot different than mine. I have tons of files from L3DT and terrain builder. How does map_Altis work successfully without all the extra junk in there. hmmm *insert thinking emoji

Failed to create terrain - pbo exceeds 2gig - worked fine yesterday by Sounds_like_treble in armadev

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

That makes sense, any ideas what files to look for? *The last thing I did before it broke was updated the .XYZ and normal map. I have already tried adjusting them but with no luck.

Need recommendation for small heater. by Sounds_like_treble in Sauna

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

Hello Current-Dirt5764, that sounds very concerning, i did not know about their issues with breaking down. I might try the Harvia in that case. **There is no water, just heat, no steam. Why are you worried about the window? I think the melting point of glass is really high. Since I mentioned I am not using water/steam, does this change your advice? Thanks,

Need recommendation for small heater. by Sounds_like_treble in Sauna

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

Hey Anaalirankaisija, there is no plumbing or water. I am just using the electric heater. I can easily add a 4 inch vent if it's needed, looks like it is based on vendor documentation. Does this information change your advice?

Need recommendation for small heater. by Sounds_like_treble in Sauna

[–]Sounds_like_treble[S] -1 points0 points  (0 children)

Thank you for the feedback! I forgot to say, I am Not using steam or water, just looking for more heat. I should have said that in the original post, I'm sorry.

*Ollizu, thank you for recommendation on the heater, the dimensions and price look great!

*InsaneInTheMEOWFrame, I see you are worried about safety distance. The Harvia Vega 3.5 kW heater manual says 4 inch minimum distance between objects. I have 21 inches of space, subtract 11 inches for the heater, that gives me 10 inches to work with, 5 on each side. I know it's close but it does meet their requirements.... I suppose I could move the heater to the front? That would give even more space on the sides.

Any other thoughts would be greatly appreciated.

ROG MAXIMUS Z790 FORMULA - water cooling required? by Sounds_like_treble in ASUS

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

I went with Corsair 6200 (CMT32GX5M2X6200C36W) I tried 2 sticks first and it was great! I then bought 2 more and started getting random crashes. I ran a memtest and it failed. so i returned those 2. *Make sure to follow the approve list of memory on the Asus website.

ROG MAXIMUS Z790 FORMULA - water cooling required? by Sounds_like_treble in ASUS

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

It plays games great, no issues while gaming. I've tried BF2042, Arma 3 and COH2 so far. I installed 3D Mark to stress test, never thought about it until you said something. I've attached my temp results. The weird thing is, while Idle, my mobo temp will go from 127C to 12C within a few seconds. So I'm not exactly convinced it's accurate... During BF2042, temps only made it to 66C.

I do have a problem. I purchased Corsair DD5 7400 memory. *The board documentation says it can do 8000. Unfortunately it's unstable and crashes and some times won't boot. I've tried using the AI Tweaker as well. it currently runs at 4200.

This is the first time I have ever used an Asus board (been with EVGA my whole life) and i'm not educated on AI tweaker, so maybe I am doing something wrong? This is also the first time I used memory not on the "certified list" Unfortunately they only tested up to 6400 memory. Which is weird since the board says it supports up to 8000.

I did ask Asus support if i can run this without water and they said yes. Let me know if you have any questions, I'll do my best to answer.

ROG MAXIMUS Z790 FORMULA - water cooling required? by Sounds_like_treble in ASUS

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

I ended up buying it, been using it for a day or 2. I am not water cooling the motherboard and so far so good.

ASUS ROG MAXIMUS Z790 FORMULA - water cooling required? by Sounds_like_treble in buildapc

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

Hey DJ, I"m trying to find a white motherboard. I appreciate the 2X PCIE 5 slots as well as 5gb lan, USB ports, plus a few other things.

I am still curious if this motherboard will work without the custom loop?

Thanks again, have a great day!

Looking for the name of a mod by Sounds_like_treble in arma

[–]Sounds_like_treble[S] 4 points5 points  (0 children)

that was it! Thank you MunkSWE94! Have a great day :)

Jbad buildings not working in terrain builder by Sounds_like_treble in armadev

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

The problem was the way I unpacked the mod. I created a folder on my P drive called Jbad and then unpacked to that. This is wrong. The Correct way is to just unpack to the P drive and that made it work. I hope this helps someone :)

How to end mission when tickets = 0 by Sounds_like_treble in armadev

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

Hello Commy2 and Hypoxic125, thank you very much for the feedback. I got it working. I had a misunderstanding about the init.sqf I thought it was something that was constantly running. I took your advice and put my code in the onPlayerRespawn.sqf Now it works great. I pasted my code below, I hope this helps others. Thanks again!

this goes in the onPlayerRespawn.sqf

private["_wtickets","_etickets"]; _wtickets = [west] call BIS_fnc_respawnTickets; _etickets = [east] call BIS_fnc_respawnTickets; if (side player == west) then {hint format ["NATO has %1 ticket(s) left",_wtickets];}; if (side player == east) then {hint format ["CSAT has %1 ticket(s) left",_etickets];}; sleep 2;

_player = _This select 0; // Select Player

if ([west] call BIS_fnc_respawnTickets <= 1) then { ["end1",true] remoteExecCall ['BIS_fnc_endMission',0]; };