Handmade Hero»Forums»Code
Shazan Shums
159 posts
Some day I will make quality software. Programming FTW.
Is it possible to get source code of the overlay app(Timer app)
(Same as the title)
Simon Anciaux
1337 posts
Is it possible to get source code of the overlay app(Timer app)
If you pre ordered the game, there is a "timer" folder containing the code for the overlay in the source zip.
Marc Costa
65 posts
Is it possible to get source code of the overlay app(Timer app)
Edited by Marc Costa on
You can get it here. It's Casey's code, modified by mmozeiko to work on Linux as well. Here's the original code by Casey.
Simon Anciaux
1337 posts
Is it possible to get source code of the overlay app(Timer app)
I believe he is looking for the stream overlay that shows when the stream start, when the Q/A starts... And I don't think it's available if you don't have access to the hmh sources.
Shazan Shums
159 posts
Some day I will make quality software. Programming FTW.
Is it possible to get source code of the overlay app(Timer app)
I preordered the game but can't find it.Where to look for can't seem to find it in code and misc directory.
Mārtiņš Možeiko
2559 posts / 2 projects
Is it possible to get source code of the overlay app(Timer app)
It is in timer folder starting with day 243 zip archive.
Shazan Shums
159 posts
Some day I will make quality software. Programming FTW.
Is it possible to get source code of the overlay app(Timer app)
I checked day243 I didn't find it still or did someone removed it.
Mārtiņš Možeiko
2559 posts / 2 projects
Is it possible to get source code of the overlay app(Timer app)
Edited by Mārtiņš Možeiko on
It is there for me:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
$ mkdir hero
$ cd hero/
$ # here use the download URL for "Handmade Hero (Source Code for Days 200-299)"
$ curl -s -L -o hero.zip https://transactions.sendowl.com/orders/.../file?product_id=434536
$ unzip -q hero.zip 
$ unzip -q handmade_hero_day_243_source.zip 
$ ls -l timer/
total 60
-rw-r--r-- 1 mmozeiko users   190 Mar  4  2016 build.bat
-rw-r--r-- 1 mmozeiko users  1078 Nov 19  2014 clock.ico
-rw-r--r-- 1 mmozeiko users 24718 Mar  4  2016 ctray.cpp
-rw-r--r-- 1 mmozeiko users   638 Mar  4  2016 ctray.h
-rw-r--r-- 1 mmozeiko users  6235 Dec 12  2014 ctray_overlay_window.cpp
-rw-r--r-- 1 mmozeiko users   675 Nov 18  2014 ctray_overlay_window.h
-rw-r--r-- 1 mmozeiko users   968 Nov 19  2014 ctray.rc
-rw-r--r-- 1 mmozeiko users   109 Mar  4  2016 settings.ctray

Shazan Shums
159 posts
Some day I will make quality software. Programming FTW.
Is it possible to get source code of the overlay app(Timer app)
But its not there in the github repo. Why is that?
Mārtiņš Možeiko
2559 posts / 2 projects
Is it possible to get source code of the overlay app(Timer app)
I assume repo includes stuff only required for HH engine & game.