• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 20:44
CEST 02:44
KST 09:44
  • 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
HomeStory Cup 27 - Info & Preview18Classic wins Code S Season 2 (2025)16Code S RO4 & Finals Preview: herO, Rogue, Classic, GuMiho0TL Team Map Contest #5: Presented by Monster Energy6Code S RO8 Preview: herO, Zoun, Bunny, Classic7
Community News
Weekly Cups (June 23-29): Reynor in world title form?6FEL Cracov 2025 (July 27) - $8000 live event13Esports World Cup 2025 - Final Player Roster14Weekly Cups (June 16-22): Clem strikes back1Weekly Cups (June 9-15): herO doubles on GSL week4
StarCraft 2
General
The SCII GOAT: A statistical Evaluation Weekly Cups (June 23-29): Reynor in world title form? How does the number of casters affect your enjoyment of esports? Esports World Cup 2025 - Final Player Roster HomeStory Cup 27 - Info & Preview
Tourneys
HomeStory Cup 27 (June 27-29) WardiTV Mondays SOOPer7s Showmatches 2025 FEL Cracov 2025 (July 27) - $8000 live event $200 Biweekly - StarCraft Evolution League #1
Strategy
How did i lose this ZvP, whats the proper response Simple Questions Simple Answers [G] Darkgrid Layout
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 480 Moths to the Flame Mutation # 479 Worn Out Welcome Mutation # 478 Instant Karma Mutation # 477 Slow and Steady
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ BW General Discussion StarCraft & BroodWar Campaign Speedrun Quest ASL20 Preliminary Maps Unit and Spell Similarities
Tourneys
[BSL20] GosuLeague RO16 - Tue & Wed 20:00+CET The Casual Games of the Week Thread [Megathread] Daily Proleagues [BSL20] ProLeague LB Final - Saturday 20:00 CET
Strategy
Simple Questions, Simple Answers I am doing this better than progamers do.
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile What do you want from future RTS games? Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Trading/Investing Thread Stop Killing Games - European Citizens Initiative Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread
Fan Clubs
SKT1 Classic Fan Club! Maru Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [\m/] Heavy Metal Thread Korean Music Discussion
Sports
2024 - 2025 Football Thread Formula 1 Discussion NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023 NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Blog #2
tankgirl
Game Sound vs. Music: The Im…
TrAiDoS
StarCraft improvement
iopq
Heero Yuy & the Tax…
KrillinFromwales
Trip to the Zoo
micronesia
Customize Sidebar...

Website Feedback

Closed Threads



Active: 618 users

Personal XSplit Scene Switcher

Blogs > zhurai
Post a Reply
zhurai
Profile Blog Joined September 2010
United States5660 Posts
Last Edited: 2012-09-01 21:48:33
September 01 2012 21:25 GMT
#1
Ah I already posted it on my personal blog (http://zhurai.com/139-xsplit-scene-switcher-version-1-0/) but I felt it's also relevant to the people here on Teamliquid (because of Streaming)

Reasoning/whatever

Ok so to start, I should say this was done as a proof of concept for myself, as well as a (probably bad) tool to push myself to actually learn the language (Python). Also it's to fill in a hole that I needed filled (cause I'm lazy) to switch the scene for more programs than just SC2 and LoL (such as using R1CH's or HellGreen's programs)

I also didn't want to learn .NET as I don't like it, and prefer to learn languages that can be run on (roughly) all the systems (and C/C++ memory stuff makes my brain hurt)

This should work for all (Windows) Systems, but I'm not sure. I know it works on Windows 7 64 bit at least..

