Sid Meier's Civilization VI

Sid Meier's Civilization VI

Free Camera (2018) [DEPRECATED]
Kyl  [developer] 14 Nov, 2017 @ 10:51pm
Bugs
Found a bug? Post here.
< >
Showing 1-15 of 47 comments
Moyocoya 15 Nov, 2017 @ 8:55am 
- When coming back from strategic map, current map zoom setting is lost.
- In WorldInput.lua, the change of local defaultTiltAngle :number = 45; does not work; Itried to set it to 60, no change.

And a question : is there a way to change hotkeys ? I have an AZERTY keyboard :-)
Moyocoya 15 Nov, 2017 @ 9:41am 
Toggle to city screen toggles to modified tilt.
Toggle back from city screen to main map toggle to standard tilt.

It could be interesting to change this in order to :
- have always the same and important tilt when looking at city yields (>60°, that is what I intended to when I tried to modify the tilt default angle) ;
- have any kind of tilt angle when on the map.
Moyocoya 15 Nov, 2017 @ 9:50am 
There is a king of fog on the main map, as if you were looking from far away, even when you are looking somewhat closely.
Kyl  [developer] 15 Nov, 2017 @ 11:49am 
Thanks for the posts. I will add an easy way to change the WASD keys in the future. For now you can search the WorldInput.lua and Control + H to replace any Keys.W with the one you want.

For your zoom/tilt resetting when you go back from Strategic View and City Panel, for now I don't think this can be changed unless I have the mod also replace other files, which I'm hesitant to do because other mods already try to replace them. Maybe there's a way, I'll see.

For now, when coming back from Strategic View or City panel, press T for Tilt mode toggle once or twice, then use Shift + T to cycle between default and your last used tilt. This is the only solution I have for now.

I'm not sure what you mean about the fog, but yes there are some visual glitches when zooming out and angling the map differently.
Last edited by Kyl; 15 Nov, 2017 @ 6:58pm
Kyl  [developer] 15 Nov, 2017 @ 7:01pm 
Setting defaultTiltAngle should be working. Try setting it to defaultTiltAngle :number = 0; and then entering tilt mode. You can use Shift+T to toggle between default and your last value.
Kyl  [developer] 15 Nov, 2017 @ 7:04pm 
Originally posted by Moyocoya:
is there a way to change hotkeys ? I have an AZERTY keyboard :-)

There is an easier way now in the latest update.
Moyocoya 15 Nov, 2017 @ 10:18pm 
Hi again :-)

Concerning yellow and black tiles, I noticed no change. I you can do no better it's not that important since with a low enough angle and not too much zoom out those tiles disepear.

About the "fog", I published two new pictures : the left one is with free cam, the right one with free rotation. You'll see that the right one is much more colored.

Concerning hot keys and default tilt :
- I changed the LUA file for hotkeys to make it work with a french keyboard (AZERTY). It's OK but for the upkey : when I strike it once, it goes up to the end of the map.
- About the default tilt angle, I think my explanations were not clear (sorry english is not my mother tong...). The problem is that when you shift with the T key between the two angles, it shifts between the last settled angle and an angle that has a default set at about 45-60° I guess.
In fact, when playing, you need a default angle at about 30° or less, in order to have a proper view in the city screen. In other words you should be able to shift between an angle that you can change during the game and therefore look at the map the way you want, and a default angle adapted to the city view. Better than that : it could be an automatic shift when your enter the city screen and when you leave it...

I hope I was clear enough this time :-)

And thank you so much to take my remarks into account !
Kyl  [developer] 15 Nov, 2017 @ 10:42pm 
Last edited by Kyl; 15 Nov, 2017 @ 10:43pm
Kyl  [developer] 15 Nov, 2017 @ 10:56pm 
I've been testing changing the W keybind, and its seems to be working fine with different keys for me. That's odd that it registers the button going down, and pans the map, but it doesn't register the button being un-pressed. What key are you using instead of W?

Also, with Tilt Mode: There are two keybinds in case you didn't know:
T key - toggles between default camera behavior and the mod's Fixed Tilt Mode:
SHIFT key + T key - toggles between default and last used tilt, IF currently in Fixed Tilt Mode.

I know its kind of confusing, but that's the way I had to set it up. Does that address what you are talking about or not?
Last edited by Kyl; 15 Nov, 2017 @ 11:12pm
Kyl  [developer] 15 Nov, 2017 @ 11:39pm 
Thanks for pointing out the fog density thing - With the new height profile for the camera, it was putting up fog way earlier than with the old one. Should be fixed in the latest update.
Moyocoya 16 Nov, 2017 @ 9:49pm 
Concerning the pictures, you got it.

The W key with an AZERTY keyboard is the Z key. I made the change in the LUA file as you suggested. I tried once more : same problem, goes straight to the end of the map.

Tilt angle : I think I understood how to swich between the two angles. The problem is that the angle of the default camera is not the one used in the vanilla version. The view is too low (the angle is around 60°), therefore the city view is also too low and it's difficult to manage population in the tiles.

So if you want to have a very low or a very high view on the map with the tilt mode, and an adaptated view for city management (about 30° in the vanilla version) with only stricking one key, it's impossible.

Kyl  [developer] 16 Nov, 2017 @ 9:57pm 
Ah, okay thanks for telling me the key that was causing the problem. I was able to reproduce your issue. It seems to be an odd issue with the Z key. Here's a temporary fix until the next update:

- Open WorldInput.lua
- Press Control + F
- Type in this: if( uiKey == Keys.Z ) then
- Do a search for this line
- Replace the line with this line: if( ( not FreeCam_UpKey == Keys.Z ) and ( uiKey == Keys.Z ) ) then

- This should fix it.
Last edited by Kyl; 16 Nov, 2017 @ 10:07pm
Kyl  [developer] 16 Nov, 2017 @ 10:01pm 
Originally posted by Moyocoya:
. The problem is that the angle of the default camera is not the one used in the vanilla version. The view is too low (the angle is around 60°), therefore the city view is also too low and it's difficult to manage population in the tiles.

So if you want to have a very low or a very high view on the map with the tilt mode, and an adaptated view for city management (about 30° in the vanilla version) with only stricking one key, it's impossible.

Okay, I will check out the tilt curve profiles in the Camera.artdef and see if I can make it closer to the vanilla version.
Kyl  [developer] 16 Nov, 2017 @ 10:01pm 
Working on other improvements to the controls as well. Update will be out soon.
Moyocoya 16 Nov, 2017 @ 10:15pm 
Fine ! Thank you very much !
I hope the modifications I suggest suit you and all the free cam users !
< >
Showing 1-15 of 47 comments
Per page: 1530 50