M.Evans 10 Posted January 10, 2012 I noticed in MSO's that there is an after action report option. How would one utilize this or something like it so that they could use it in a training mission, or any mission for that matter. I have tried but have failed countless times. If somebody could show me how to put in the ability for an after action report that would be great, or if there is another type of script that someone would like to show me, that would be awesome too. Thanks, Share this post Link to post Share on other sites
M.Evans 10 Posted January 10, 2012 Or come to think of it, is there any scripts that anyone has fiddled with that lets you have like an in game journal or something of that nature. I just need something to write logs in, in game. Share this post Link to post Share on other sites
cuel 23 Posted January 10, 2012 Like a debriefing? http://community.bistudio.com/wiki/Briefing.html#Endings Share this post Link to post Share on other sites
wolffy.au 9 Posted January 10, 2012 You can strip the MSO down to just AAR's if you wish - there is nothing to stop you disabling and deleting every other module, so you have bare-bones MSO with just AAR's. You can try just taking the code out of the RMM_AAR directory under support\modules\ and trying to get it working - but it may require a little scripting skill. Share this post Link to post Share on other sites
M.Evans 10 Posted January 11, 2012 which is not something I am too good at. I have tried to strip the MSO, its just I cant configure the init file, or the description to properly call the script. If there is a template I could get, or something of that nature that would be nice. thanks ---------- Post added at 04:45 AM ---------- Previous post was at 04:44 AM ---------- and no, not like a debriefing sort of like an in game notepad that the player can type and save logs. Share this post Link to post Share on other sites
wolffy.au 9 Posted January 11, 2012 which is not something I am too good at. I have tried to strip the MSO, its just I cant configure the init file, or the description to properly call the script. If there is a template I could get, or something of that nature that would be nice. thanks You may want to take a look at the MSO Editors guide here - https://dev-heaven.net/projects/mso/documents MSO is configured via the modules.hpp files - there are 4 of them. The references in those files are directly related to directories under the modules directory, which means if it ain't in modules.hpp it can be removed from the modules directory - hence stripping it down. There should be no need to touch any other file to get it to work. Share this post Link to post Share on other sites
M.Evans 10 Posted January 11, 2012 there are four modules or four modules.hpp files? Share this post Link to post Share on other sites
igneous01 19 Posted January 11, 2012 There is a way to setup a journal using the text dialog, this involves some understanding with creating dialogs, but it can be done. Share this post Link to post Share on other sites
M.Evans 10 Posted January 11, 2012 There is a way to setup a journal using the text dialog, this involves some understanding with creating dialogs, but it can be done. seems like u know what needs to be done. could u start me off with where to find these dialogs or how to setup the text dialog. I am not too handy when it comes to coding. Share this post Link to post Share on other sites
igneous01 19 Posted January 11, 2012 here is the link: look for textbox dialog http://community.bistudio.com/wiki/Dialog_Control#Text_box this is defined in the description.ext Share this post Link to post Share on other sites