#๐Ÿ”’ Kovaak's Fps Aim Trainer Theme Parsing

8 messages ยท Page 1 of 1 (latest)

magic rover
#

For the steam game Kovaak's FPS Aim Trainer, does anyone know how the chosen JSON file containing a theme is parsed into the actual game?

I am trying to make an application to change the theme based on the scenario. The various themes are stored within JSON files in a theme folder, but I am not sure how the game actually updates for a specific theme to be chosen. As far as I have seen, it's at least not through file explorer.

Please let me know if you have any ideas!

brisk elbowBOT
#

@magic rover

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

cosmic furnace
#

well I would probably guess it finds the directory the file is located in, then it''ll know where the JSON file is in relation to the file that is running, so it'll probably read & write to & from that file, so you'd have to find the folder/file for the game & then find the JSON file & then you can read & write from there

#
Python documentation

Source code: Lib/json/init.py JSON (JavaScript Object Notation), specified by RFC 7159(which obsoletes RFC 4627) and by ECMA-404, is a lightweight data interchange format inspired by JavaScript...

Python documentation

There are several ways to present the output of a program; data can be printed in a human-readable form, or written to a file for future use. This chapter will discuss some of the possibilities. Fa...

#

if you don't know how to read or write files or handle JSON

cosmic furnace
#

@magic rover ^

brisk elbowBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.