Project Zomboid
Crossbow (Lactose)
Εμφάνιση 31-40 από 89 καταχωρίσεις
< 1  2  3  4  5  6 ... 9 >
Ενημέρωση: 5 Ιουν 2021 στις 12:25

reverted

Ενημέρωση: 5 Ιουν 2021 στις 12:23

Deleted a Lua file that was overwriting a base game lua file which I thought I could not remove but I actually could, for compatibility, it's better than updating the overwriting file every time it's updated in the base game.

Ενημέρωση: 29 Νοε 2020 στις 7:00

Added a compatibility mod for Kitsune's Crossbow Mod, which with a bit of testing seems to work fine.

Ενημέρωση: 28 Νοε 2020 στις 8:39

Fixed this mod being replaced with Kitsune's crossbow mod.

Fixed glitched tooltips on crossbow bolts from Kitsune's crossbow mod caused by his mod using variables named LCquarrelTable and LCquarrelTable, causing his code to override mine and copy LCquarrelTable[ i ] as LCCondition instead of copying LCquarrelTable[ i ][1] (after my code changed). This was fixed by stopping this crossbow mod from showing a custom tooltip on Kitsune's crossbow mod's bolts, which caused an error when it tried to get a number and got a table instead.

Ενημέρωση: 27 Νοε 2020 στις 12:08

Accidentally uploaded Kitsune's crossbow mod instead. I think this was caused by copying Kitsune's crossbow mod into the workshop mod folder instead of to the normal mod folder when I was testing compatibility. PS I think actually I cut and pasted the wrong mod into the folder when going to upload.
D:

Ενημέρωση: 24 Νοε 2020 στις 10:28

Fixed bolts shot into zombies defaulting to wooden bolts caused by a lower-case letter instead of upper-case. Fixed it happening with unloading too.

Ενημέρωση: 8 Οκτ 2020 στις 12:10

Something to do with today's Project Zomboid update.

Ενημέρωση: 7 Οκτ 2020 στις 13:00

Fixed a glitch that meant when it was recording the progress made inventing a crossbow, in case you wanted to stop and continue later, and you did fast-forward, it would not be multiplied up, it would be like you were not doing fast-forward. Changed the mod description a bit.

Ενημέρωση: 10 Σεπ 2020 στις 16:48

Fixed a smooth bracket being somewhere instead of a curly bracket.

Ενημέρωση: 10 Σεπ 2020 στις 10:31

Improved some of the code. Added the ability to shoot bolts from Kitsune's crossbow mod and Hydrocraft from this mod's crossbows. Fixed a glitch with unloading ammunition that's a weapon, like pencils. Improved the reloading in the right-click menu, and fixed how you could click to load different things into the crossbow but it would load the same ammo type for each option.