65.9k BMilan Comments

  • Multiplayer naval shenanigans 5 months ago

    The people involved:
    @ShiroNeko
    @PUMPKINSIDD
    @UnguidedCylinder

  • Some stuff i would like to see in this website 5 months ago

    Aside from the meme tag part (some clueless users will certainly misuse it and post random memes not related to the game at all) I agree with all of them. For the thumbnail part, I think we should have a dedicated team of users who need to manually approve thumbnail changes (similar to how the curators work) to avoid abuse (the max two edits limitation you suggested wouldn't prevent this, but if we had a team of at least, lets say, 10 people or more from all over the world, we could ensure that there would be at least one online to quickly confirm and approve or reject thumbnail edits. They'd have no mod powers or anything, just approving or rejecting thumbnail edits)

  • Return from hiatus 5 months ago

    Interesting! T!

  • B.M.C Maestro 1927 (Police car) 5 months ago

    @RealChenxiang Thanks! And sure, I'm not the first person to use "Jundroo City" as lore for an emergency service vehicle either, it's a pretty commonly used lore idea. So it's free to take for anyone as far as I'm concerned

  • My car builds constantly have the issue of the front wheel having no traction with the road, i cant seem to figure out why 6 months ago

    The suspension definitely seems to be the root of the issue but I haven't been able to figure it out yet, though I suspect it might be related to the fact that it's too simple (@L1nus once told me that you can't really cheat with suspensions. Tagging him here, maybe he can help better). As a stopgap solution, I recommend connecting the wheels to the body and then enabling the vanilla suspension on them, I'll keep testing the car later

  • My car builds constantly have the issue of the front wheel having no traction with the road, i cant seem to figure out why 6 months ago

    I'm not really sure what could be causing this other than maybe uneven weight distribution. Could you please upload one of these cars as unlisted and send me a link so I can check it out?

  • B.M.C-East Merkur 1967 (Police car) 6 months ago

    @Cereal I don't want to bother with building interiors for my cars, too much work. I'm purposefully building their insides hollow in case someone else wants to build an interior though.

  • B.M.C-East Merkur 1967 (Police car) 6 months ago

    Civilian verison: >>click here<<
    Army version: >>click here<<

  • Airport Bus!? 6 months ago

    200E?

  • How to post any photo in players biography I don't know how 6 months ago

    @Cocoybuilder456 I recommend checking out the markdown formatting tutorial post here, it explains all the formatting options

  • How to post any photo in players biography I don't know how 6 months ago

    you first need to upload your image to an image host (for example ImgBB), then copy the image url, and then insert this into your bio:
    ![]()
    then paste the image link into the normal brackets, so it would look something like this:
    ![](https://www.imagehost.com/image.jpg)
    (make sure to add the image format to the end, such as jpg or png, otherwise it won't work)
    press save and the image should appear in your bio (this same method can be used in forum posts and build descriptions as well)

  • B.M.C Maestro 1927 (Police car) 6 months ago

    Civilian verison: >>click here<<
    Pickup version: >>click here<<
    Jundroo city taxi version: >>click here<<
    Budapest grey taxi version: >>click here<<
    Mafia version: >>click here<<

  • B.M.C Maestro 1927 (Police car) 6 months ago

    Had to reupload, I uploaded the first version with the wrong thumbnail, sorry about that

  • B.M.C Maestro 1927 (police) 6 months ago

    Civilian verison: >>click here<<
    Pickup version: >>click here<<
    Jundroo city taxi version: >>click here<<
    Budapest grey taxi version: >>click here<<
    Mafia version: >>click here<<

  • F1 (1989) 6 months ago

    @potato112 You should probably delete this post and reupload it with a different thumbnail, the mods will likely remove it if they see it

  • F1 (1989) 6 months ago

    Just letting you know since you are a relatively new user, that the website rules don't allow using real life photos or screenshots from other games on thumbnails. The first thumbnail image must always show the build as it looks in SP (some editing is allowed, but the base image has to be how the build looks in-game)

  • MB-44/120 'Hunter' 6 months ago

    You are not active anymore (sadly), but just in case: could you please tell which map did you use on the thumbnail?

  • Mark 2 Spitfires 7 months ago

    The camo just looks so damn good, I love it! amazing job!

  • Under construction (Teaser) 7 months ago

    Looks really nice! T!

  • IJN Harushio (UNFINISHED) :( 7 months ago

    @ShirakamiShimada Awesome! thanks!

  • IJN Harushio (UNFINISHED) :( 7 months ago

    @ShirakamiShimada Two questions: she is a ficitional ship, correct? (I couldn't find anything about her hence why Im assuming she is fictional) If yes, may I ask which class was she mainly inspired by? Just to know what references should I gather to continue work on her

  • IJN Harushio (UNFINISHED) :( 7 months ago

    I'm not sure yet but I may try to finish this, it looks really great. Can I ask for your permission to finish it? (again, Im not 100% sure I'll have the time to do it, but just in case I do, I wanted to ask for permission in advance)

  • My ship need urgent help (SOLVED) 7 months ago

    the easiest way to solve this is to increase gyroscopic speed and stability. I downloaded your ship, added a gyro and I set both gyroscopic speed and stability to 30, and that solved it, there was no more rolling. (on a side note: rolling while turning is actually a realistic thing, ships tend to roll when they turn at high speed, even very large ships)
    You can download my fixed version here

  • Ship's Boat 8 months ago

    Brilliant! Simply brilliant!

  • Presenting some Tech i made 8 months ago

    Crazy impressive! A real two-in-one build! T!

  • Color Panel? 8 months ago

    @visionmov Near the very end of the XML file, you can find a few lines that look like this:

    <Material color="D0D0D0" r="0" m="0.65" s="0.08" />

    Just copy one of these lines (make sure to copy the entire line), press an enter between one of these lines and then paste the copied line in there, then repeat this as many times as you want.

    It should look like this before:

    ...
    <Theme name="Custom">
    <Material color="FF0000" r="0.15" m="0.5" s="0.7" />
    <Material color="2E2E2E" r="0.3" m="0.5" s="0.83" />
    <Material color="2E2E2E" r="0.15" m="0.5" s="0.7" />
    <Material color="45008B" r="0.3" m="0.5" s="0.83" />
    <Material color="3F00FF" r="0.3" m="0.5" s="0.83" />
    </Theme>
    </Aircraft>

    And it should look like this after you edited it (the bold lines are the copy-pasted ones):

    ...
    <Theme name="Custom">
    <Material color="FF0000" r="0.15" m="0.5" s="0.7" />
    <Material color="2E2E2E" r="0.3" m="0.5" s="0.83" />
    <Material color="2E2E2E" r="0.15" m="0.5" s="0.7" />
    <Material color="2E2E2E" r="0.15" m="0.5" s="0.7" />
    <Material color="2E2E2E" r="0.15" m="0.5" s="0.7" />
    <Material color="45008B" r="0.3" m="0.5" s="0.83" />
    <Material color="3F00FF" r="0.3" m="0.5" s="0.83" />
    </Theme>
    </Aircraft>

    As for how to open it to be edited, if you are on laptop, simply open the XML file with the Windows Notepad app (I personally use Notepad++, a third party app but Windows Notepad can be used for this purpose just fine too). I don't know how to open it on mobile tho, I never tried it there, but if you manage to open it for editing there too, then the editing should be the same as on PC.

  • Wilhelm Gustloff 8 months ago

    T!

  • BM Scrapyard 8 months ago

    @Jsoeidm2 Here, added 4 more builds now, enjoy!

  • 6th Year of Simpleplanes 8 months ago

    @Jsoeidm2 The ship itself is completely abandoned, some ideas and lessons I learned from it will be reused on future projects, including the recoverable seaplane idea. However, I do not wish to release that ship, not even as a scrapyard build, because that ship is sort of special for me, so I wish to keep it for myself, I hope you understand. I'll update the scrapyard post with a few other builds tho, I hope you'll like those.

  • Ford 8n tractor 8 months ago

    Beautiful work my friend! The detail work is simply brilliant!

  • Mrsilverwolf and crazyplaness on YouTube 8 months ago

    @GhostMach dunno, I dont remember any of his builds since he was mostly concerned with posting political stuff so Im willing to assume he wasn't a good builder

  • SMS Leitha (1872) 8 months ago

    @5cmPak38aufPzKpfwIISfl901 @Bluesyn This is not a battleship mate, it's a river monitor

  • (TEASER) February 14th 8 months ago

    Oh my god, the detail on this thing makes my jaw drop. Insane work mate! T!

  • [Exoculo Wipings] Black Mesa/HECU Osprey. 8 months ago

    I always like to see some good half life content. BM

  • Borodino: Russia's cannons at Tsushima 9 months ago

    Borodino is published: >>click here<<

  • B.M.C Metropolitan 1978 - A beast on the streets 9 months ago

    Metropolitan is published: >>click here<<

  • B.M.C Minerva 1972 - Eastern bloc 9 months ago

    Minerva is published: >>click here<<

  • B.M.C Matilda 1953 - Retro Speedster! 9 months ago

    Matilda is published: >>click here<<

  • HNLMS Van Kinsbergen - The Flying Dutchman [Teaser] 9 months ago

    Van Kinsbergen is published: >>click here<<

  • SMS Leitha - The River Guard [Teaser] 9 months ago

    Leitha is published: >>click here<<

  • X32 9 months ago

    @NMD762 Since I can't comment on the L'Adroit post because it got removed (therefore I have no access to it anymore, only you do) so I'm writing it down here: reuploading other people's builds with no changes is against the website's rules, even if there is credit given. If you want to transfer builds between your devices, I recommend doing so with unlisted posts (when uploading a build in the game, there is a button that by default says "Public", if you tap on that, it will chnage to "Unlisted", upload the build like that). This way, the post won't be public, only you will be able to see it and it wont violate any rules.

  • MNF L'Adroit (1927) (v4) 9 months ago

    Did you change anything?

  • Ibis Paint X MOD APK v12.2.13 [Premium Unlocked] for Android 9 months ago

    @Superliner350 @Boeing727200F FYI, if you guys make comments on ad posts like this, the website algorithym will likely rank it higher on the forums page because of the engagement, so you are essentially giving it more publicity, which is exactly what it wants. Next time, don't comment or upvote it and instead, quietly report it and move on.

  • SMS Leitha (1872) 9 months ago

    Requested tags:
    @Jsoeidm2
    @RamboJutter

  • SMS Leitha (1872) 9 months ago

    Requested tags:
    @MentallyDistorted
    @YarisSedan
    @TheMouse

  • SMS Leitha (1872) 9 months ago

  • SMS Leitha - The River Guard [Teaser] 9 months ago

    @RamboJutter No worries and thanks, I just finished the final touches on Leitha today, so all I have to do now is make the post for it. I can drop you a tag when I publish it if you want.

  • SMS Leitha - The River Guard [Teaser] 9 months ago

    @RamboJutter Thanks mate! Also, if you don't mind me asking, what's the story with this avenger guy? I checked his account and it seems like he is going around on random posts and making hateful comments towards you, SW and Andrew. It's pretty obvious that this is the alt/burner acc of someone but what's the backstory?

  • 1908 Ford Model T 9 months ago

    T