<< Back to Programming Forum   Search

Posts 1 - 5 of 5   
MOD dev - Cannot specify local DEV path: 11/21/2017 06:05:17

TheMicah
Level 55
Report
I'm trying to develop a mod but am having trouble specifying a local path to my mod.

If I execute `pwd`, I get the path /Users/mhuff/warlight/ExampleMods/AirdropMod

Putting that into the Unity new mod UI, I get the error that that path does not exist on my local machine.

Is this is a known problem? Workaround?
MOD dev - Cannot specify local DEV path: 11/21/2017 06:12:21


TBest 
Level 60
Report
You need the full path. Like, the part that is before users as well.

Easiest way is just to go to the folder where your mod is, and copy the path from there.

EDIT: A workaround is just using github from the get go. Not something i would recommended, but possible. Main benefit is that you are not deepending on using your computer ofc. In other words you just start at the multiplayer testing stage.

Edited 11/21/2017 06:25:13
MOD dev - Cannot specify local DEV path: 11/21/2017 06:24:04

Fizzer 
Level 64

Warzone Creator
Report
/Users should be a full path on a mac. I'm not sure why it wouldn't work, does it work if you add a / at the end?
MOD dev - Cannot specify local DEV path: 11/21/2017 14:18:03

TheMicah
Level 55
Report
Fizzer - I've tried both with and without the / at the very end. I'm running Chrome 62.0.3202.94 on OS X High Sierra. I was able to push to github and use that but that's definitely less-than-ideal from an R&D perspective. I'm guessing it is some sort of setting in the browser that is preventing access?
MOD dev - Cannot specify local DEV path: 11/21/2017 16:46:40

Fizzer 
Level 64

Warzone Creator
Report
Please download the standalone version from here and it will work: https://www.warzone.com/Forum/249786-warlight-unity-alpha-now-available
Posts 1 - 5 of 5