Page 2 of 2 FirstFirst 1 2
Results 11 to 20 of 20

Thread: Heatmaps for Halo Custom Edition

  1. #11
    Kid in the Hall Kornman00's Avatar
    Join Date
    Sep 2006
    Location
    ◕‿◕, ┌( ಠ_ಠ)┘
    Posts
    3,130

    Re: Halo Custom Edition Heatmaps

    Like I said earlier (phrased differently), using a view frustum system with screen <-> world translations you achieve the ability for plotting heatmaps on a image. The image represents the screen of the view frustum. Such systems are how Halo is able to render friendly indicators or nav points on your screen.

    The only software I have installed is Maya (actually I think I uninstalled it to free disk space a while back) and Blender
    Reply With Quote

  2. #12
    Free Kantanomo English Mobster's Avatar
    Join Date
    Nov 2008
    Location
    Southern California
    Posts
    1,932

    Re: Halo Custom Edition Heatmaps

    Run this by me again:
    If you need an overhead view, why don't you just use devcam and zoom out above the level?
    I know it's something about 3D points or whatever, but could you just run it by me one more time?
    Reply With Quote

  3. #13
    chilango Con's Avatar
    Join Date
    Aug 2006
    Location
    Victoria, BC, Canada
    Posts
    8,397

    Re: Halo Custom Edition Heatmaps

    it could look like this

    Reply With Quote

  4. #14
    InnerGoat killed my dakimakura waifu because I didn't post my desk :( jcap's Avatar
    Join Date
    Aug 2006
    Posts
    4,193

    Re: Halo Custom Edition Heatmaps

    I'll explain how this works in a little. If anyone has any interest...
    Reply With Quote

  5. #15
    Kid in the Hall Kornman00's Avatar
    Join Date
    Sep 2006
    Location
    ◕‿◕, ┌( ಠ_ಠ)┘
    Posts
    3,130

    Re: Halo Custom Edition Heatmaps

    Quote Originally Posted by Conscars View Post
    it could look like this
    Using the same concept with how the game renders the hud indicators for friendlies you can have a view frustum from an angled overhead view (or even just a view from a player) then plot points to an image of that view frustum.

    Actually, now I have an idea on how to implement this system while offloading the majority of the work and math to the game >:3
    Reply With Quote

  6. #16
    InnerGoat killed my dakimakura waifu because I didn't post my desk :( jcap's Avatar
    Join Date
    Aug 2006
    Posts
    4,193

    Re: Heatmaps for Halo Custom Edition

    But is there a method of collecting multiple sources of game kill statistics and creating a massive heatmap based off of that?

    I was thinking along the lines of an application which could track every single kill made and then log it into a simple txt file with semicolon separated values. Each game would have a txt file marked by the map name, date, and time. The format of a kill would be (x,y);playername;weapon and the file would be called mapname_yyyymmdd_hhmmss.txt

    Then a compiler, hopefully something that could be run on Linux in a CRON job to update every weekend, would use a set of parameters to build heatmaps for specific maps. The parameters could be something like heatmap -bloodgulch -all which would search for ALL txt files with the prefix of "bloodgulch_". Additional parameters could be specified to compile only heatmaps within the last day, week, or x months. Also, by default it would compile into one single heatmap with all data, but maybe a parameter could have them compile into separate images for those who would want.... (don't know why they would want to though)

    I'll continue this thought later. g2g bbl
    Reply With Quote

  7. #17
    Kid in the Hall Kornman00's Avatar
    Join Date
    Sep 2006
    Location
    ◕‿◕, ┌( ಠ_ಠ)┘
    Posts
    3,130

    Re: Heatmaps for Halo Custom Edition

    Of course there is, OS can record statistical information, such as the positions of where the players died.

    I've been thinking up a different setup for OS which would use an event stream for recording data such as player deaths. It wouldn't be that hard to export to an intermediate format like the one you're suggesting.

    I've never programmed for linux so I'm not exactly sure how something like that would be made. What architecture is linux running on (ie, intel, ppc, etc)? Is it 32 or 64bit?
    Reply With Quote

  8. #18
    HA10 Limited's Avatar
    Join Date
    Sep 2006
    Location
    England
    Posts
    7,800

    Re: Halo Custom Edition Heatmaps

    Quote Originally Posted by Kornman00 View Post
    Actually, now I have an idea on how to implement this system while offloading the majority of the work and math to the game >:3
    Perhaps rendering objects in-game at the position of the kills/deaths? Then just use your previously said method of obtaining high res images and stitching them.
    Reply With Quote

  9. #19
    and Masterz1337 too! Advancebo's Avatar
    Join Date
    May 2008
    Location
    Georgia, USA
    Posts
    2,012

    Re: Heatmaps for Halo Custom Edition

    And then maybe someone could make a site for the heatmaps, and its updated every 24-48 hours?
    Reply With Quote

  10. #20
    Free Kantanomo English Mobster's Avatar
    Join Date
    Nov 2008
    Location
    Southern California
    Posts
    1,932

    Re: Heatmaps for Halo Custom Edition

    That site, if Jcap's insinuating what I think he's insinuating, would be Modacity, my friend.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •