sqlite

  1. M

    Does an external map editor exist ?

    Hello, I recently discovered the “modding” aspect of CIV VI. I obviously want now to create my own mod or map. However, after looking at some threads and testing the WorldBuilder tool, it seems to be painful to create new maps or modify existing maps from the in game tool. This leads me to...
  2. T

    Querying the current gamestate

    Hi all, New to modding and the internals of the game in general. I've been looking through the SQLite tables to get a basic understanding. How does Civ5 store the current gamestate? For example, if I open a single player game, where does the game store the reference for the world that was...
  3. Zugaikotsu

    [GS] SQL Helper for Civilization VI 1.1.0

    Hello all, I've been working on a small project that I hope will be able to assist the modding community. The goal was to help bridge the gap of the understanding of SQL to a more open broad range of people who may not have coding experience or prefer a visual representation of it due to the UI...
  4. I

    [BNW] SQL issues with JFD's Rise to Power

    I'd like to make my mod compatible with Rise to Power. I believe I've done everything that was necessary to make it compatible. However, there is one issue I'm having, which is trying to get my civilization to have unique Government names and Leader titles. For some odd reason, the game always...
  5. Infixo

    SQL DELETE question

    Hi there. Is there a way to delete rows from a table which MIGHT NOT exist without getting any errors or warnings (I know that SQLite doesn't support stored procedures, so cannot use IF).
  6. isau

    Tutorial: Modding with SQLLite Studio (PC)

    Hello everyone, I've relied on the community a lot for help over the past few weeks and wanted to give back with a quick tutorial to help other people along. I'm aware there are some tutorials on using SQL out there, but I didn't see anything grounded in using a particular toolset. The intent...
Back
Top Bottom