-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
173 lines (131 loc) · 5.74 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
SC2 Scrapbook
=============
What is it?
-----------
It helps organize your SC2 builds, and gives you a cool overlay to boot.
What do I need to run it?
-------------------------
- Windows (sorry Mac users)
- .NET Framework 4.0
Any more useful stuff?
----------------------
Build orders:
http://lotv.spawningtool.com/build/
TL thread:
http://www.teamliquid.net/forum/starcraft-2/287794-utility-sc2-scrapbook-build-order-notebook-v2
Source code:
https://bitbucket.org/Veritasimo/sc2-scrapbook
https://github.com/Veritasimo/sc2-scrapbook
Changelog
=========
2.6
------------------
New: You can import SALT builds from spawningtool.com
New: The default builds have been updated for LotV (shamelessly stolen from spawningtool.com)
Fix: In-game detection has been updated for Patch 3.1.4
2.5.5
------------------
Fix: The Battle.net web crawler now works with the 1.5 updates.
Fix: Stopped the auto-updaters using cached results.
2.5.4
------------------
Fix: Using a new auto-update site.
2.5.3
------------------
Fix: Fixed an issue that caused some users to get file in use errors when rendering builds.
2.5.2
------------------
Fix: Fixed the in-game build selector not actually remembering your race.
2.5.1
------------------
Fix: Fixed the Remember Race option in the configuration window.
2.5
------------------
New: Added the ability to import sharecodes manually via an icon above the Script textbox.
New: Added an option to remember your own race for the in-game build selection window.
New: Added a reset button to the in-game build selection window.
Fix: Fixed sc2bo:// protocol importing.
Fix: The unique ID of a build will be changed when changes are made to the build.
Fix: The position of the main window will no longer persist between sessions. This
should fix the issue that caused people to have to delete their config to load
the application.
2.4.1
------------------
Fix: Fixed hotkey settings not saving to the config file.
2.4
------------------
New: Added wallpaper creator. Builds can be dragged from the build order list on to the
creator window. There is also a resource viewer for adding built in resources or
external images.
2.3
------------------
New: Added hotkey support for overlay toggling.
New: Changed the way the build overlay works in preparation for the wallpaper generator.
This should also increase performance a little.
New: Added a character selection box to the options page.
Fix: Text is now aligned to the middle of images within the build overlay.
2.2
------------------
New: Added Unit, Building and Upgrade icon support.
New: Added image scale selection to the options page (0 = no scaling).
2.1
------------------
Fix: Fixed some issues with SC2 interaction.
Fix: Fixed interface disappearing issues.
2.0
------------------
Known Issues:
1. The overlays can causes an FPS drop on some systems. It is not majorly
noticable unless you are actively looking at the FPS count or have dated
hardware.
I'm not 100% sure about the cause, but I'd have to guess it's to do with
the method used to ensure you can click through the overlays. There are
a few solutions that I can think of, but they're all either complex or messy.
Todo:
1. Add unit and upgrade icons. If anybody could send me these, I'd <3 you.
2. Centralized build database?
--
New: Changed name to SC2 Scrapbook.
New: Added image support to the build overlay. Images can be added by wrapping
the code in curly brackets (e.g., {gas}100 - Metabolic Boost).
These images will be replaced with racial variants by default, but you can
override the racial variant by prefixing the image code with the race (e.g.,
protoss_gas).
The following image codes are currently available as of this release:
minerals
gas
supply
time
terran
zerg
protoss
random
New: Added build sharing capabilities via right-click. You can send other
SC2 Scrapbook users your builds by sending them the Sharecode generated
by the various sharing options.
SC2 Scrapbook registers the sc2bo:// protocol to handle Sharecodes.
Build Order Sharecodes are XML representations of the internal Build
object with GZip compression and base64 encoding.
New: Added advanced SC2 interaction. These options directly interface with
the StarCraft II process.
No data is gathered from the game client except for the IDs of the players
currently in game. Overlay data is harvested from the Battle.net website.
Other applications such as StarInfo for JTV and SC2 XSplit Screen Switcher
(used by many pros) gather the same data. Although the many users of these
applications do not face repercussions for doing so, it is still against the
SC2 EULA and Blizzard can detect and ban their usage at any time if they deem
it necessary.
New: Added build order selection overlay. Upon game join, the overlay will prompt
for race selection. After selecting your race and the race of your opponent,
you will either be shown a list of builds to choose from, or will be given a
random build if you have enabled random build selection.
New: Added opponent info overlay. Inspired by StarInfo, this option displays an
overlay of your opponent's League, Rank, Points, Wins, Losses and Main Race
from their Battle.net web profile.
New: Added support for web updates of the default build list.
New: Added application update notification.
Fix: Fixed various bugs with the build order list.
Fix: Fixed an issue that prevented updating the same build twice.
1.0
------------------
New: Initial Release