Joshua Navarro
|
6860369f37
|
Update to GiftPackage so that bundle will always display current contents.
|
2017-02-28 02:59:49 -08:00 |
Joshua Navarro
|
c7b93c66df
|
Updated most core objects to have a color attached to them for coloring purposes. Also finally finished GiftPackage to have contents in name, and Adjustable lights to do that dynamic recoloring thing I wanted.
|
2017-02-28 02:53:12 -08:00 |
Joshua Navarro
|
b09f0aedfe
|
Finally got around to updating the adjustable lights. The prismatic light uses the same color logic as the spell book to allow for a lot of different variants quite easily. All that would be left for this part is different sprites for the lights.
|
2017-02-27 23:37:37 -08:00 |
Joshua Navarro
|
f8aa3b9d52
|
Minor decription update to Spell.xnb
|
2017-02-27 20:39:49 -08:00 |
Joshua Navarro
|
e48d6132d6
|
Created spells for healing, stamina, crop growth and watering, and warping home. 15 new spells.
|
2017-02-27 20:33:13 -08:00 |
Joshua Navarro
|
daa2dbdc83
|
Updated weatherDebrisSystem with way to clear screen with wind.
|
2017-02-25 03:08:26 -08:00 |
Joshua Navarro
|
20f7d723ed
|
Updated Revitalize.WeatherDebrisSystem to you know, be a system. Still need better way of cleaning up the system.
|
2017-02-25 00:37:43 -08:00 |
Joshua Navarro
|
2a76f772f9
|
Made spell books have a color associated with them, and have it where this is now a particle effect system. Needs to be ported to it's own Sun Drop Mod
|
2017-02-24 21:52:57 -08:00 |
Joshua Navarro
|
da0edd662a
|
Updated to be able to sleep elsewhere as well and have it where the player's new bed data is deleted propperly if they sleep back at the farmHouse.
|
2017-02-24 12:28:40 -08:00 |
Joshua Navarro
|
6037612657
|
Made the MultipleBedsMod that allows the player to go to sleep at different locations.
|
2017-02-24 12:03:45 -08:00 |
Joshua Navarro
|
dc772bda31
|
Made a new mod that allows the player to travel to different locations using the bus stop. Needs warps and stuff but functionality is there.
|
2017-02-23 18:54:39 -08:00 |
Joshua Navarro
|
03e23308f8
|
ADDED IN THE MAGIC SYSTEM!!!! OHH YEA!!!! Also made the magic meter better, just need to add in more magic functions. =)
|
2017-02-23 03:21:15 -08:00 |
Joshua Navarro
|
c6081a1eaf
|
Merge branch 'master' of https://github.com/janavarro95/Stardew_Valley_Mods
|
2017-02-22 22:04:18 -08:00 |
Joshua Navarro
|
b93fab952e
|
YUP
|
2017-02-22 16:56:25 -08:00 |
Joshua Navarro
|
503bbb6e76
|
Added in magic meter. Needs better positioning.
|
2017-02-22 16:54:25 -08:00 |
janavarro95
|
4ca2e932a6
|
Update ReadMe.txt
|
2017-02-22 15:50:18 -08:00 |
Joshua Navarro
|
433126a640
|
Realized that I needed to include more things into my github. Woops.
|
2017-02-22 15:41:55 -08:00 |
Joshua Navarro
|
57826e4a0b
|
FINALLY UPDATED ALL MODS to SDV 1.1 and SMAPI 1.8. Also wrote a program that updates all of my mods with a single click. Good to just run SMAPI updates, but will still need to manually modify if there are bugs.
|
2017-02-21 23:29:00 -08:00 |
Joshua Navarro
|
e433933e04
|
Finished Work on farm swaping feature. Now User can set custom icons for farms, swap between maps, left over water is removed, and the ui has been cleaned up. It seems the menu can also natively support up to 50 maps, 5 vanilla, 45 custom. Job well done.
|
2017-02-20 01:19:32 -08:00 |
Joshua Navarro
|
a3ce16a4fa
|
Implemented a very basic system to load in multiple custom farm maps and have the farm switch to be that map without having to replace the farm file every time.
|
2017-02-19 04:54:13 -08:00 |
Joshua Navarro
|
218a27f4ae
|
Updated the RevitalizeUpdater.bat to copy compiled content to Stardew Valley/Content folder as well as copying the .bat to the github directory for uploading.
|
2017-02-16 11:05:58 -08:00 |
Joshua Navarro
|
712142dc81
|
Made an updater program simply so I could update everything by clicking on an icon on my taskbar. Can't tell if I'm lazy or not, but it seems really cool.
|
2017-02-16 03:03:56 -08:00 |
Joshua Navarro
|
617c4b4f71
|
Made a pretty big chnage to workflow to allow for a single .bat file to copy over all of my resorurces from my external working directory to my github as well as compiling all of the contnet using xnb_node and then building the mod from scratch. Good if I want everything to be updated all the time.
|
2017-02-16 02:05:59 -08:00 |
Joshua Navarro
|
440e9b12d2
|
Updated Core Object's drawWhenHeld Code to be more easily managebale and made it where the ExtraSeeds now draw the correct sprite when held. TODO: Make my art look less garbage.
|
2017-02-15 18:35:57 -08:00 |
Joshua Navarro
|
02757fa3b8
|
Finally finished art for blue charm, and added in some functionality for seeds to allow things like better descriptions for them.
|
2017-02-15 17:56:25 -08:00 |
Joshua Navarro
|
7e676f8862
|
Updating the serializing features to save/load everything correctly when loading objects back into the world.
|
2017-02-06 12:32:16 -08:00 |
Joshua Navarro
|
3148eef264
|
Updated the serialize functions to activate on load/save, not on bed position. Also can handle placing objects too and from world.
|
2017-02-06 11:26:13 -08:00 |
Joshua Navarro
|
b794c97152
|
Updated to include a list of cues that didn't work, because maybe they are just bad cues.
|
2017-02-01 14:39:23 -08:00 |
Joshua Navarro
|
de994ccc83
|
Created a program that gets all of the cue names from a hex dump file so I can call specific music while playing StardewValley.
|
2017-02-01 12:54:29 -08:00 |
Joshua Navarro
|
ad44ca8014
|
Added in way to add in new crops.
|
2017-01-30 22:54:16 -08:00 |
Joshua Navarro
|
e0a69e5f7a
|
Yay
|
2017-01-30 22:51:50 -08:00 |
Joshua Navarro
|
749bfdb24a
|
Fixed some removal issues with the trackedTerrainFeatures List
|
2017-01-06 23:38:28 -08:00 |
Joshua Navarro
|
3a012cae5e
|
Added in a feature where crops can be planted on hoeAble dirt outside the farm. Also updated the feature to water those tiles when it is raining.
|
2017-01-06 23:21:34 -08:00 |
Joshua Navarro
|
57b70e53fe
|
Updated the serializer to allow for Spawner and GiftPackage classes.
|
2017-01-01 15:27:06 -08:00 |
Joshua Navarro
|
e2fe241d33
|
Fixed some bounding boxes, and decoded to make decorations and machines modular for easier codding and better asthetic potential. Also added in gift boxes which can be used to get multiple items at once. Guess they act as "loot bags" and "presents" as well.
|
2017-01-01 15:12:02 -08:00 |
Joshua Navarro
|
769bbd1bc6
|
Added in Modded Game Locations that allow for larger object placement. Need to fix most of the functions so that they properly work again as well.
|
2017-01-01 03:35:45 -08:00 |
Joshua Navarro
|
19e4f7c0a8
|
Merge branch 'master' of https://github.com/janavarro95/Stardew_Valley_Mods
|
2016-12-31 21:57:48 -08:00 |
Joshua Navarro
|
d57dfaf2b0
|
Added in 2 new functions that show the object's category, and color that text. Unless I make a class that extends from GameLocation, I won't be able to make furniture with a larger hitbox.
|
2016-12-31 21:53:59 -08:00 |
janavarro95
|
560fc9f26e
|
Update ReadMe.txt
|
2016-12-30 02:52:36 -08:00 |
janavarro95
|
92138fce42
|
Update ReadMe.txt
|
2016-12-30 02:52:03 -08:00 |
janavarro95
|
0ae95511fc
|
Update ReadMe.txt
|
2016-12-30 02:51:36 -08:00 |
janavarro95
|
9d65f401f0
|
Update ReadMe.txt
|
2016-12-30 02:50:51 -08:00 |
Joshua Navarro
|
1f3ad084a8
|
Merge branch 'master' of https://github.com/janavarro95/Stardew_Valley_Mods
|
2016-12-30 02:49:37 -08:00 |
Joshua Navarro
|
905ef3a8d0
|
Upgraded the serializer to have function pointers to parse and serialize code as well as added in quarries! Woo!
|
2016-12-30 02:44:34 -08:00 |
janavarro95
|
c8365e5502
|
Create ReadMe.txt
|
2016-12-15 14:49:36 -08:00 |
Joshua Navarro
|
6128c1e1a9
|
Started work on Stardew Valley Revitalize Mod.
|
2016-12-15 14:46:54 -08:00 |
Joshua Navarro
|
04aeb49c76
|
FINALLY updated all my mods to SMAPI 1.3 and SDV 1.1 Also all mods but Symphony and the shops should be Multiplatform.
|
2016-12-08 16:34:28 -08:00 |
Joshua Navarro
|
61e41be188
|
Updated HappyBirthday with some requested fixes.
|
2016-11-08 01:19:56 -08:00 |
Joshua Navarro
|
5e0f9eea3d
|
Uploaded some respective zip files
|
2016-11-03 11:45:43 -07:00 |
Joshua Navarro
|
2cfea23af3
|
Updated Save Anywhere to 1.1 and created a new helper mod called StarDustCore that includes a serializer and some message functionality
|
2016-11-03 11:25:53 -07:00 |