• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Accessing info from a game to a website.

Status
Not open for further replies.
Level 11
Joined
Jun 30, 2008
Messages
580
In Warcraft 3 we were able to use a bot to send information from the game (i.e kills) and send them to our website to keep track of stats (risknextgen.com) we were wondering if there is anyway to access info from sc2 to send to our website?
 
Level 4
Joined
May 13, 2010
Messages
66
You'd have to code a program that extracts the requisite data from the bank file (an XML) and upload it to a server. The user would have to run this program every time they played your map, so it'd also have to be a separate download. Not a problem for single player maps, more difficult for multiplayer maps, especially if the uploaded information is of the utmost importance to your ideas in some way.
 
Status
Not open for further replies.
Top