• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 23:55
CEST 05:55
KST 12:55
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
TL.net Map Contest #21: Voting7[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
Weekly Cups (Oct 6-12): Four star herO65.0.15 Patch Balance Hotfix (2025-10-8)79Weekly Cups (Sept 29-Oct 5): MaxPax triples up3PartinG joins SteamerZone, returns to SC2 competition325.0.15 Balance Patch Notes (Live version)119
StarCraft 2
General
Revisiting the game after10 years and wow it's bad 5.0.15 Patch Balance Hotfix (2025-10-8) TL.net Map Contest #21: Voting How to Block Australia, Brazil, Singapore Servers The New Patch Killed Mech!
Tourneys
SC4ALL $6,000 Open LAN in Philadelphia Crank Gathers Season 2: SC II Pro Teams LiuLi Cup - September 2025 Tournaments Sparkling Tuna Cup - Weekly Open Tournament Master Swan Open (Global Bronze-Master 2)
Strategy
Custom Maps
External Content
Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers Mutation # 492 Get Out More
Brood War
General
Question regarding recent ASL Bisu vs Larva game BW General Discussion [Interview] Grrrr... 2024 BW caster Sayle Map with fog of war removed for one player?
Tourneys
[ASL20] Semifinal B [Megathread] Daily Proleagues [ASL20] Semifinal A SC4ALL $1,500 Open Bracket LAN
Strategy
Current Meta Relatively freeroll strategies BW - ajfirecracker Strategy & Training Siegecraft - a new perspective
Other Games
General Games
Stormgate/Frost Giant Megathread Dawn of War IV Nintendo Switch Thread ZeroSpace Megathread Path of Exile
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
SPIRED by.ASL Mafia {211640} TL Mafia Community Thread
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine Men's Fashion Thread Sex and weight loss
Fan Clubs
The herO Fan Club! The Happy Fan Club!
Media & Entertainment
[Manga] One Piece Series you have seen recently... Anime Discussion Thread Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Inbreeding: Why Do We Do It…
Peanutsc
From Tilt to Ragequit:The Ps…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1143 users

Streaming Game Dev

Blogs > 0x64
Post a Reply
0x64
Profile Blog Joined September 2002
Finland4574 Posts
Last Edited: 2013-12-08 21:55:46
December 08 2013 19:02 GMT
#1
Hey guys,
I'll be working on our game and streaming for the first time.
This make probably a bad blog post and I will take a cold shower.
About my plan:
-Stream our sound track (Great trance music but not all tracks are done)
-Work on building animations
-Polish some things here and there
-Work on some menu UI views
-Update this blog as my plan progress.

[image loading]

This was our first video we released.


The game is about conquering the map.
Two faction of 3 players will compete to capture beacons on island and the first faction to capture over half of those wins.
Your range is limited by your fuel and when you run out of it, you can't interact with the map and have to fly back to a refueling building.
You can build on islands where you have the majority of building.

So the stream is here, I'll try to answer questions when I notice them.
http://www.twitch.tv/0x64

I'll also try to get one day our concept artist to stream or notify if he is streaming some of his hobby stuff... ( you really need to check out his awesome works http://vablo.cghub.com/ )

Drop by and say hello!

Edit 1:
Now working on smoothing camera zoom.
Strange that our AnimatedFloat class didn't have any way to set a target value. We'll just create a new one.

Edit 2:
Now, back when the rendering was not optimized, we had disabled the animations when zoomed out to save some FPS, I'll try to locate where the programmer did this animation disabling. Found some remain of an older solution but it is already commented out. Found nothing checking directly the camera.Scale...

Edit 3:
I'll add now that test "under construction" animation to the buildings when they are added to the map.
Having some conflicted thoughts on where to put it... Everywhere seems hacky, so the best solution actually might be to add the building animation straight to the animation file of the building. I think our engine doesn't support transition between different files.
This solution is better as it doesn't involve some hack in the code that we would need to correct later, but in the end we will need to to those animation for each building... Let's test this out on one building.
Edit 3b: currently we don't have a simple way to do some scalable looping time... the easiest way to test the under construction animation is to simple have it play x time and then transition to the idle animation of the building.
Naah bad idea... Recursive werewolf.

Edit 4: that building animation is simply too ugly, even for a temp animation... let's do something better!

Edit 5: the animation software is crashing when deleting multiple sprite from the first frame. let's write a bug report... but there was already an update that might fix a bug related to this.

