JoshuaNavarro
|
b65fdeb38d
|
Updated inventory manager to have bug fixes, added in vanilla recipe and recipe books for adding in custom recipes to vanilla furnaces.
|
2019-08-22 13:43:11 -07:00 |
JoshuaNavarro
|
9d3be07daa
|
Got items to be loaded back into player's inventory upon loading a save file.
|
2019-08-21 20:17:27 -07:00 |
JoshuaNavarro
|
c7770cb8d7
|
Fixed more serialization issues. Now to figure out how to get items back to player inventories....
|
2019-08-21 20:03:16 -07:00 |
JoshuaNavarro
|
b24420d368
|
Fixed serilaization issues with not properly reserializing files back into the world.
|
2019-08-21 19:06:17 -07:00 |
JoshuaNavarro
|
bfb0194a66
|
Updated all items to properly use the price set in BasicItemInformation.cs which allows them to be shipped now.
|
2019-08-21 01:39:06 -07:00 |
JoshuaNavarro
|
14fb72fdb9
|
Added in tin ore and made ore be stored in ResourceManager.cs
|
2019-08-16 17:19:20 -07:00 |
JoshuaNavarro
|
0cbae77d28
|
Fixed serialization item converter to have MUCH nicer output for serializing SDV items. Also removed unnecessary TileLocation field from BasicItemInformation.cs
|
2019-08-16 14:35:40 -07:00 |
JoshuaNavarro
|
16d35e2d42
|
Got ores spawning on the farm, finished resource manager statistics, and made ore use proper health values.
|
2019-08-16 12:26:50 -07:00 |
JoshuaNavarro
|
5ce0e5fb19
|
Got ore spawning in the quarry!
|
2019-08-14 21:14:13 -07:00 |
JoshuaNavarro
|
5cf0211339
|
Updated ore spawning to use better handling for floor ranges and easier to add in more varieties.
|
2019-08-13 23:06:51 -07:00 |
JoshuaNavarro
|
768e09cf43
|
Got the code working for ores to properly spawn in the mine!
|
2019-08-13 20:13:27 -07:00 |
JoshuaNavarro
|
9b8c469eb6
|
Fixed ore vein spawning code to spawn ores in the correct spot now.
|
2019-08-13 19:26:20 -07:00 |
JoshuaNavarro
|
ce904efef3
|
Reworked object pools to be more sorted out. Also added in ore veins!
|
2019-08-13 19:05:11 -07:00 |
JoshuaNavarro
|
746d1e1613
|
More comments on future plans.
|
2019-08-05 23:46:06 -07:00 |
JoshuaNavarro
|
1a6ee664b7
|
Added in storage furniture!
|
2019-08-05 23:10:56 -07:00 |
JoshuaNavarro
|
d6fa1672db
|
Finished the work for the first stage of the item transfer menu!
|
2019-08-05 21:19:56 -07:00 |
JoshuaNavarro
|
b022947542
|
Added in hover display text to the inventory menu.
|
2019-08-05 18:03:52 -07:00 |
JoshuaNavarro
|
5af8e025bd
|
Added in arcade cabinet type. Added in seaside scramble.
|
2019-07-25 17:16:14 -07:00 |
JoshuaNavarro
|
bda8c38c7d
|
Organization+ modularity with pages for inventory menu.
|
2019-07-24 14:16:04 -07:00 |
JoshuaNavarro
|
9caaae43b8
|
Added in a simple item display menu with a search field.
|
2019-07-24 08:44:55 -07:00 |
JoshuaNavarro
|
01f239f371
|
Changed animations and animation managers to use Stardust Core. Also started working on Seaside Scramble Lite Edition.
|
2019-07-17 10:18:51 -07:00 |
JoshuaNavarro
|
d8e7fa3ddb
|
MASSIVE rework of Revitalize. Seperated PyTK obj data from Revitalize data, added dependency to Stardust Core and swapped to Stardust's Tetxure2DExtended and TextureManagers.
|
2019-07-16 02:09:42 -07:00 |
JoshuaNavarro
|
c1509c9371
|
Started object manager.
|
2019-05-23 16:53:44 -07:00 |
JoshuaNavarro
|
76aa7f7894
|
Got relative path searching working for texture manager.
|
2019-05-21 12:31:09 -07:00 |
JoshuaNavarro
|
d3fc042b82
|
Fixed searching when not supposed to.
|
2019-05-21 12:19:29 -07:00 |
JoshuaNavarro
|
03d230c4af
|
Merge branch 'Development' of https://github.com/janavarro95/Stardew_Valley_Mods into Development
|
2019-05-21 12:16:52 -07:00 |
JoshuaNavarro
|
072c3d511b
|
Fully fixed the TextureManager scan this time. Issue was with the texture2DConverter.cs file.
|
2019-05-21 12:10:57 -07:00 |
JoshuaNavarro
|
596aedac77
|
Updated texture manager to support content packs but also load in textures without having to hard code them.
|
2019-05-20 03:05:11 -07:00 |
JoshuaNavarro
|
c026702f09
|
Got lamps working with a furniture factory.
|
2019-05-17 11:04:16 -07:00 |
JoshuaNavarro
|
6c02af4596
|
Fixed the light manager not handling removing lights properly. Also have it so now alll CustomObjects handle lights.
|
2019-05-17 09:43:50 -07:00 |
JoshuaNavarro
|
05aeabed12
|
Fixed tables not removing items on clean up.
|
2019-05-16 13:00:43 -07:00 |
JoshuaNavarro
|
e63b48ab6a
|
Fixed tabled held object logic.
|
2019-05-15 22:27:38 -07:00 |
JoshuaNavarro
|
7eaaa44910
|
Fixed ignoring bounding boxes from letting you pick up items again.
|
2019-05-15 14:27:33 -07:00 |
JoshuaNavarro
|
c8a1ce8e86
|
Added in the skeleton for tables but they don't do anything yet. Also the hack for no bounding boxes does make things super derpy for removal/placement of objects.
|
2019-05-15 13:43:09 -07:00 |
JoshuaNavarro
|
c2f5657ef0
|
Got the base working for the FurnitureFactory which makes adding in new furniture objects 100000000x easier.
|
2019-05-15 12:42:48 -07:00 |
JoshuaNavarro
|
e4c734a1d7
|
Forgot to clean out junk mods. However Stardew Symphony has been updated to support hourly music.
|
2019-05-13 10:59:26 -07:00 |
Joshua Navarro
|
839a385b32
|
Rugs work!wq
|
2019-01-21 00:01:07 -08:00 |
Joshua Navarro
|
50a7720bce
|
Updated mods to SMAPI 3.X. Also revitalize: Placement bounds and depth properly work.
|
2019-01-20 23:34:11 -08:00 |
Joshua Navarro
|
0862d7559d
|
Include Happy Birthday content files with mod. Also added in support for Chinese and other messages to be loaded from .json files.
|
2019-01-14 12:26:36 -08:00 |
Joshua Navarro
|
d2173bb24b
|
Got chairs to save as well!
|
2019-01-12 18:12:14 -08:00 |
Joshua Navarro
|
e91313fe08
|
Fixed crash on save with multiple objects.
|
2019-01-12 11:39:24 -08:00 |
Joshua Navarro
|
80bdc98640
|
Removed some logs and cleaned up inventory on failed deserialization of non-existent files.
|
2019-01-12 11:25:45 -08:00 |
Joshua Navarro
|
50577ea889
|
Updated Serializer.cs to delete old files.
|
2019-01-12 10:40:47 -08:00 |
Joshua Navarro
|
d4d62123b0
|
Test for Serializer working on StardewValley items works. Work can continue.
|
2019-01-10 18:32:35 -08:00 |
Joshua Navarro
|
1e9d253281
|
Custom Item converter in progress.
|
2019-01-10 18:15:31 -08:00 |
Joshua Navarro
|
01483cdaff
|
Added warnings when trying to play with revitalize in multiplayer.
|
2019-01-10 13:37:35 -08:00 |
Joshua Navarro
|
7799834f46
|
It compiles in single player but does not like multiplayer.
|
2019-01-10 12:44:10 -08:00 |
Joshua Navarro
|
20c7ba8ad5
|
It seems like project Revitalize will fail unforunately.
|
2019-01-10 11:09:51 -08:00 |
Joshua Navarro
|
49f06533b3
|
Serialization works a bit, just need to incorporate that into the recreate functions for objects.
|
2019-01-10 09:14:16 -08:00 |
Joshua Navarro
|
5b6d02babd
|
unsure how to continue...
|
2019-01-10 02:31:23 -08:00 |