Skip to content

Commit

Permalink
Achievement Guide added for "I'm Sorry, Dave" and "Sacrifice"
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunroselt committed Mar 17, 2024
1 parent a86047b commit 2ddff4f
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 19 deletions.
24 changes: 20 additions & 4 deletions Data/Data_Achievements.pas
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,18 @@ TAchievement = record
image: 'https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/976730/fe21255dc623761447e3caf84522b1fb95212ca0.jpg';
percent_achieved: '75.8%';
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Guide_Description: '''
To unlock the "I’m Sorry, Dave" achievement in Halo: Reach within the Halo: The Master Chief Collection (MCC), you need to locate a specific easter egg that pays homage to David Candland, the game’s UI director. Here’s a detailed guide on how to find it:
1. Start any campaign mission or multiplayer map in Halo: Reach.
2. Pick up a weapon that **does not** have a zooming scope feature. Common examples include the Assault Rifle or the Plasma Pistol.
3. Press the zoom button (usually the right stick on consoles or the designated key on PC) to ’zoom in’ with your unscoped weapon.
4. Look closely at the **bottom left corner** of your screen. You will notice a string of binary code appearing briefly.
5. This binary code translates to the word "Dave" in ASCII binary representation.
By following these steps and observing the binary code, you will unlock the "I’m Sorry, Dave" achievement.
''';
Guide_Video: ['https://www.youtube.com/embed/ROoEebxqwJM?si=hdYc8YVHFQ-OTlsN'];
Filter: ['Other'];
),
(
Expand Down Expand Up @@ -553,8 +563,14 @@ TAchievement = record
image: 'https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/976730/4248f566c77bd3b0711df0d655ae7f403d36078c.jpg';
percent_achieved: '25.5%';
Gamerscore: -1;
Guide_Description: '';
Guide_Video: [];
Guide_Description: '''
As you progress through the level, you’ll reach a point where Cortana remarks, “This cave is not a natural formation.” You will be driving your Warthog through a network of tunnels. Pay close attention as you navigate this area. You’re looking for a small side path that diverges from the main route.
This path is somewhat concealed, so it’s easy to miss if you’re speeding through. Slow down and keep an eye out for a narrow opening on the right side of the cave. It’s located just after a large, illuminated structure that stands out in the environment. Once you spot the alley, drive into it and dismount from your Warthog.
The terminal is tucked away here, waiting to be activated. Approach it and interact to unlock the achievement.
''';
Guide_Video: ['https://www.youtube.com/embed/QGV5LD__nqI?si=lP_br6GggHIJl3s8&start=27'];
Filter: ['Other'];
),
(
Expand Down
199 changes: 197 additions & 2 deletions Pages/uAchievements.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ object Frame_Achievements: TFrame_Achievements
Row = 0
Control = layAchievementsGridRight
end>
Color = clNone
GridLineColor = clBlack
Color = -1
GridLineColor = -1
RowCollection = <
item
Value = 100
Expand Down Expand Up @@ -655,6 +655,201 @@ object Frame_Achievements: TFrame_Achievements
end
end
end
object layAchievementGuide: TWebScrollBox
Left = 0
Top = 178
Width = 1570
Height = 841
Align = alClient
BorderStyle = bsNone
ChildOrder = 3
Color = -1
ScrollBars = ssVertical
Visible = False
object lblAchievementGuideDescription: TWebLabel
AlignWithMargins = True
Left = 20
Top = 74
Width = 1530
Height = 25
Margins.Left = 20
Margins.Top = 10
Margins.Right = 20
Margins.Bottom = 0
Align = alTop
Caption = '<Achievement Description>'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -19
Font.Name = 'Segoe UI'
Font.Style = []
HeightPercent = 100.000000000000000000
Layout = tlCenter
ParentFont = False
WordWrap = True
WidthPercent = 100.000000000000000000
ExplicitWidth = 236
end
object WebPanel1: TWebPanel
Left = 0
Top = 0
Width = 1570
Height = 64
Align = alTop
BorderStyle = bsNone
Color = -1
object WebLabel1: TWebLabel
AlignWithMargins = True
Left = 199
Top = 5
Width = 13
Height = 54
Margins.Left = 15
Margins.Top = 5
Margins.Right = 0
Margins.Bottom = 5
Align = alLeft
Caption = '>'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -19
Font.Name = 'Segoe UI'
Font.Style = []
HeightPercent = 100.000000000000000000
Layout = tlCenter
ParentFont = False
WidthPercent = 100.000000000000000000
ExplicitHeight = 25
end
object btnAchievementGuideAll: TWebPanel
AlignWithMargins = True
Left = 20
Top = 16
Width = 164
Height = 32
Cursor = crHandPoint
Margins.Left = 20
Margins.Top = 16
Margins.Right = 0
Margins.Bottom = 16
Align = alLeft
BorderStyle = bsNone
ChildOrder = 3
Color = -1
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ShowCaption = False
OnClick = btnAchievementGuideAllClick
OnMouseEnter = LinkMouseEnter
OnMouseLeave = LinkMouseLeave
object lblAchievementGuideAll: TWebLabel
AlignWithMargins = True
Left = 10
Top = 0
Width = 144
Height = 32
Cursor = crHandPoint
Margins.Left = 10
Margins.Top = 0
Margins.Right = 10
Margins.Bottom = 0
Align = alLeft
Caption = 'All Achievements'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -19
Font.Name = 'Segoe UI'
Font.Style = []
HeightPercent = 100.000000000000000000
Layout = tlCenter
ParentFont = False
WidthPercent = 100.000000000000000000
OnClick = btnAchievementGuideAllClick
OnMouseLeave = LinkMouseLeave
ExplicitHeight = 25
end
end
object btnAchievementGuideName: TWebPanel
AlignWithMargins = True
Left = 227
Top = 16
Width = 262
Height = 32
Margins.Left = 15
Margins.Top = 16
Margins.Right = 0
Margins.Bottom = 16
Align = alLeft
BorderStyle = bsNone
ChildOrder = 3
Color = -1
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
ShowCaption = False
object lblAchievementGuideName: TWebLabel
AlignWithMargins = True
Left = 48
Top = 0
Width = 190
Height = 32
Margins.Left = 10
Margins.Top = 0
Margins.Right = 10
Margins.Bottom = 0
Align = alLeft
Caption = '<Achievement Name>'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -19
Font.Name = 'Segoe UI'
Font.Style = []
HeightPercent = 100.000000000000000000
Layout = tlCenter
ParentFont = False
WidthStyle = ssAuto
WidthPercent = 100.000000000000000000
ExplicitLeft = 10
ExplicitHeight = 25
end
object imgAchievementImage: TWebImageControl
AlignWithMargins = True
Left = 3
Top = 0
Width = 32
Height = 32
Margins.Top = 0
Margins.Bottom = 0
HeightPercent = 100.000000000000000000
WidthPercent = 100.000000000000000000
Align = alLeft
ChildOrder = 2
URL = 'assets/bug.svg'
end
end
end
object AchievementGuideVideo: TWebHTMLContainer
AlignWithMargins = True
Left = 20
Top = 119
Width = 1530
Height = 702
Margins.Left = 20
Margins.Top = 20
Margins.Right = 20
Margins.Bottom = 20
Align = alClient
ChildOrder = 2
ScrollStyle = ssNone
end
end
end
object GetAchievementsHaloInfinite: TWebHttpRequest
URL = 'https://steamcommunity.com/stats/1240440/achievements'
Expand Down
Loading

0 comments on commit 2ddff4f

Please sign in to comment.