Jump to content

Search the Community

Showing results for tags 'main'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 4 results

  1. OBSOLETE: use https://community.bistudio.com/wiki/Arma_3:_Main_Menu#Spotlight Mod the Arma 3 main menu center spotlight button to join a specific server with 1 click. Based on KK's work. See it in action. GitHub Main components: config.cpp class CfgPatches { class amp_spotlight { units[] = {}; weapons[] = {}; requiredVersion = 0.6; requiredAddons[] = {}; version = 2.0; versionStr = 2.0; versionAr[] = {2, 0}; author = "Ampersand"; }; }; class RscStandardDisplay; class RscDisplayMain: RscStandardDisplay { class Spotlight { class AwesomeServer { text = "[ OFFICIAL ] Arma 3 Zeus by Bohemia Interactive (EU) #15"; // Text displayed on the square button, converted to upper-case textIsQuote = 0; // 1 to add quotation marks around the text picture = "\amp_spotlight\button.paa"; // Square picture, ideally 512x512 //video = "\a3\Ui_f\Video\spotlight_1_Apex.ogv"; // Video played on mouse hover //action = "0 = [_this, 'your.domain.here', '2302', 'yourpasshere'] execVM '\amp_spotlight\joinServer.sqf';"; action = "0 = [_this, '85.190.155.165', '2302', ''] execVM '\amp_spotlight\joinServer.sqf';"; actionText = "Join server: [ OFFICIAL ] Arma 3 Zeus by Bohemia Interactive (EU) #15"; // Text displayed in top left corner of on-hover white frame condition = "true"; // Condition for showing the spotlight }; }; }; joinServer.sqf #include "\A3\Ui_f\hpp\defineResincl.inc" params [ ["_buttons", []], ["_IP", "127.0.0.1"], ["_PORT", "2302"], ["_PASS", ""], ["_TIMEOUT", 30] ]; ctrlactivate ((ctrlparent (_buttons # 0)) displayctrl 105); /* 1 _IP 2 _PORT 3 _PASS 4 IDC_CANCEL 5 IDD_MISSION 6 IDD_DEBRIEFING 7 IDD_MP_SETUP 8 IDD_MULTIPLAYER 9 IDC_MULTI_TAB_DIRECT_CONNECT 10 IDD_IP_ADDRESS 11 IDC_IP_ADDRESS 12 IDC_IP_PORT 13 IDC_MULTI_SESSIONS 14 IDC_OK 15 IDC_MULTI_JOIN 16 IDD_PASSWORD 17 IDC_PASSWORD 18 diag_tickTime + _TIMEOUT */ onEachFrame format [ " onEachFrame { ctrlActivate (findDisplay %8 displayCtrl %9); onEachFrame { private _ctrlServerAddress = findDisplay %10 displayCtrl 2300; _ctrlServerAddress controlsGroupCtrl %11 ctrlSetText ""%1""; _ctrlServerAddress controlsGroupCtrl %12 ctrlSetText ""%2""; ctrlActivate (_ctrlServerAddress controlsGroupCtrl %14); onEachFrame { ((findDisplay %8 displayCtrl %13) lbData 0) call { if (diag_tickTime > %18) then { diag_log ""RCTS Timeout (no server)""; onEachFrame {}; }; if !(_this isEqualTo '') then { findDisplay %8 displayCtrl %13 lbSetCurSel 0; onEachFrame { ctrlActivate (findDisplay %8 displayCtrl %15); onEachFrame { if (diag_tickTime > %18) then { diag_log ""RCTS Timeout (cannot join)""; onEachFrame {}; }; if (!isNull findDisplay %16) then { private _ctrlPassword = findDisplay %16 displayCtrl %17; _ctrlPassword ctrlSetTextColor [0,0,0,0]; _ctrlPassword ctrlSetText ""%3""; ctrlActivate (findDisplay %16 displayCtrl %14); }; if (getClientStateNumber >= 3) then { diag_log ""RCTS Success""; onEachFrame {}; }; }; }; }; }; }; }; }; ", _IP, _PORT, _PASS, IDC_CANCEL, IDD_MISSION, IDD_DEBRIEFING, IDD_MP_SETUP, IDD_MULTIPLAYER, IDC_MULTI_TAB_DIRECT_CONNECT, IDD_IP_ADDRESS, IDC_IP_ADDRESS, IDC_IP_PORT, IDC_MULTI_SESSIONS, IDC_OK, IDC_MULTI_JOIN, IDD_PASSWORD, IDC_PASSWORD, diag_tickTime + _TIMEOUT];
  2. Hello everyone! I know it has been some time since we updated the main branch, and there is a good reason for it: Multiplayer. Yes, that's right, in case you have not been following things on the forums or the development build, Take On Mars now features multiplayer. At the moment this includes a cooperative mode where players can build bases and vehicles together. As I am sure many questions will come up surrounding this, I'll try to answer a few straight away: Q) What is currently possible in multiplayer? A: Everything that is possible in single player with the Mars Astronaut. That includes the following: * Building habitats from individual pieces * Printing building pieces and vehicles via the 3D Printer * Mining materials from the location, however the materials themselves are not used yet * Driving vehicles, including with friends * Full physics simulation over the net * Having fun! Q) Who can start a server? A: Anyone can start a server, simply select Multiplayer in the main menu and select Create Game. There, choose a scenario and begin! In case you are wondering who will be able to see your server, the answer is anyone! Q) I built an awesome base with a friend, but don't want to lose it, can we save the game somehow? A: Yes, the multiplayer implementation features a unique saving system. Connected players may vote for a save or the server may initiate a save directly. The server saves the game to his hard drive and sends the save file to all connected players. This means that any one of those players may then re-host that save in their own server. Q) Are our characters and their last known positions stored in the save? A: Yes, each player that joins has his character stored exactly where he left it. This can be on a hill, in a base, or falling off a cliff. In all situations, the character is stored with his health and everything intact. We will be adding an inventory soon, so the storage of your items will also be guaranteed. Q) When can we load a saved game? A: When you start to host a server you can select to start the server from stored save games on your hard disk. Information about the save is displayed when you select it. Once you start the server anew or from a save, you can load the game at any time via player vote or directly by the server. The interruption in play is very short. Q) Will future builds render my save incompatible? A: No, the save files have been written to save in a format which ensures compatibility between builds. They are in fact stored almost identically to a scenario file. Q) Take On Mars has very detailed physics simulation... Is that present in multiplayer? A: Yes, everything in multiplayer and single player is fully physically simulated, which includes vehicles, characters and so on. Yes, this does mean vehicles can be smashed in multiplayer :) Q) Did you say save similar to a scenario? Does that mean we could adjust a save into a scenario? A: Yes, a save is similar to a scenario, so with some minor editing a scenario may be derived from the save. We intend to add an option to Export Save To Scenario soon. Q) It crashed... What do I do with the crash info? A: If you started in Developer mode (the yellow Play Game button in the loader), then it could help us track down the bug. When you see the crash window appear, press Ctrl + C and then paste it into a new thread or post on the forums, along with as detailed as possible set of steps as to how the crash occurred. We do not expect you to test the game for us of course, but will appreciate feedback and bug reports :) Q) What can I expect in the next update? A: Survival elements, including oxygen simulation, using mined resources to fill habitats with air, a flatbed-truck-like vehicle for transporting larger cargoes, and an inventory for objects such as soil samples, food and water, etc. Q) When can we expect another update? A: I am heading on a 3 week vacation as of the 30th of August and will return on the 18th of September, so expect full-speed development to continue then, with an update following within two weeks. Q) Just tried the multiplayer, love it! How can I help? A: Thank you! We always appreciate when our games are enjoyed :) You can help us by giving us feedback, posting screenshots, sharing videos and spreading the word if you like it! Q) I recall the expected release date being at the end of August... Is this still true? A: In short, no. We have pushed the final release date back to allow for proper and full implementation of the multiplayer features as well as the entire Expedition One addition, both in terms of single player (Space Program) and multiplayer (survival elements, base management, additional game modes, etc). This is good news as you get highly refined content, and more of it! Q) What has changed in the game? Any chance of a change log? A: There is a change log directly accessible through the main menu, top right corner as Change Log. Alternatively, check here: mars.takeonthegame.com/changelog/mainbranch Q) I'm enjoying the game, but want to finish my in-progress Space Program. Can I go back to a previous build? A: Yes, we have added a build titled 'Legacy', which is the previous Main Branch build. Switch to this if you want to continue using the older build for now. To switch to the build, select Take On Mars in your steam library, right-click, select Properties. Switch to the BETAS tab, and select 'Legacy' in the list, ignoring password input. Q) Sounds great... Screenshots or it didn't happen!!! A: Of course, screenshots are mandatory :) There have been plenty released over the past few weeks as we have been testing the builds. Here are some highlights: Collaborative building with the 3D Printer: http://steamcommunity.com/sharedfiles/filedetails/?id=306547495 Base interior, under construction: http://steamcommunity.com/sharedfiles/filedetails/?id=305677900 Physics... Forklift lifting Scout Buggy: http://steamcommunity.com/sharedfiles/filedetails/?id=304590734 After over 5 hours of printing and building, and composed of over 800 individual pieces, a bridge coming together on Mars, across Victoria Crater: http://steamcommunity.com/sharedfiles/filedetails/?id=304790952 A player standing on the edge of the bridge: http://steamcommunity.com/sharedfiles/filedetails/?id=304790913 We really hope you enjoy the newest update! Please keep in mind this is an Early Access game, and bugs are to be expected. We are sorting them as fast as we can, and apologize for frustration some bugs may cause! Kind and sincere regards, Martin Melicharek (Project Lead)
  3. Hi, What happened to "Seek & Destroy" behavior, I can't find it anymore ?? Regards, Alain
  4. Hello everyone. First off, we apologize for the lack of updates, we are hard at work on the Global Objectives system, the Technology Tree, Mars 3 as a vehicle, and the landing systems overhaul. These changes are quite vast and certainly game breaking until completed, hence the lack of updates. By the end of the week these things will be completed and normal daily updates to the development branch will resume. The main branch will also be updated by the end of the week or early next week. Admittedly we should have kept more in touch with you guys during this process, but there was so much to do that we needed to keep our minds set on the goal. Here on out, we'll make sure to let you guys know what is happening so that noone feels either left out or worried about where the project is headed. I look forward to feedback from you guys about the changes, a lot to look forward to!
×