Quantcast
Channel: Recent Discussions — Unknown Worlds Forums
Viewing all articles
Browse latest Browse all 42799

NS2 Mapping Helper application (replaces 1-click map testing batch files)

$
0
0
I built a little app that some of you may find useful. It is a tool that can be used standalone or as an external tool in the Spark Editor to replace the functionality of the 1-click map testing tool in the sticky thread. Here is what it will do:
  • Overview creation
  • Overlay a .png image of your choice on the overview map.
  • Copy files from "source" to "output" (this part can be disabled in case you use the Builder)
  • Copy files from "output" to "Natural Selection 2/Your_Mod_Name/"
  • Launch NS2 and hotload your mod from "Natural Selection 2/Your_Mod_Name/"

Screenies:

2o6vfkq.pngAJ8tfPU.png

This goes in your %AppData%/Natural Selection 2/Editor/options.xml, though you'll have to modify the paths to suit your own personal directory structure:
<external_tools>
    <external_tool title="Test Map" command="C:\NS2Maps\NS2MappingHelper.exe" arguments="&quot;$(ItemDir)&quot; overviewlaunch"/>
    <external_tool title="Fast Test Map" command="C:\NS2Maps\NS2MappingHelper.exe" arguments="&quot;$(ItemDir)&quot; launch"/>
    <external_tool title="Overview Map" command="C:\NS2Maps\NS2MappingHelper.exe" arguments="&quot;$(ItemDir)&quot; overview"/>
    <external_tool title="NS2 Mapping Helper" command="C:\NS2Maps\NS2MappingHelper.exe" arguments="&quot;$(ItemDir)&quot;"/>
  </external_tools>

As you can see in the screenshots above, you need to tell it where NS2 is installed and tell it whether or not you use Builder. I know it is kind of a silly option, but I'm old fashioned and I don't use Builder except to make material textures.

Download from https://ns2mappinghelper.codeplex.com/

Viewing all articles
Browse latest Browse all 42799

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>