Socket
Book a DemoInstallSign in
Socket

spirited.io/portals

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spirited.io/portals

Go Modules
Version
v1.0.0
Version published
Created
Source

Portals Editor

A simple command-line tool for editing portal locations in a data map (DMap) file. The tool outputs a new-line separated list of portal records for editing in the format of index,x,y. It accepts the same list and formatting when modifying portal records for a DMap. The tool can be compiled using the golang compiler for Windows, Mac, or Linux.

Build Instructions

go get spirited.io/portals
go install spirited.io/portals

Readme

NAME
    Portals - Conquer Online Portal Editor
    Copyright 2018 Gareth Jensen, "Spirited"
    Build 2018.11.15

ABSTRACT
    portals [-o outputfile] [-v] dmapfile

DESCRIPTION
    Portals is a program for modifying Conquer Online data maps (DMaps) with 
    custom portal placement. Replaces the portal section header and content 
    with portal information passed in from standard input.

ARGUMENTS
    dmapfile   File path to the data map to be read or modified

OPTIONS
    -o / -output     Output filename if not replacing the data map
    -v / -verbose    Enables verbose logging (false)
    -? / -help       Shows help documentation and exits the program (false)

EXAMPLES
    portals desert.dmap > portals.txt
    portals desert.dmap < portals.txt
    cat portals.txt | portals desert.dmap
    type portals.txt | portals -o desert_modified.dmap desert.dmap

FAQs

Package last updated on 15 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts