PythonConsole
PythonConsole copied to clipboard
Cities Skylines mod
Strdate: Great work! This mod is exactly what I need in the C:S game. But I think the project would be even better if this MOD provides the following features:...
I have altered a function in python on my computer, and pasted the altered function into the C:S Python Console. However, the Python console outputs the same value as the...
Something like... `cb = (0,0)`
when I run: `game.create_tree(vector_xz(cba[0].pos.x, cba[0].pos.z),"Alder")` The mod returns: `Error: Prefab 'Alder' not found (source: CreateTree) (script: line 7)` How do I find the proper name for this object and call...
I've been thinking about using some external Python libraries with your mod (downloading them is possible using `pip install --target`) and I've noticed you are not including Python standard library...