-
Content Count
2461 -
Joined
-
Last visited
-
Medals
-
CatBook-Yi23332 started following Greenfist
-
DEFORMER - terrain height map editing in 3DEN
Greenfist replied to Greenfist's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Not right now, but that has been in the works a bit already. Should be very much doable, since the deformations and object handling in mission don't really require any special modded things. I'm just not sure yet what's the best way to deliver them; for example where to store the data and scripts, have them run reliably at the right time, be user somewhat friendly etc. -
DEFORMER - terrain height map editing in 3DEN
Greenfist replied to Greenfist's topic in ARMA 3 - ADDONS & MODS: COMPLETE
UPDATE October 23th 2022 FIXED - objects with "Local Only" or "Simple Object" attribute in the editor should be at correct height in multiplayer. - edits at map edges would cause the entire height map to fail. Such old broken missions will now work again. - auto leveling objects failed on some occasions. - some debugging was accidentally active and spammed logs at mission start. ---------------------------- The fix for the annoying local objects is somewhat brute duct tape and prayer kind of fix, but it seems to be solid enough for the time being. If you experience any new catastrophic errors, the previous version can be downloaded here: https://steamcommunity.com/sharedfiles/filedetails/?id=2879056157 -
DEFORMER - terrain height map editing in 3DEN
Greenfist replied to Greenfist's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Yeah, I assume the problem is that the locals are created on the client before the setterrainheight comes through from JIP, causing their altitude to shift along with the terrain. I'll have to find a way to recognize those local objects from the server side, know their intended positions and then adjust them on the client... somehow...and gracefully. I made a rudimentary function for this some time ago, but while it produced a legit looking output, at least Terrain Builder didn't seem to import it correctly. I may have been using TB wrong though, not an expert on it. (I think this stub of a function is still buried in the public version of the mod.) I will definitely get back to it after the more pressing issues are sorted. -
DEFORMER - terrain height map editing in 3DEN
Greenfist replied to Greenfist's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I think I know the reason why locals don't work but I'm not sure how to fix it yet. It should be possible, one way or another though. MP scripting is still pretty new stuff to me, so it will need some figuring out. -
DEFORMER - terrain height map editing in 3DEN
Greenfist replied to Greenfist's topic in ARMA 3 - ADDONS & MODS: COMPLETE
UPDATE September 25th 2022 KNOWN ISSUES - objects set to "Local only" in the editor are still in wrong positions in multiplayer 😞 NEW - IMPORTANT! Erasing edits (ctrl+6 previously) and object conversion tool (ctrl+5) are moved into separate editing modes. These modes are activated with the two new mode buttons on the toolbar. - The height map data is compressed when saved. Mission file is smaller and supports more edits, but in turn, saving edits can cause worse stutters. - Added new "Tools & settings" menu to toolbar. - Experimental perlin noise generation tool. Hold ALT+3 (opposite of smooth). Noise pattern is (semi-)randomized on each key press. Adjust noise pattern's size in the Tools menu. - Dark brush mode in the Tools menu. More visible in bright environments. - Tons of structural changes under the hood. Please report if mod catches fire. IMPROVED - height limit feature tweaked when using raise/lower - optimized some large area deformations. - resetting all the edits at once was too slow. - the grid overlay is now smaller on smaller brush sizes - adaptive raise/lower is now much smoother. - also smoothing is more smoother. FIXED - mission broke when there were too many edits. Maximum number of possible deformations is increased and player is notified if the limit is close. Old broken missions should now work and will be automatically converted to the new format. - some height points at the same height as the default terrain were unnecessarily saved in the Deformer data. - failing to convert terrain objects didn't mark the missing objects -
DEFORMER - terrain height map editing in 3DEN
Greenfist replied to Greenfist's topic in ARMA 3 - ADDONS & MODS: COMPLETE
That's not possible in Arma. Each 2D map position can have only one height, so the ground can't fold over itself to create tunnels. -
How does one get the VR Entity suit
Greenfist replied to Apex_FFAK's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
They are the same uniform, the color is changed with setObjectTexture https://community.bistudio.com/wiki/setObjectTexture For example: player setObjectTexture [0,"#(argb,8,8,3)color(0.8,0.2,0.2,1,ca)"]; //red player setObjectTexture [0,"#(argb,8,8,3)color(0.2,0.8,0.2,1,ca)"]; //green player setObjectTexture [0,"#(argb,8,8,3)color(0.5,0,1,1,ca)"]; //purple The color is given in RGBA format where the values of red, green, blue and alpha range from 0 to 1. -
Greenfist started following Getting Map's Max Elevation, DEFORMER - terrain height map editing in 3DEN, Dev Reports and and 1 other
-
DEFORMER - terrain height map editing in 3DEN
Greenfist posted a topic in ARMA 3 - ADDONS & MODS: COMPLETE
DEFORMER Features Edit terrain's heightmap directly in the 3DEN editor. Raise, lower, smooth or flatten the ground. Works on any map. Convert static map objects into editor props so they can be easily adjusted to fit the new terrain. Edits are saved in the scenario file and applied automatically at mission start. SP and MP compatible (mostly). In multiplayer, only the server needs to have the mod. Brief demo: (from older version) How to: Press SHIFT+Y in the editor to open the Deformer toolbar. More detailed instructions are found on the toolbar help button under settings menu. Save the mission before playtesting it! Download at Steam Workshop: https://steamcommunity.com/sharedfiles/filedetails/?id=2822758266 Important: Converting static terrain objects requires that they are available in 3den. You might need additional mods to gain access to them. Very large edited areas may lead to unforeseen consequences; low performance, instability. This mod is very alpha, and might break at any time. I can't guarantee that everything you make with it will work in future versions. Possible features in the future: performance optimization make missions standalone so they can be played entirely without the mod More deformation methods Export as SQF and/or other formats- 17 replies
-
- 20
-
Global Illumination like in DLC Contact
Greenfist replied to LeonardHug's topic in ARMA 3 - MISSION EDITING & SCRIPTING
The optional part of the Contact DLC which has the campaign, also modifies the lighting configs of Livonia. You can't really achieve the same with just scripts but you could do it with a mod. There's already such mods on Steam Workshop for various maps. -
Autumn Livonia - Contact DLC map retexture
Greenfist replied to Greenfist's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Oh I've never been really gone, I've just shifted my attention to posting artsy stuff on twitter and actually playing the game in the recent years. 🙂 This mod was sort of born out of that too - from wanting a bit more colour in my favourite map, both behind the camera and a gun. I'm happy to hear my AI tool was useful to someone. -
Autumn Livonia - Contact DLC map retexture
Greenfist replied to Greenfist's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Yeah, I've had that in mind, but I haven't had the time to look into it yet, wanted to get this main update out first. Might include it in the next patch soon. -
Autumn Livonia - Contact DLC map retexture
Greenfist posted a topic in ARMA 3 - ADDONS & MODS: COMPLETE
Autumn Livonia FEATURES Replaces Livonia's vegetation and terrain textures with early autumn colors. Tweaked lighting. Slightly intimidating cloud cover. No scripted components, so the effect on performance is minimal. Wheat fields have been harvested. MP signed. Download at Steam Workshop Size: 644 MB Notes: - You still need to own the Contact DLC to play on Livonia. - Compatible also with development and performance builds. (the mod was broken for a while after the release in October '21) - Compatible with the optional Contact DLC. Although the DLC will override some weather and lighting customizations. - The mod also affects any other terrain using Livonia's assets. - The lighting will likely be updated soon. It may look a tad wonky in some situations. g Latest changelog: Update 3, March 8th 2022 ADDED: modified lighting. (tweaked vanilla Enoch) ADDED: modified satellite and ground textures for more autumn-ish look IMPROVED: grass is now less lush green. IMPROVED: third general quality pass on all textures. IMPROVED: more brown/yellow/red look (as opposed to the previous watery mustard and sickly lemon colours) IMPROVED: clutter tweaks Past updates: LICENSE You are NOT allowed to re-upload this mod, in full or partially, to Steam Workshop or elsewhere without an explicit permission from the author.- 5 replies
-
- 10
-
Getting Map's Max Elevation
Greenfist replied to z80cpu's topic in ARMA 3 - MISSION EDITING & SCRIPTING
_size = worldSize / 2;? That's half of the total length, so you're actually checking only one quarter of the map, right? -
That article doesn't even mention the organization we're talking about...? Don't confuse the two red crosses. Yeah you should always have some skepticism towards any charity, but at least ICRC has a little better track record.
-
I doubt this particular contribution is specifically earmarked and their full audits probably aren't public, but they are pretty transparent about their expedinture. Check out the 700 page annual report from 2020 for example, there should be more info about the finances. I believe their staff and organisation and such headquarters expenses are typically around 10%.