Edit 6: Animation still a bit angular, but should give a good idea for the direction to our artist
The particle needs a sharper limit so the edge doesn't go under the lower tiles.

Edit 7: Let's start working on the UI. The UI has it's own branch that is really old. Buttons also are not necessary on scale... Scary to go back a month or so.
The good thing is that there is some transition effects there already done, need to be merged with the main branch.

Also if you noticed, I wanted to mention that on the main branch, we are connected to the game server, there is a pet ship following me and a ghost ship which is reflecting my move info that is pinged back from the server for debug purpose. That ghost ship is moving slower than my ship because we increased the ship movement speed for debug purpose too.

Last Edit, time to prepare to sleep...
Thanks for following.
I now test if the connecting button works correctly, with a nice fadeout once the game is connected... After that I'm out!

****
Dump of assembler code from 0xffffffec to 0x64: End of assembler dump.
TylerThaCreator
Profile Blog Joined May 2011
United States906 Posts
December 08 2013 20:01 GMT
#2
Awesome idea for a stream :D
aka SethN
0x64
Profile Blog Joined September 2002
Finland4574 Posts
December 08 2013 20:45 GMT
#3
On December 09 2013 05:01 TylerThaCreator wrote:
Awesome idea for a stream :D


Thanks :D
Dump of assembler code from 0xffffffec to 0x64: End of assembler dump.
NeThZOR
Profile Blog Joined November 2010
South Africa7387 Posts
December 08 2013 22:02 GMT
#4
I like watching how the development of a game unfolds, and what is better than watching it live!
SuperNova - 2015 | SKT1 fan for years | Dear, FlaSh, PartinG, Soulkey, Naniwa
CatNzHat
Profile Blog Joined February 2011
United States1599 Posts
Last Edited: 2013-12-09 00:23:30
December 09 2013 00:23 GMT
#5
that red scarf is sexy.
must have
edit: or it's just a ballin turtleneck
0x64
Profile Blog Joined September 2002
Finland4574 Posts
December 09 2013 09:14 GMT
#6
On December 09 2013 09:23 CatNzHat wrote:
that red scarf is sexy.
must have
edit: or it's just a ballin turtleneck


Red scarf it is, you can see it in other concept pictures

[image loading]
Dump of assembler code from 0xffffffec to 0x64: End of assembler dump.
stefantheterran
Profile Joined December 2013
Austria61 Posts
December 12 2013 19:55 GMT
#7
Hey this sounds like a cool idea for a stream as I just started studying gamedesign and programming at the university! Chance to see behind the scenes and watch as the game progresses! When is next stream?
0x64
Profile Blog Joined September 2002
Finland4574 Posts
December 12 2013 20:19 GMT
#8
Maybe this weekend, after that I'll be 3 weeks away working on a minilaptop so it would be impossible to stream.
And now I am reinstalling windows because 8.1 broke everything!
Dump of assembler code from 0xffffffec to 0x64: End of assembler dump.
stefantheterran
Profile Joined December 2013
Austria61 Posts
December 13 2013 12:33 GMT
#9
Cool, I'll check it out! hopefully you get your windows fixed so you can stream!
0x64
Profile Blog Joined September 2002
Finland4574 Posts
Last Edited: 2013-12-14 14:12:44
December 14 2013 13:19 GMT
#10
This weekend is Ludum Dare weekend, so you better follow
http://www.twitch.tv/notch

Notch is streaming himsilf making a game in 48 hours.

Edit: also opened my stream http://www.twitch.tv/0x64
Dump of assembler code from 0xffffffec to 0x64: End of assembler dump.
Please log in or register to reply.
Live Events Refresh
Next event in 7h 5m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RuFF_SC2 161
Nathanias 101
Nina 100
StarCraft: Brood War
PianO 154
Noble 43
Bale 20
Icarus 8
League of Legends
JimRising 685
Counter-Strike
Stewie2K620
PGG 274
Other Games
summit1g9001
gofns3514
C9.Mang0303
Maynarde111
Mew2King71
Models1
Organizations
Other Games
gamesdonequick6178
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• Berry_CruncH131
• practicex 17
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV442
League of Legends
• Rush1066
Upcoming Events
Wardi Open
7h 5m
CranKy Ducklings
1d 6h
Safe House 2
1d 13h
Sparkling Tuna Cup
2 days
Safe House 2
2 days
Tenacious Turtle Tussle
5 days
The PondCast
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.