Sid Meier's Civilization VI

Sid Meier's Civilization VI

Sailor Cat's Wondrous Goody Huts
 이 토론은 고정되었습니다. 중요해서 그렇겠죠?
Sailor Cat  [개발자] 2021년 2월 5일 오전 11시 50분
Bug Reports
TO FIX: Some issue with random improvements in Hotseat.

Report bugs here. As much information as possible. Helpful information includes the list of mods you're using, the contents of your Database and Lua logs (found in User\AppData\Local\Firaxis Games\Sid Meier's Civilization VI\Logs), and if a crash, what happened immediately before the crash.
Sailor Cat 님이 마지막으로 수정; 2023년 4월 23일 오후 1시 56분
< >
전체 댓글 52개 중 31~45개 표시 중
Deviain 2021년 3월 27일 오전 4시 44분 
Long time, no see.. ;p Unique unit bonus can, and often does, spawn a Libertador, which has absolutely no stats or effect, it just exists and can scout the map.
Sailor Cat  [개발자] 2021년 3월 27일 오전 8시 11분 
Deviain 님이 먼저 게시:
Long time, no see.. ;p Unique unit bonus can, and often does, spawn a Libertador, which has absolutely no stats or effect, it just exists and can scout the map.
Fixed and updated. Thanks for the heads up. :momozzz:
Bugrat 2021년 5월 10일 오전 6시 25분 
Playing in hotseat with 2 human players and 14 AI. Seeing some strange behavior of meeting other Civs across the world unexpectedly when it shouldn't have been possible (Massive ocean map, ancient era).

I think it's due to the random improvement function of the mod. The same turn that Player 1 got a free Fishery at his capital Player 2 had a splash of vision there and meeting. Oddly enough it doesn't seem to happen for human player 1, only additional human players because P2 also had an unexpected meeting with an AI player previously but nothing happened with P1 in that event.
Sailor Cat  [개발자] 2021년 5월 10일 오전 10시 14분 
Hmm. I'll look into it. Thanks for the report!
yofabronecoforo 2021년 5월 20일 오전 3시 22분 
Error in Lua.log : Runtime Error: ...\Sailor_Goodies_Scripts.lua:54: attempt to index a nil value.

This appeared during an autoplay session, so I can't really pinpoint what exactly was happening when it occurred. However, there was no crash, and the log indicates that other reward(s) were successfully granted before and after this occurred. Upon examining the line in question, I'm guessing there's an issue when the Player ID returned by Events.GoodyHutReward is -1, nil, or otherwise invalid.
Sailor Cat  [개발자] 2021년 5월 20일 오전 10시 51분 
Thanks for the report. I'll check it out.
yofabronecoforo 2021년 5월 22일 오후 11시 09분 
NP. Awesome work, btw. If it helps, the same error popped up in a few other autoplay sessions, with the same surrounding circumstances. I believe that I've fixed it by modifying function Sailor_Expanded_Goodies() as follows:

function Sailor_Expanded_Goodies() -- do nothing if the activating player's or unit's ID is -1 if (playerID == -1) or (unitID == -1) then return; end -- remaining function code is unmodified ... end

With this code present, the error has not manifested in several subsequent autoplay sessions. However, the following error has occasionally appeared, usually following a random unit reward:

Runtime Error: bad argument #1 to 'func' (integer expected, got nil) --> \Sailor_Goodies_Scripts.lua:453: in function 'Sailor_Goody_RandomUnit'

The line in question is:

sailorWaterTileRoll = TerrainBuilder.GetRandomNumber(iNumberWaterTiles, "Water Tile Roll") + 1

Within said file, iNumberWaterTiles only appears in this line.
yofabronecoforo 님이 마지막으로 수정; 2021년 5월 22일 오후 11시 47분
Sailor Cat  [개발자] 2021년 5월 23일 오전 10시 06분 
Thanks again. Haven't looked yet, but iNumberWaterTiles is probably a layover from when I was updating to no longer use variables. I'll fix it sometime today. :momozzz:
Sailor Cat  [개발자] 2021년 5월 23일 오전 10시 49분 
Fixed several things as noted in change notes. Right now the only main thing to look at is hotseat, which is capital-H Hard.
wilfredhartelle 2021년 9월 25일 오전 7시 09분 
you gained a free policy provided me a crouching tiger
Sailor Cat  [개발자] 2021년 9월 25일 오후 2시 45분 
In that case, there were no policies around your era that were available.
alaserdolphin 2023년 1월 14일 오후 6시 49분 
Not sure if this is still maintained, but I've been noticing that if I have this enabled, save and quit (and boot back up later) my game, and then grab a goody hut, they no longer are limited to the options that I selected at game creation. For example, even if I disable random improvement, it can be a bonus given, if after a reboot. Great mod though and I love using it!
Sailor Cat  [개발자] 2023년 1월 15일 오전 10시 09분 
This is the wrong mod to report this on (assuming you're talking about Configurable Goody Huts), but I gave it a test to see if changes persisted. I:
  • Reloaded a save game.
  • Closed the game, deleted the database cache, and reloaded a save game.
In both cases, the changes persisted. While your issue may very well be occurring (and sucks if so), it isn't one I can reproduce. :lunar2019shockedpig: Not much I can do in that case.
Sailor Cat  [개발자] 2023년 2월 2일 오전 11시 54분 
@Mars: We're the barbarian horseman a one off, or something that kept happening? Did it happen at the beginning of the game, or later in the game? Any other info you can share that might narrow down the cause could be helpful.
TideTactics 2023년 2월 2일 오후 12시 59분 
@Sailor Cat. A lot of hosts for Civilization Players League use your goodie hut mods, after the update you did almost a week ago it's been unusable, with random desyncs like every 6 turns. I saw you just recently updated again today so we'll check it out again. Though for your info we run 10 man lobbies with the mods Better Balanced Start, Better Balanced Game, and Multiplayer Helper.
< >
전체 댓글 52개 중 31~45개 표시 중
페이지당 표시 개수: 1530 50