• Hello game master! Welcome to our growing community. Please take a moment to Register (top right button, see how: Slides).

    If you use Campaign Logger, you can use the same login details - we've linked the app to this forum for secure and easy single sign-on for you.

    And please drop by the Introductions thread and say hi.

Output file format in vNext

Lensman

Active member
Platinum WoA
Wizard of Story
Wizard of Combat
I've been trying out the beta for vNext, and ran into an issue:
1614797876088.png

On the logs screen, when I click the download button, I am getting a download of filetype jfproj. I was a bit surprised by this, as I expected the file to be in json format, as it was before (which can make transferring info into another program easier. Is this file still just a basic json file that can be opened in an editor and used as any other normal json file, or will there be new changes that makes the format unreadable by a seperate json application?

Any clarification is appreciated.
 

Lensman

Active member
Platinum WoA
Wizard of Story
Wizard of Combat
JPROF is a JSON file: https://fileinfo.com/extension/jfproj

It seems that "application/json" has been "hijacked" by this file extension - CL always exports JSON.

Is this something I need to check for on my pc, or is it something online?
What is troubling is when i go to the original Campain Logger, the screen is like this:
1614810713207.png

Hope this information is helpful.
Lensman
 

JochenL

CL Byte Sprite
Staff member
Adamantium WoA
Wizard of Story
Wizard of Combat
Gamer Lifestyle
Borderland Explorer
It must be something on your side:

1614841002928.png

Likely you somehow associated all JSON files with this file ending.
You could try the "Save as type" dropdown and see if it offers "*.json".

EDIT: Try to open the new and the old file in a text editor. Both should be plain text files formatted in JSON.
 
Top