Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Cards have their own sticker version you may need to search on the respective bag
For those with saved games, the nil error usually comes from a card that should not be in the deck, like a card that was to be with sticker and you left it in there
Also there is an error when clicking end turn, mentioning a nil value.
when loading the mod, part of the table, where the cards are played, is not loading (it doesn't locate that part of the table), very strange.
@Jockey with all the work needed to add the expansion and 2 more sits, sorry but no, would not work on a humongous project again :P
I have a problem, it seems like part of the table is not loading.
WWW Model Error: Cannot resolve destination host at [ http://pastebin.com/raw.php?i=JpPS3kqt ]
How do I resolve it?
Unrelated, but anyone have any guide they can point me to for adding new components? I've figured the majority of it out, but I mostly can't figure out how to script new tokens like fruits and new artifacts for setup and the Scrying Pool extra adventure card.
For reference, had just finished doing the epilogue steps for the first game.
I then click on the Scoring Phase button once so that it now shows New Game. I then click on Reset Game and confirm Yes at the top right of the table. It proceeds to splay all the cards across the bottom of the table among other errors. I tried reloading and doing various combinations of several things but nothing is working correctly. I'm not sure if I'm supposed to reset anything manually first or stamp/decal something differently so it doesn't mess it up. Any help is appreciated, thanks!
After the tomes get upgraded they don't seem to be shuffled before being dealt out to the adventure row. We found this out very late into the campaign and shuffled the bag before we did the setup.
Card 134 wants to remove a wight cube from the dragon bag on arrival. If there are none, I believe the co-routine errors out. This is untested, but we ran into it and that was likely the culprit.
The very last thing at the end of the campaign that the winner gets, doesn't seem to be in the mod. If you'd like to add that I did scan mine so we could see and experience that part of it. You may have this somewhere, but we couldn't find it.
Again, wonderful job. It was a great experience digitally. Thanks for putting this together!
You can manually change the state of the item that places the tokens and replace it to anywhere you need to, as long it is not the last one cause it deletes it self you can do that.
The Set changes it state and moves a script zones to that place, where the setup script will plave a Dran or Wight cube, reason why just click once and put it aside, so every time you do the setup it will place there the needed wight or dran token
I believe its the marker next to the major secret thing in the top right as well as what ever is under the major secret button there.
reviwing the onload variables, if you refer to this ones those are scripting zones.
baseDeckGuid = GetDeckOrCard("162145")
vaultDeck = GetDeckOrCard("bf60bd")
Not sure if anyone else had any issues during reset game
1. Load a brand new copy of the Clank Legacy workshop file.
2. Add a few vault cards to the vault.
3. Save and load the game.
4. Click reset game. It will error when it gets to the vault step.
It looks like the "vaultDeck" variable is set to a deck object when the script loads, but that deck's GUID changes during the reset script when all the cards are being shuffled around. The final steps of the reset script appear to try to reference the first deck which no longer exists, causing an "attempt to index null value" error.
I was able to fix it in my copy by adding:
vaultDeck = GetDeckOrCard("bf60bd")
to the script, between lines 1135 and 1136, immediately before the line that says "if vaultDeck then"
I don't think the fix causes any further issues, but somebody who knows what they're doing should probably take a look and make sure it doesn't break anything else.
5C7894E34F56AB10889E45D4FA1D863D3509635D
2D31BCC52BFA22BB48D97F28F83C26069D08CAE2
0767EBE8D387788520C445DF8908FFF4EC541B27
07B1166B548FB297B074EC12F90429D1485D41AE
E41D90FC08183346BC4078535180A6F326DBF5D5
3CC8D12BA4A4CC32BCDD4D70753AF017660162C2
2F5793B1ECB8E010EB1D90C109749949F1F53C2E
C6407734795B6A204DDACFDEE617300EFA644968
49B6D24930C5F598EA0454D7164E5B929B155044
9EC41FBC6045EA1236E9EBE1E81DC8392290D537
9EC41FBC6045EA1236E9EBE1E81DC8392290D537
B6FC953C957BF4E6C4F76A847CBACE09CA9CB24C
07D1E976A280224C84F82210AD53F3AA85D98C16
https://i.imgur.com/2308WWc.jpg
https://i.imgur.com/sBk044Z.png
Would love help if you have any! Everything else is so clearly scripted well.