SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Sub/Naval + Other Games > Classic Subsims
Forget password? Reset here

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 05-29-23, 01:36 AM   #5
Easy Rhino
Swabbie
 
Join Date: May 2001
Location: Californey
Posts: 5
Downloads: 1
Uploads: 0
Default

So, kind of old thread, and this isn't an definitive answer, but a clue, i have a snippet old old source code from the game and here is the only part where the DMOH might get awarded:


Code:
    if (nScoreMax >= 200)            // High-difficulty missions
    {
        if (m_aAwards[AWARD_SILVER_STAR] == 0)
            IssueAward(AWARD_SILVER_STAR);
        else if (rPercent >= 0.99f && m_aAwards[AWARD_NAVY_CROSS] != 0)
            IssueAward( AWARD_MEDAL_OF_HONOR );
        else
        {
            if (rPercent >= 0.9f)
                IssueAward( AWARD_NAVY_CROSS );
            else
                IssueAward( AWARD_SILVER_STAR );
        }
    }
So in other words, you'd have to be in a difficult mission anyway (over 200 points total), and have already received both the silver star and navy cross in previous missions. And play at 100% difficulty.


I can't guarantee there isn't a bug somewhere preventing the DMOH anyway, even if not, this could lead to bonkers situations where you have to singlehandedly sink the Scharnhorst or Yamato multiple times to get enough medals.
Easy Rhino is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 12:44 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.