Nazi Zombies: Portable
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Nazi Zombies: Portable Official Community


You are not connected. Please login or register

NZ:P Demo to NZ:P Reboot Waypoint Converter

2 posters

Go down  Message [Page 1 of 1]

MotoLegacy

MotoLegacy
Staff
Staff

Since Jukki decided to reformat the way waypoints are in the Reboot, I wrote a simple Python script to convert old .way files to the new format.

Requires Python 2.X

How to use:

- Place .py file in the directory of your waypoint file
- Run the .py file and give it the title of your waypoint file
   * NOTE: adding the .way extension when it asks for the file name isn't necessary, but it makes no difference whether you do or not.
- ???
- Profit

Click here to download the converter

I only did this so Naievil would love me but he still won't Frown

https://bowling.gdn/home

2NZ:P Demo to NZ:P Reboot Waypoint Converter Empty Python 3.X Mon Jan 01, 2018 12:12 pm

BCDeshiG

BCDeshiG
Member
Member

Ah crap I have Python 3.X
Any chance of a 3.X version?
Nevermind, it works with a simple edit (apparently):

Code:
Before:
originalFile = rawinput("Name of waypoint file: ")

After:
originalFile = input("Name of waypoint file: ")

Nothing else needs changing it seems.



Last edited by BCDeshiG on Mon Jan 01, 2018 12:18 pm; edited 1 time in total (Reason for editing : Fixed)

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum