mondkalb 1087 Posted December 5, 2010 (edited) MBG Creationism Download Beta 3 ------------------------------------------------------------ Aloha everyone, I've started recreating a building system that lets you build nearly everything everywhere. It's a revive of an old project I did years ago. Basically this system allows you to build structures out of small segments and parts. Similar to LEGO®©™ (and whatnot...) The complete system is framed as a plug-in, so it can be used in any mission you like. It'll be also featured in a "survival" style mission, which will hopefully be released along with this addon. Anyways, here are some pictures detailing the menu in the foreground and in the background the structure shown in the video: As explaining how this works is rather difficult with Pictures and text only, I've made a video showing how it works and what you can do: 2vzRHu53ozw Oh, and yes. The title of this addon is a spoof on a certain mission that was rather popular in ArmA1. ------------------------------------------------------------ Changelog: -Added "reset snap-to" function for easier constructing -fixed sounds of doors/gates -Added concrete/wooden ramps and MASH Tent -added new "Support" object -fixed animation speed for the huge gate (100s -> 10s) Quick use guide: Open Editor Place player Place the "MBG_Creationism" Module (F7) Hit "preview" Done! Quick guide for MP: Use included Test-Mission or Place players Place "MBG_Creationism" Module (F7) Place "BIS Functions" Module (F7) Add respawn in Description.ext Put this into a "initJIPCompatible.sqf"_ok = _this execVM "\MBG_Creationism\scripts\init.sqf"; Done! ------------------------------------------------------------ 2-4 COOP Defend Creationism updated last 12th Dec, 18:00GMT Download mission Plus, NeoArmageddon asked me to include the latest version of his MP-Mission using Creationism. For play-testing both the addon and the mission. In lack of a briefing, here's what you do. When you start, hop into the truck and drive to any location you like. Once you reach it, deploy the truck and begin to fortify the truck and it's surrounding area, because you'll now have to defend against oncoming waves of enemies that will gain stronger and stronger with time. You earn money for killing enemies. Once 2h are passed you win and if your truck is destroyed, the mission is lost. Edited December 12, 2010 by Mondkalb Share this post Link to post Share on other sites
loki 1 Posted December 5, 2010 (edited) hey.. thats really nice!... release hopefully?... edit.. have this little guy..AHHHH...lol.. priceless.. great vid to. Edited December 5, 2010 by Loki Share this post Link to post Share on other sites
orson 0 Posted December 5, 2010 Thats just awsome ! I wana play ! :omg: Share this post Link to post Share on other sites
cleggy 297 Posted December 5, 2010 Not only bloody clever - but a funny video too! What more can a man ask for? Me like. Share this post Link to post Share on other sites
wld427 1705 Posted December 5, 2010 thats an incredible tool! I am definately looking forward to a release! Share this post Link to post Share on other sites
Binkowski 26 Posted December 5, 2010 that's awesome. lol, i can't wait for this. great work! Share this post Link to post Share on other sites
icebreakr 3157 Posted December 5, 2010 Mondkalb: just got your msg, watched the video..... wow, you're turning A2 into Minecraft lol ;) great! Share this post Link to post Share on other sites
mondkalb 1087 Posted December 5, 2010 Minecraft? Oh noes! The first version of this project is at least 1.5 years old (i.e the Door Segment which was made when I wrote my Addon-Tutorial). :cool: But yeh, minecraft kind of made me revive this. :D Share this post Link to post Share on other sites
katipo66 94 Posted December 5, 2010 That is truly cool!! and yes i also like your video :D Any other details for "survival" style mission? sounds interesting. Share this post Link to post Share on other sites
abs 2 Posted December 5, 2010 Awesome! I think my favourite quote is this "Isn't that magic? .....no it's not." :D You rock, dude! Abs Share this post Link to post Share on other sites
Opticalsnare 12 Posted December 5, 2010 Nice, def look forward to building some stuff :D Share this post Link to post Share on other sites
sabre 244 Posted December 5, 2010 That's awesome mate, nice one :) Share this post Link to post Share on other sites
munger 25 Posted December 5, 2010 Haha brilliant video for an addon with huge potential! You're a genius Mondkalb. :D Share this post Link to post Share on other sites
drmidnight 10 Posted December 6, 2010 This is one of the most impressive add-ons I have seen. I can't wait to see this progress and be released. I can see endless possibilities on the mission building side of things. How are the props handled, would it be fairly simple to add new prop models to the system? Is it possible to limit what is shown in the UI, not just by filters, but so only a set number of objects shows up as default? Sorry if the video answers any of the questions, not able to view it, currently on my phone. Keep up the good work. Share this post Link to post Share on other sites
biggibs 0 Posted December 6, 2010 Nice job so far keep up the good work! reminds me of Silola's/Mapfact teams excellent 3DE tool for A1 It was more advanced/powerfull than this (no offence meant) but very handy for making complex structures from basic 3d objects,they made a very highly detailed island using just their 3de tool and exporting it into Visitor. You could even work with the tool in mp coop so a group or mod team could work together on the same project at the same time! Here's a link to their release thread for some inspiration. http://forums.bistudio.com/showthread.php?t=69207&highlight=3DE & 3DE wip thread http://forums.bistudio.com/showthread.php?t=68334&highlight=3DE the thread does/did have a link to a demo vid that was hosted on their website and i thought it was uploaded to youtube also at one point but can't find a link for the youtube version anymore! although i do have a copy of that vid on my pc i could upload if you'd like to take a look at it? Would love to see this developed further in that direction if possible i know for sure the talented mission & map makers we have in our community would kill for something like that working for A2/OA. anyway best of luck with this in the future. BiGGiBs Share this post Link to post Share on other sites
nodunit 397 Posted December 6, 2010 Brilliant idea! I remember playing battlefield 2's Sandbox mod and thinking "Darn if only we had something like this in Arma.." would absolutely love to see this go through. Share this post Link to post Share on other sites
mondkalb 1087 Posted December 6, 2010 How are the props handled, would it be fairly simple to add new prop models to the system? Its childsplay to add new items. I kept the system highly dynamic. MBG_Filters_Build = [["Wall Segments","MBG_Walls"],["Floors/Roofs","MBG_Roof"],["Foundations","MBG_Foundations"],["Fortification","MBG_Fortification"],["Defence","MBG_Defence"],["Misc","MBG_Misc"]]; MBG_Foundations = [ ["Land_MBG_Fundament_3000x3000",800,"A solid thing to begin with, ain't it?","ca\ui\data\iconvehicle_ca.paa"], ["Land_MBG_Treppe250x450x150",150,"Stairway to heaven. (If applicable)","ca\ui\data\iconvehicle_ca.paa"] ]; MBG_Fortification = [ ["Land_HBarrier_large",200,"A simple and easy Barrier.\n\nSometimes used to block driving cars by suprise...",(getText (configFile >> "CfgVehicles" >> "Land_HBarrier_large" >> "icon"))], ["Land_HBarrier3",50,"Short Hescobarriers",(getText (configFile >> "CfgVehicles" >> "Land_HBarrier3" >> "icon"))] ]; You can add -on the fly- new Filters and new Items to filters. New Categories on the fly aren't possible due to the UI. Later, as a missionbuilder, just do this to add new stuff: MBG_Fortification = MBG_Fortification + ["Christmastree",1000,"Comes with a surprise! YAY!",(getText (configFile >> "CfgVehicles" >> "Christmastree" >> "icon"))]; Is it possible to limit what is shown in the UI, not just by filters, but so only a set number of objects shows up as default? Some kind of "Last used" or "Favourite" feature is definitely something I should consider. :) @BiGGiBs Mapfact's awesome 3DE was built for an entirely different purpose. My tool is meant for use in a Mission Scenarios like "Defend your base". (hence the Money dependency). Share this post Link to post Share on other sites
roberthammer 582 Posted December 6, 2010 (edited) Great work Mondkalb and its nicely working :) btw in VBS2 had similar thing to create for example the road block or military checkpoint etc Edited December 6, 2010 by RobertHammer Share this post Link to post Share on other sites
pathetic_berserker 4 Posted December 6, 2010 Bloody Brilliant! Look forward to seeing this incorporated into some Warfare or CTI, or ...absolutely anything, could spend hours faffing about with this alone. Share this post Link to post Share on other sites
giorgygr 61 Posted December 6, 2010 eehm..Sorry guys,but i m n00b. So this (awesome) project will be able to "create" custom stuff,with existing "parts" from "vanilla" ArmA2 "model-parts". What about after the "custom" stuff creation? I 'll be able just to save "my custom stuff" and run it through ArmA2 "vanilla"?- so no MBG (or other addon) dependancy?? oO Share this post Link to post Share on other sites
mugaben 10 Posted December 6, 2010 Awesome!! :D Will you be able to save/load what you build? Is it multiplayer friendly? Cant wait :) Share this post Link to post Share on other sites
NoRailgunner 0 Posted December 6, 2010 Cool idea! Maybe include a "fence builder" thats works on different terrain levels/gradient too eg proper auto-align feature? :) Share this post Link to post Share on other sites
mondkalb 1087 Posted December 6, 2010 I 'll be able just to save "my custom stuff" and run it through ArmA2 "vanilla"?-so no MBG (or other addon) dependancy?? oO Yes. You can use this with ArmA2 or OA alone. Just without the fancy wall segments delivered by my addon. Will i be able to save my creation Just go to the ESC-Menu and hit "Save". It is really that simple. :P Is it multiplayer friendly? Yes! So far it is using pooled money. So all west builders will share one account. East-Builders have a different account, of course. Just for the eventuality of a PvP Construction. ;) There are no plans to make personal accounts. Teamplay is more fun. Sadly, this will rule out public gaming with this addon. But who plays public anyways... :rolleyes: So far I still need to do the following: Fix some minor flaws with snap to and rotation Make variable turn and move intervals (currently its fixed to 0.5m and 5 or 22.5Degrees Fiddle around with JIP Find a proper solution how to release this (As an addon- based plugin or as a script-suite with optional construction content in an Addon) Add the almighty and necessary CTRL+Z function Add more items to the menu Add some creative use for the ACME Menu A release next weekend is likely but not definite, as I still have - as usual -other projects going on. Share this post Link to post Share on other sites
[aps]gnat 28 Posted December 6, 2010 Very cool pack! Share this post Link to post Share on other sites
mondkalb 1087 Posted December 6, 2010 I finished the Settings-Menu. Now you can adjust all the necessary values to make building even more comfortable. If you have Ideas/suggestions on what else to add to the settings-menu, let me know! Share this post Link to post Share on other sites