I'm running the webui-user.bat and playing in FCHost, and I think I'm close to getting this to work, but in the window I keep getting the error "TypeError: 'NoneType' object is not subscriptable"
I would recommend downloading the files then just running Python's simple HTTP server (this is my recommended option,Thanks for your answers, brothers. I had nothing in the console, since I didnt managed to connect FC to SD opening the HTML file direct in the browser, but it worked using the fchost and everything is running like a charm now.
If someone on future have the same problem, know that you NEED to run the FChost, and for this, check this guide.
You must be registered to see the links
Those sites look even more daunting than what I've been doing. I need a more detailed explanation before I throw out all the work and downloads I already did.I would recommend downloading the files then just running Python's simple HTTP server (this is my recommended option,You must be registered to see the links), or NodeJS serve (You must be registered to see the links), or SimpleWebServer (You must be registered to see the links) if you don't want to install a programming language
For Simple Web Server:Those sites look even more daunting than what I've been doing. I need a more detailed explanation before I throw out all the work and downloads I already did.
I appreciate you trying to help me, really... but I feel like there's some miscommunication here. I could run the game fine before. I'm just trying to get the AI image generation to work. If this is for that then I'm sorry for being stupid but other than a new way to play, nothing's changed..
For Simple Web Server:
You don't have permission to view the spoiler content. Log in or register now.
FCHost does not include a web server; it runs directly from the local file. You can get AI art working with FC running from a file in any decent browser just fine, if you configure XSS and CORS correctly, but the exact steps to do that vary depending on your specific browser.FCHost is a full bundle. It includes a browser (Chromium, already optimized for Free Cities) and a web server: this is why the AI works. But if you don't want to use FCHost, just your favorite browser + a custom web server is enough.
This is a Python error and is probably related to something in your SD setup, not to FC. Make sure you can generate images the usual way from Automatic1111 first.RustDust said:I'm running the webui-user.bat and playing in FCHost, and I think I'm close to getting this to work, but in the window I keep getting the error "TypeError: 'NoneType' object is not subscriptable"
Maybe after the player rework and the male-ness rework.When are they going to expand the lore of Free Cities? It has been some time since there has been anything of heavy importance
How long will that take? because Free Cities has been without a serious and heavy update for a long time nowMaybe after the player rework and the male-ness rework.
you can see the progress at their github pregmodHow long will that take? because Free Cities has been without a serious and heavy update for a long time now
That "progress" is just bug fixes and small eventsyou can see the progress at their github pregmod
That "progress" is just bug fixes and small events
No clue when both will be done. They are both serious mechanical overhauls, player character changes have been going on for a while and male-ness update has been fairly heavily requested for years, presumably male slaves no longer being garbage for being male will result in a bunch of new events for people who play with them enabled and some changes to the lore.How long will that take? because Free Cities has been without a serious and heavy update for a long time now
Is one of the changes making dicks not be XY-exclusive? (outside surgery)No clue when both will be done. They are both serious mechanical overhauls, player character changes have been going on for a while and male-ness update has been fairly heavily requested for years, presumably male slaves no longer being garbage for being male will result in a bunch of new events for people who play with them enabled and some changes to the lore.
If you've installed both a bash-compatible shell terminal and tweego on your android device, you should absolutely be able to build just fine, similar to how you would on linux. I think termux is bash by default, so basically:Obviously I can't compile the game on Android, right?
pkg install tweego
from termux, and make sure that running tweego -v
outputs some lines starting "tweego, version 2.1.1+...." or similar.pkg install git
and clone the repository the usual way../compile.sh
from the root directory of the source tree.