(I'll probably update this less frequently... check site for the more/most up to date source code)
(downloads once I have exe files would be updated here probably more frequently however)

Currently Detects (and somewhat acts upon)
- Guild Wars 2
- SC2 Menu
- SC2 "In Game"
- Desktop
- Xsplit Broadcaster (live and not) - ignores it however
- (at least) windows 7 alt tab functionability ("Task Switching") - But also ignores it
- Osu!
- BW "In Game" - Meaning Main Menu, Lobby, and when you're actually ingame ... goes back to Desktop while you're in Battle.Net chat windows
- Magic the Gathering Online (Not the crappy new beta version)

Requirements
- Python 2.7 (NOT SURE ABOUT 3.x… maybe works, maybe not)
- Auto-it
- Python for Windows extentions (for the python version, in this case, 2.7) http://sourceforge.net/projects/pywin32/files/pywin32/Build 217/
- Have both Python 2.7 and Autoit both the same bit. as in 32 bit, or 64 bit. If your computer is 64 bit, you can use either 32 or 64 bit (I’m on a 64 bit computer, but I’m using 32 bit because pygame doesn’t support 64 bit too well)

See the blog post on my site for the license text (BSD), and my important notes about the program, as well as how Xsplit's Buttons are like atm (like what's Button1, Button2, etc)

Current Source (1.0) that I have at the moment... (sorry it's messy)
--> EDIT: since the whitespace was truncated, I uploaded it to pastebin for now: http://pastebin.com/N3KEuSwN
(save it as something like "Scene Switcher.py")

Changelog
9/1: 1.0 release
(forgot what happened before cause I didn't have timestamps of what happened...)

NOTE: if you don't really know coding, I'd suggest you wait before trying to use this program for now... or rather wait until I have the program read configuration files...


Hope you all like it T_T, or at least find it interesting...

EDIT: Derp, the forum software kills the whitespace X_X, uploaded to pastebin

Twitter: @zhurai | Site: http://zhurai.com
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
September 09 2012 08:41 GMT
#2
Would it be possible to have this trigger local recording when you're in and out of a game? That is, when a game (in BW) starts, it starts local recording, and when you end the game, it ends local recording.
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
zhurai
Profile Blog Joined September 2010
United States5660 Posts
September 09 2012 21:11 GMT
#3
On September 09 2012 17:41 Birdie wrote:
Would it be possible to have this trigger local recording when you're in and out of a game? That is, when a game (in BW) starts, it starts local recording, and when you end the game, it ends local recording.

hmm the problem with BW is that it doesn't have much of an indication (that I know of) that I can use to detect if it's in "ingame" or "bw menu" modes... (I assume using windowed-mode BW)

in SC2 I can detect if it's ingame or menu because of the registry changes (HKEY_CURRENT_USER\SOFTWARE\Razer\StarCraft2)

as for starting/ending local recording...it could be possible...but not via mouse clicks (because everyone has different x/y coordinates where their Xsplit is), so the best option could be to set a hotkey for start/stop local recording, and then make autoit send that...

possibly with http://www.autoitscript.com/autoit3/docs/functions/ControlSend.htm
but I'll have to test it out later for that


but I'm not sure (yet) how to determine if it's BW menu (main menu/etc)/BW lobby/BW ingame states yet


Twitter: @zhurai | Site: http://zhurai.com
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
September 09 2012 22:05 GMT
#4
You'd have to detect memory address changes. You can use a debugger like OllyDBG, and search for changes from when out of a game and when in a game. Keep filtering it down until one is found that's stable for every game, then detect when that byte is changed to trigger the local recording.
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
September 09 2012 22:15 GMT
#5
On September 10 2012 07:05 Birdie wrote:
You'd have to detect memory address changes. You can use a debugger like OllyDBG, and search for changes from when out of a game and when in a game. Keep filtering it down until one is found that's stable for every game, then detect when that byte is changed to trigger the local recording.

Well then mr. howdy doody, why don't you do this for him?
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
September 09 2012 23:19 GMT
#6
On September 10 2012 07:15 CecilSunkure wrote:
Show nested quote +
On September 10 2012 07:05 Birdie wrote:
You'd have to detect memory address changes. You can use a debugger like OllyDBG, and search for changes from when out of a game and when in a game. Keep filtering it down until one is found that's stable for every game, then detect when that byte is changed to trigger the local recording.

Well then mr. howdy doody, why don't you do this for him?

Ohi Cecil, it's Jack from SEN :D

I don't know Python, am not very good at programming, and don't have time for the next...3-4 weeks. Otherwise I would be happy to :D after Thursday I could probably have a look for an address that works but making it trigger anything is beyond me.
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
zhurai
Profile Blog Joined September 2010
United States5660 Posts
Last Edited: 2012-09-10 00:17:55
September 10 2012 00:16 GMT
#7
On September 10 2012 07:05 Birdie wrote:
You'd have to detect memory address changes. You can use a debugger like OllyDBG, and search for changes from when out of a game and when in a game. Keep filtering it down until one is found that's stable for every game, then detect when that byte is changed to trigger the local recording.


too... time... consuming T_T

On September 10 2012 07:15 CecilSunkure wrote:
Show nested quote +
On September 10 2012 07:05 Birdie wrote:
You'd have to detect memory address changes. You can use a debugger like OllyDBG, and search for changes from when out of a game and when in a game. Keep filtering it down until one is found that's stable for every game, then detect when that byte is changed to trigger the local recording.

Well then mr. howdy doody, why don't you do this for him?


Cecil graces this semi programming thread with his presence o..o

On September 10 2012 08:19 Birdie wrote:
Show nested quote +
On September 10 2012 07:15 CecilSunkure wrote:
On September 10 2012 07:05 Birdie wrote:
You'd have to detect memory address changes. You can use a debugger like OllyDBG, and search for changes from when out of a game and when in a game. Keep filtering it down until one is found that's stable for every game, then detect when that byte is changed to trigger the local recording.

Well then mr. howdy doody, why don't you do this for him?

Ohi Cecil, it's Jack from SEN :D

I don't know Python, am not very good at programming, and don't have time for the next...3-4 weeks. Otherwise I would be happy to :D after Thursday I could probably have a look for an address that works but making it trigger anything is beyond me.

I barely know python.
like I said, this is my first _actual_ at all program in python anyways (I skipped hello world >> << >>) :DDDD



as for making it trigger...

I found that
1) trying to do Control+b, down (until local recording), enter...... doesn't actually do anything
2) trying to use ControlSend() function in autoit does absolutely nothing when trying to send anything to XSplit
3) the only thing that works is Send() (which technically just sends it globally to the computer from what I get?)

