Mods / Millwright

Category: #Cosmetics #Crafting #Technology
Author: SpearAndFang
Side: Both
Created: Jun 23rd 2023 at 4:43 AM
Last modified: Apr 17th at 6:58 AM
Downloads: 37884
Follow Unfollow 477

Latest file for Various v1.19.x:
millwright_1.1.5.zip 1-click install


NEW in version 1.0.9: Build reinforced brakes to actually (possibly) stop these high-octane windmills!

NEW in version 1.1.0 - Build two passthough axles and place them on either side of a solid block, to easily transfer power through walls and ceilings while still maintaining room integrity!

NEW in version 1.1.1 - Wide sails - They look a lot like vanilla sails, but are twice as wide for extra oomph! See the screenshot below, they're in the back row.



Build reinforced rotors (with iron plates) and then craft improved sails to attach to them, in order to power your gear more effectively.

The new sails are twice as efficient as vanilla sails, and up to twice as many can be mounted to the proper reinforced rotor in order to achieve up to quadruple the output power. Pro-tip: search for "rotor" and "sail" in the handbook.

Any sail (plus a knife) in the crafting grid will let you can recover your linen in order to build different sail types more easily.


Special thanks to Chumber, DaymanSenpai, Mercatto, OutcastZeroOne, and Eliandir for the photos!


Millwright


Mod Configuration

OPTIONAL: Now configurable in-game with a GUI! This new feature requires Config Lib and ImGui as dependencies. In-game: simply press [ESC] and click the new Mods Settings button to configure (or press [P]).

If you want to customize this mod the old fashioned way, see %appdata%/VintagestoryData/ModConfig/millwright.json

    AllowSailDeconstruction - set it to false to prevent recovering linen from sails in the crafting grid - default = true
    BrakeResistanceModifier - the braking modifier for reinforced brakes - default = 2.0
    SailCenteredModifier - the output power modifier for the improved "centered" sails
    SailAngledModifier - the output power modifier for the improved "angled" sails
    SailWideModifier - the output power modifier for the improved "wide" sails
    SailRotationModifier - the rotation speed of the new rotors/sails. 1.0 = 100%, 0.5 = 50%, etc. Cosmetic only CLIENT side setting

Version For Game version Downloads Release date Changelog Download 1-click mod install*
v1.1.5 1202 Apr 17th at 6:58 AM Show millwright_1.1.5.zip Install now
v1.1.4 9672 Jan 26th at 5:51 AM Show millwright_1.1.4.zip Install now
v1.1.3 3500 Dec 3rd 2023 at 8:19 PM Show millwright_1.1.3.zip Install now
v1.1.1 9825 Oct 8th 2023 at 5:18 PM Show millwright1.1.1.zip Install now
v1.1.0 863 Oct 8th 2023 at 12:49 AM Show millwright1.1.0.zip Install now
v1.0.9 2233 Sep 20th 2023 at 4:30 AM Show millwright1.0.9.zip Install now
v1.0.8 1392 Sep 6th 2023 at 1:53 AM Show millwright1.0.8.zip Install now
v1.0.7 4223 Jul 31st 2023 at 3:00 PM Show millwright1.0.7.zip Install now
v1.0.6 1488 Jul 18th 2023 at 3:30 PM Show millwright1.0.6.zip Install now
v1.0.5 1114 Jul 9th 2023 at 4:47 PM Show millwright1.0.5.zip Install now
v1.0.4 295 Jul 8th 2023 at 5:39 PM Show millwright1.0.4.zip Install now
v1.0.3 669 Jul 2nd 2023 at 6:01 PM Show millwright1.0.3.zip Install now
v1.0.2 673 Jun 25th 2023 at 10:51 PM Show millwright1.0.2.zip Install now
v1.0.1 357 Jun 24th 2023 at 5:51 AM Show millwright1.0.1.zip Install now
v1.0.0 378 Jun 23rd 2023 at 6:47 AM Show millwright1.0.0.zip Install now

73 Comments (oldest first | newest first)

💬 Unum, 6 days ago

Hi SpearAndFang, thank you, we updated configlib and it works like a charm.

💬 SpearAndFangAuthor, Apr 19th at 9:23 PM

Unum
Oof. I think you will need to either try updating configlib to the latest version, and failing that roll back this mod to 1.1.4

💬 Unum, Apr 19th at 4:01 PM

Hi, does this work in multiplayer? I can't connect to the server.

