3rd party libraries and tools

BorstyBorsty Join Date: 2009-11-24 Member: 69500Members
Hi! I was wondering how UWE and the NS2 community feel about 3rd party tools and/or libraries. And people reverse engineering some of the game files to understand how it all comes together :)

I for myself started parsing the level format Spark uses, not sure where this is going but it sure is an interesting task :)
(What I've gotten so far: <a href="http://pastebin.com/1rtYryXc" target="_blank">http://pastebin.com/1rtYryXc</a> (yes, long and verbose log output))

So, your thoughts about tools/libs? Already working on something?

Comments

  • fsfodfsfod uk Join Date: 2004-04-09 Member: 27810Members, NS2 Developer, Constellation, NS2 Playtester, Squad Five Blue, Squad Five Silver, Squad Five Gold, Subnautica Playtester, NS2 Community Developer, Pistachionauts
    This might be of interest to you <a href="https://github.com/DamienHauta/NS2-Map-Extract/blob/master/MapExtract/Map.cs#L205" target="_blank">https://github.com/DamienHauta/NS2-Map-Extr...act/Map.cs#L205</a>
  • BorstyBorsty Join Date: 2009-11-24 Member: 69500Members
    edited December 2012
    Interesting yes, but I actually want to write .level files instead of just reading entity information :)

    Todays milestone: Get a NS1 map converted (sort of), so far: point data: (yes, x axis is flipped, easy fix)
    <img src="http://i.cubeupload.com/JNewYk.png" border="0" class="linked-image" />

    Making edges and faces/triangles is just a small step ahead, but I need sleep now :)
  • JimWestJimWest Join Date: 2010-01-03 Member: 69865Members, Reinforced - Silver
    The Ns2 editor can directly import Half-Life maps.
  • BorstyBorsty Join Date: 2009-11-24 Member: 69500Members
    <!--quoteo(post=2048472:date=Dec 20 2012, 11:37 AM:name=JimWest)--><div class='quotetop'>QUOTE (JimWest @ Dec 20 2012, 11:37 AM) <a href="index.php?act=findpost&pid=2048472"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->The Ns2 editor can directly import Half-Life maps.<!--QuoteEnd--></div><!--QuoteEEnd-->

    Bsp's are not supported and during a Hl2 *.vmf import it crashed! (which I wouldn't want to import anyway)
  • JimWestJimWest Join Date: 2010-01-03 Member: 69865Members, Reinforced - Silver
    It worked for me after some retries.
Sign In or Register to comment.