basically
set a hotkey in the Xsplit for Local recording/live to something that you probably won't press (such as something like Shift+Ctrl+Alt+F12 or something)
make the program send autoit the hotkey to the computer (Send() rather than ControlSend()) the hotkey ... if the address changes or whatever

using...for example
autoit.Send("!{F1}")

(Sends basically Alt + F1 to the computer, which starts the XSplit Recording)

where...
! = alt
+ = shift
^ = ctrl



hmm I really should've had it as an EXE file and released it like that I guess... judging from the lack of replies or anything D:
Twitter: @zhurai | Site: http://zhurai.com
Please log in or register to reply.
Live Events Refresh
Replay Cast
00:00
DH Dallas | TheStC Showmatch
CranKy Ducklings98
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft492
StarCraft: Brood War
firebathero 81
Dota 2
monkeys_forever78
League of Legends
Grubby3470
Counter-Strike
summit1g9522
taco 835
Other Games
shahzam796
Artosis575
JimRising 412
Maynarde190
Pyrionflax164
Mew2King66
RuFF_SC210
Organizations
Other Games
gamesdonequick1622
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• davetesta129
• Hupsaiya 69
• Mapu8
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• Ler45
League of Legends
• masondota2771
• Stunt271
Upcoming Events
Wardi Open
10h 16m
PiGosaur Monday
23h 16m
The PondCast
1d 9h
Replay Cast
1d 23h
RSL Revival
2 days
WardiTV European League
2 days
Replay Cast
2 days
RSL Revival
3 days
WardiTV European League
3 days
FEL
3 days
[ Show More ]
Korean StarCraft League
4 days
CranKy Ducklings
4 days
RSL Revival
4 days
FEL
4 days
Sparkling Tuna Cup
5 days
RSL Revival
5 days
FEL
5 days
BSL: ProLeague
5 days
Dewalt vs Bonyth
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2025-06-28
HSC XXVII
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
Acropolis #3
KCM Race Survival 2025 Season 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
Championship of Russia 2025
RSL Revival: Season 1
Murky Cup #2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025

Upcoming

CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
K-Championship
uThermal 2v2 Main Event
SEL Season 2 Championship
FEL Cracov 2025
Esports World Cup 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
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.