We have few more mods but they work together in singleplayer. 

I keep getting this error:

Game Version: v1.19.7 (Stable)
19.04.2024 17:59:54: Critical error occurred in the following mod: configlib@1.3.2
Loaded Mods: millwright@1.1.5, moremolds@1.4.2, qptech@1.15.1, viescraftmachines@2.3.1, game@1.19.7, animationmanagerlib@0.7.14, beehivekiln@1.5.1, butchering@1.5.5, prospecttogether@1.3.0, stonebakeoven@1.1.3, creative@1.19.7, vsimgui@1.1.3, survival@1.19.7, configlib@1.3.2, fsmlib@0.4.4, maltiezcrossbows@0.3.4, maltiezfirearms@0.5.1
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\var\vintagestory\data\ModConfig\millwright.json'.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
at System.IO.StreamWriter.ValidateArgsAndOpenPath(String path, Boolean append, Encoding encoding, Int32 bufferSize)
at System.IO.StreamWriter..ctor(String path)
at ConfigLib.Config.ReadConfigFile(String defaultConfig) in D:\Projects\VintageStory\configlib\configlib\source\Config\Config.cs:line 321
at ConfigLib.Config.ParseJson(JsonObject json, Dictionary`2& settings, SortedDictionary`2& configBlocks, String& defaultConfig, String domain) in D:\Projects\VintageStory\configlib\configlib\source\Config\Config.cs:line 286
at ConfigLib.Config..ctor(ICoreAPI api, String domain, JsonObject json, String file, Dictionary`2 serverSideSettings) in D:\Projects\VintageStory\configlib\configlib\source\Config\Config.cs:line 101
at ConfigLib.ConfigRegistry.FromBytes(IWorldAccessor resolver, Int32 quantity, Byte[] data) in D:\Projects\VintageStory\configlib\configlib\source\ConfigLibModSystem.cs:line 299
at Vintagestory.Client.NoObf.ClientSystemStartup.HandleServerAssets_Step11() in VintagestoryLib\Client\Systems\Startup.cs:line 850
at Vintagestory.Client.NoObf.ClientMain.ExecuteMainThreadTasks(Single deltaTime) in VintagestoryLib\Client\ClientMain.cs:line 776
at Vintagestory.Client.GuiScreenConnectingToServer.RenderToDefaultFramebuffer(Single dt) in VintagestoryLib\Client\MainMenu\Screens\GuiScreenConnectingToServer.cs:line 313
at Vintagestory.Client.ScreenManager.Render(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 676
at Vintagestory.Client.ScreenManager.OnNewFrame(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 651
at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(FrameEventArgs e) in VintagestoryLib\Client\ClientPlatform\GameWindow.cs:line 88
at OpenTK.Windowing.Desktop.GameWindow.Run()
at Vintagestory.Client.ClientProgram.Start(ClientProgramArgs args, String[] rawArgs) in VintagestoryLib\Client\ClientProgram.cs:line 324
at Vintagestory.Client.ClientProgram.<>c__DisplayClass9_0.<.ctor>b__1() in VintagestoryLib\Client\ClientProgram.cs:line 128
at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 93

Event Log entries for Vintagestory.exe, the latest 3

💬 SpearAndFangAuthor, Mar 22nd at 5:49 PM

Aki_II
If you are using passthrough axles in that setup try removing them - they're pretty quirky.  Other than that I don't know what to tell you because this mods rotors and sails are pretty much identical to their vanilla counterparts.

💬 Aki_II, Mar 17th at 10:25 PM

I have 4 helve hammers set up on third gear ratio and the whole setup is stopping even though i know there is enough power to run the hammers, it runs extremely quickly for short bursts then completely stops

💬 SpearAndFangAuthor, Feb 27th at 8:06 AM

@Jessterr
Thanks yeah, I am aware that the passthrough axle has got some issues. Still trying to decide whether I should rewrite it from scratch or try to get the kinks out of the current implementation.

💬 Jessterr, Feb 27th at 6:26 AM

Wooden Axle (passthrough) has a SIGNIFICANT power loss when using 8-beam rotor and the vanilla lookalike sails (at max sail count). Wind Speed 33%, Sails Power Output 400kN. I have a passthrough letting the axle come through the wall between rotor and large wooden gear with no power loss, and a 2nd set of passthrough axles after stepping down from large to small gear and all the speed gained from the small rotor is lost. Measuring with just my eyes it looks like the speed is exactly the same as it was before it was stepped down from large gear to small gear. I imagine that most people won't use them inside their windmill but I wanted to report it anyway.

💬 SpearAndFangAuthor, Feb 2nd at 3:00 AM

@DasPrinzip
I replied to you via your message on Discord

Bulwyz
noted - I'll check it out

💬 Bulwyz, Feb 1st at 4:19 PM

I downloaded this mod only for the passthrough axles initially, and they seem to work.... more or less, but I'm getting a huge increase in power on the output, using it in conjunction with vanilla rotors and sails.

💬 DasPrinzip, Feb 1st at 3:29 PM

- deleted -

💬 SpearAndFangAuthor, Jan 7th at 3:02 AM

@Kwegar
Yeah thanks - I noticed the issue almost immediately when rc.5 dropped and submitted a bug report.  I'm surprised it didn't generate more comments here and elsewhere on the modDB.  Thankfully rc.6 has now arrived!

💬 Kwegar, Jan 6th at 11:57 PM

Note many edits, its not an issue anymore.  

As of 1.19 rc 5  if i hit H on the angled sail.. or type it in.. crashes to desktop.  I am running a number of mods on the server, but since i updated its not liking it.  If you need more info, please let me know  1.19 rc 4 it worked fine. Edit 1  Even normal sails crash it.. so no likely your mod, but something in the main game.  Will do some testing on Single player.  Edit 2, all mods removed, base game crashes on sails.  so not your mod.. but figured i should included the info, incase anyone else as an issue.  I will try and report it on the main site.   Love this mod!!  Edit 3, 1.19 rc 6 mentions linen recipies as an issue, thats fixed.  so ignore this?  I will update and test it  Last Edit 4.  1.19 rc 6 no longer crashes.

💬 SpearAndFangAuthor, Dec 31st 2023 at 8:21 PM

@SourOne
One day perhaps.  The models for those things are a bit of a pain.
@haro
No patreon sorry.  I don't need the money or the pressure associated with that,  I'm pretty on and off again with my modding effortsl Glad you enjoy the mod!

💬 haro, Dec 31st 2023 at 10:26 AM

awesome mod! do you have a patreon page? 

💬 SourOne, Dec 31st 2023 at 7:33 AM

Would really love to see longer spans on the rotors. It is basically impossible to make a realistic windmill with a 10m span. I want both the axle through the block and 8 sails on a 4 blade windmill. Hate that these are two separate things because nobody wants to add the Bigger Windmills mod to a multiplayer server when you have the short rotors of Millwright that do the same thing.

💬 SpearAndFangAuthor, Dec 3rd 2023 at 8:20 PM

@iodide
I just now added a 1.19 release.

💬 iodide, Dec 3rd 2023 at 6:48 PM

Can anyone confirm if this works using v.1.19pre?

💬 Ionite, Nov 9th 2023 at 5:27 PM

SpearAndFang
Thank you it doesn't look as nice as yours but I guess it'll have to do due to proportions lmao
I hope someday Millwright also support size adjustments, could make some beautifull buildings with it.

💬 SpearAndFangAuthor, Nov 9th 2023 at 3:48 AM

Ionite
Sorry this mod does not support that.  But there IS this one: https://mods.vintagestory.at/biggerwindmills

💬 Ionite, Nov 9th 2023 at 2:56 AM

SpearAndFang,
Is there a way to modify the amount of sail layers can be added to a rotor? I have a giant building for my mill but with only 5 layers it kinda looks pathetic lmao I even tried with the wide sails but not much difference.
don't get me wrong I love the mod but my mill kinda look redicilouse lmao

💬 SpearAndFangAuthor, Nov 6th 2023 at 3:16 PM

Jimzawy
The different sails are purely asthetic.  That *could* be customized via the mod config file.

💬 Jimzawy, Nov 6th 2023 at 2:32 PM

Hello again SpearAndFang, I appreciate the response, I solved the problem by placing all the axles in the intended design, then replace the normal ones with passthrough ones, that worked, I actually like the idea cause I have a big cellar with the kitchen in it, cause I am lazy to go through rooms ingame,
on more questions, do new sails vary in power or are they just for asthetic purposes?
and thank you

💬 SpearAndFangAuthor, Nov 5th 2023 at 9:00 PM

@Ven
Noted.  And thanks!

💬 Ven, Nov 5th 2023 at 1:47 PM

Nice mod! For those geniuses that love to abuse rotor collisions building insane and ugly constructions out of 50-100 windmills on a stick😑 I've seen too much of those lately.. servers should put this restriction as a server rule genuinely imao.
Also there is a bug in recipe for 6 sail rotor craft, instead you can craft only 3 sail rotor because their difference is only the amount of logs (1 log for 3 sail vs 3 for 6 sail)

💬 SpearAndFangAuthor, Nov 4th 2023 at 12:04 AM

Jimzawy
That is not normal.  Sadly, the passthrough axle has plenty of issues. Good idea, crappy execution on my part.  sigh.
I will keep that in mind when I revisit it.  Thanks!

💬 Jimzawy, Nov 3rd 2023 at 11:23 PM

Hey SpearAndFang, Great mod, I having trouble placing angled gear on the passthrough axle, I falls off, I have to place normal axles first than replace them with the pass through axle, is that normal ?

💬 SpearAndFangAuthor, Oct 14th 2023 at 3:30 PM

Zulthar
Thanks for the bug reports. I will add them to the to-do list and try to get it sorted out. And thanks for the kind words.

💬 Zulthar, Oct 13th 2023 at 12:46 AM

So, a quick glitch I found, when my windspeed was at 60% (though when I first noticed it, it was at 76%), the windmill wasn't actually rotating, but the axles were. Also, occasionally the passthrough axle will have to be destroyed and replaced for the axle on the other end of the power source to keep turning. I can't recreate it reliably though. Otherwise fantastic mod, very much enjoy it.

💬 SpearAndFangAuthor, Oct 11th 2023 at 12:18 AM

@Frepo,
thanks for the detailed report.  That was the last thing I had thought I had fixed before release so I was a little surprised to see it happening again. sigh

💬 Frepo, Oct 10th 2023 at 10:25 PM

Also loving the passthrough axles! But... I noticed that the axle on the opposite side of the solid block spins in the opposite direction. I don't know if this is intentional, or if it even matters. Thought I'd mention it anyway.

[EDIT]
Well... this doesn't happen in all cases. Case breakdown:
Power source coming from south (and going north through the block) = always correct rotation
Power source coming from north (and going south through the block) = always inverted rotation
Power source coming from east (and going west through the block) = correct if you connect power source to block first, otherwise inverted
Power source coming from west (and going east through the block) = correct if you connect power source to block first, otherwise inverted
Power source coming from abvove (and going down through the block) = correct if you connect power source to block first, otherwise inverted
Power source coming from below (and going up through the block) = correct if you connect power source to block first, otherwise inverted

💬 SpearAndFangAuthor, Oct 10th 2023 at 2:40 AM

@Lithos
Aww hell, no that was not intentional.  I thought I had all the kinks worked out of that contraption. Thanks for the heads up.

💬 Chumber, Oct 10th 2023 at 1:29 AM

Loving the passthrough axles. Slims down my mod load not having to use the other one that I rarely touch.

 

However, it seems like the passthroughs drop a significant amount of power. Is that intentional? The mechanics on the other side of the passthrough barely function now, even with mirrored 4-prong millwright sails that previously had no issue. I can see that the axle on the opposite side of the passthrough is spinning at a fraction of the speed of the input. If that is intentional, can there be a config option to change the passthrough multiplier?

💬 SpearAndFangAuthor, Oct 9th 2023 at 3:08 PM

Yanazake
Appreciate it my guy. Will be in the next release.

💬 SpearAndFangAuthor, Oct 9th 2023 at 3:06 PM

RikeiR
My pleasure. I have received a Japanese translation file from Macoto Hino yesterday, but thanks!

💬 AzuliBluespots, Oct 9th 2023 at 12:30 PM

My man, here comes the sudden pt-br translation no one asked for:

{
"game:tabname-millwright": "Millwright",
"block-windmillrotor-three-*": "Tri-Rotor de moinho de vento (reforçado)",
"block-windmillrotor-single-*": "Tetra-Rotor de moinho de vento (reforçado)",
"block-windmillrotor-six-*": "Hexa-Rotor de moinho de vento (reforçado)",
"block-windmillrotor-double-*": "Octa-Rotor de moinho de vento (reforçado)",
"item-sailcentered": "Vela (centralizada)",
"item-sailangled": "Vela (inclinada)",
"item-sailwide": "Vela (larga)",
"itemdesc-sail*": "Componente de moinho. Requer um rotor de moinho reforçado",
"block-brake-north": "Freio (reforçado)",
"block-woodenaxlepassthrough*": "Conduíte Eixo de madeira",
"blockdesc-woodenaxlepassthrough*": "Coloque em lados opostos de um bloco inteiro para transferir força enquanto mantém a integridade da sala",
"blockdesc-suitable-block-needed": "Você precisa de um bloco mais apropriado para suportar este eixo"
}

💬 RikeiR, Oct 9th 2023 at 8:14 AM

Thank you for making a great mod.
I have uploaded the Japanese translation file for v1.1.1.

ja.json

💬 Kirona, Sep 22nd 2023 at 5:04 AM

@SpearAndFang This would be a really weird reason to use an alt account xD

We're just both in Discord voice and on the same server a ton and had been discussing this whole thing before both of us floated over to comment x)

💬 SpearAndFangAuthor, Sep 20th 2023 at 4:34 AM

Reinforced brakes are now a thing.  Thanks again for the suggestion Kara & Kirona (who may in fact be the same person using two different accounts 😉 ).

💬 SpearAndFangAuthor, Sep 18th 2023 at 7:19 AM

@Kara @Kirona
Sounds reasonable to me. I'll see what I can do.

💬 Kirona, Sep 18th 2023 at 5:51 AM

I'd like to second Kara's request, it's surprisingly difficult to get one of these to stop rotating even at fairly low wind speeds x)

(And windmills, vanilla or yours, both seem tied to an issue with sounds cutting out after a while. It happens much faster around active windmills....)

💬 Kara, Sep 18th 2023 at 1:41 AM

hay.... might you be able to make a higher tier break maybe a iron tier one, to stop the mills from moving? atm we need to place like x5+ breaks just to stop the windmill from moving. <3

💬 SpearAndFangAuthor, Sep 6th 2023 at 1:55 AM

RogueRaiden
Alright, I've added a new version with a new modconfig option "SailRotationModifier" to slow down the sail rotation speed.  I imagine the number you're looking for is 0.25 to 0.5.  See the changelog for more info.  Cheers!

💬 RogueRaiden, Sep 4th 2023 at 5:56 PM

i'll be more specific. the windmill speeds look good and "realistic" until about ~50-60% wind speed (as it says from the StatusHUD mod). As it goes above that threshold, is when it gets going wicked fast. like its trying to move the world with wind power. its really just the animation that people have a problem with, the produced power seems to be alright.

💬 SpearAndFangAuthor, Aug 11th 2023 at 2:46 PM

With great power comes great re...volutions. 🤷‍♂️

💬 RogueRaiden, Aug 11th 2023 at 1:58 PM

guess we're stuck with helicopter windmills lol

💬 SpearAndFangAuthor, Aug 7th 2023 at 5:55 AM

RogueRaiden
idk, I like them just the way they are.  Maybe this mod is more to your liking...
https://mods.vintagestory.at/biggerwindmills

💬 RogueRaiden, Aug 7th 2023 at 4:12 AM

these windmills spin waaaaayy too fast... looks like its taking on hurricane force winds lol 
i know they are supposed to be more visually appealing over having a tower of windmills but the spinning takes that away again :(

💬 Nikkolai, Aug 6th 2023 at 11:50 PM

Perhaps now I can power my steel plant. As before even with 4 maxed rotors powering a single helve hammer it struggled to get any work done. Attaching a second stalled the entire system. They were facing the same direction so I know the power didn't become inverted or anything. I just find it weird because it can power the helve hammer, a pulverizer, and a quern, but not two helve hammers.

💬 SpearAndFangAuthor, Jul 31st 2023 at 7:33 AM

oops. Thanks @Nebux

💬 Nebux, Jul 30th 2023 at 7:16 PM

6 blades rotor can't be made it has the recipe of 3 blades and that takes precedece

💬 sushieater, Jul 29th 2023 at 9:03 AM

This also increases the target rotation speed in line with the output power. That is a very nice alternative to using a huge number of rotors with a large gear (large gear driving small gear is 5.5x speed).

💬 Bopa, Jul 19th 2023 at 7:01 PM

Blessings upon you SpearAndFang

💬 Ultimaheart4, Jul 17th 2023 at 11:32 PM

SpearAndFang im a bit confused im having issues attatching my new sails to your reinforced rotor? is there a min height limit i dont know about compared to regular windmills? i should be able to replace the windmill rotor and sails and it work normally i assume? sorry i was unaware when i made the 8x windmill i needed a stack of 8sails to make it work at starter level. never mind on my previous mention here. sorry.

💬 Vinter_Nacht, Jul 13th 2023 at 1:02 AM

Would you believe, Spang, that I didn't even notice who wrote this until after I wrote my comment? XD

💬 SpearAndFangAuthor, Jul 9th 2023 at 4:41 PM

Thanks Vinter.  Yeah this mod is more cosmetic than anything, and my focus has always been on adding more variety to the base game - not changing how the base game functions.

💬 Vinter_Nacht, Jul 8th 2023 at 11:08 PM

And here I was hoping someone was adding wear and tear to the windmills, and perhaps a structural support requirement.
Good stuff though!

💬 SpearAndFangAuthor, Jul 8th 2023 at 5:55 PM

New version up!  Power outputs - fixed.  Corner sails - inverted.  New 3 blade and 6 blade variants - added.
Thanks for keeping me honest @Alatyr

💬 SpearAndFangAuthor, Jul 7th 2023 at 12:00 AM

Alatyr 
oof yeah you busted me, I've been a little distracted of late and was in a rush to get that release out...resulting in a couple of grave errors.  The next release should be all sorted out, along with some new configurations (3 and 6 sails)...and probably a few new bugs. 🤪

💬 Alatyr, Jul 6th 2023 at 8:14 PM

SpearAndFang
HUD shows that the power of 4 blades and 8 blades is identical with a full upgrade. Both 200 kN.
It also seems to me that the corner sails are inverted and should rotate the other way. I mean that the mount of the sail is on the wrong side.

💬 McThrill, Jul 4th 2023 at 9:31 AM

I have been wanting an 8-bladed medievel windmill for a while now, I don't normally do content mods to my game but I'm making an exception for this one.

💬 SpearAndFangAuthor, Jun 26th 2023 at 6:06 AM

❤️

💬 rboys2, Jun 26th 2023 at 12:57 AM

Yet another great mod! Keep up the good work

💬 SpeedRider, Jun 25th 2023 at 8:05 AM

@SpearAndFang
oh no sorry hope all is good

 

💬 Milk, Jun 24th 2023 at 10:39 PM

Oh man it's a dream come true; I was just thinking the other day that it would be nice if the windmill from ICO was in game. Lo and behold this shows up on the modDB. Excellent work! Now if only the design was just a liiiiittle closer to the ICO windmill hahah 😄

💬 AzuliBluespots, Jun 24th 2023 at 10:20 AM

Another one to the translation bin!

💬 macoto_hino, Jun 24th 2023 at 1:16 AM

I had no idea what the windmill would look like because I didn't have any pictures, but having pictures makes it look completely different.
However, there is no description of each item in the game, so please make one! I will also help with the Japanese language version!

💬 Mendall, Jun 24th 2023 at 12:38 AM

wow, really nice looking windmills.

💬 SpearAndFangAuthor, Jun 23rd 2023 at 5:02 PM

Edel_Recke thanks, that's pretty accurate. 

Although my code is pretty similar to Bigger Windmills, let me assure everyone that I did not reference that mod at any point.  All of my code originated from vanilla.  And my original intention was more about creating windmills that were visually different, not competing with Bigger Windmills.  

💬 SpearAndFangAuthor, Jun 23rd 2023 at 4:59 PM

@Medall @SilverBird @SpeedRider

Sorry I got called away on a family emergency and couldn't finish the documentation.  I've added one picture temporarily.

You can build a couple of different new rotors (iron reinforced) and attach the new blades to them for double and quadruple the power.  As you might expect they are comparably expensive to make.

💬 Mendall, Jun 23rd 2023 at 1:09 PM

Any info as to what we can expect from this mod. Are the windmills bigger, are they more powerful, if so by how much.

Are they more expensive to make (not a bad thing), how do they look compared to vanilla, and bigger Windmills for example.

Some pics might answer half of these questions alone.

 

 

💬 Edel_Recke, Jun 23rd 2023 at 10:59 AM

SilverBird I think, same size, more power

Bigger Windmills is not exactly the same, just resembles this one in some points

 

💬 SilverBird, Jun 23rd 2023 at 10:22 AM

How does this compare to "Bigger Windmills"?

💬 SpeedRider, Jun 23rd 2023 at 7:18 AM

pictures?

(edit comment delete)