Skip to content

Commit

Permalink
Update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeeeeeeeeen committed Nov 15, 2019
1 parent b251801 commit f4634e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Projectiles/Options/OptionBaseObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ namespace ChensGradiusMod.Projectiles.Options
public abstract class OptionBaseObject : ModProjectile
{
public const int DistanceInterval = 15;
public const int MaxBuffer = 150;

protected const int KeepAlive = 2;

private const int MaxBuffer = 150;
private List<int> playerAlreadyProducedProjectiles = new List<int>();
private List<int> projectilesToProduce = new List<int>();
private bool isSpawning = true;
Expand Down
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
displayName = Chen's Gradius Mod
author = blancfaye7
version = 0.9.4.1
version = 0.9.4.2
homepage = https://forums.terraria.org/index.php?threads/chens-gradius-mod.83289/
hideCode = true
hideResources = true
Expand Down
12 changes: 11 additions & 1 deletion forum.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Hello. I decided to share my mod here in the forums. I'm not very good at documenting, but it will improve as time passes. Without further ado...

[ATTACH type="full" alt="ChensGradiusModBannerCropped.png"]228045[/ATTACH]
[B][U][SIZE=6]Mod Version: 0.9.4.1
[B][U][SIZE=6]Mod Version: 0.9.4.2
tModLoader: 0.11.5[/SIZE][/U][/B]

I have always been a fan of the classic side-scrollers, so I made a mod related to it. On top of that, I want to learn C# as well. It is still a small mod, so content is not abundant.
Expand Down Expand Up @@ -202,6 +202,16 @@ If you are curious about what our current plans are, you can look them up on the
Here is the link: [URL='https://github.com/cheeeeeeeeeen/Chens-Gradius-Mod/projects/1']Gradius Mod Project Board[/URL]

[SPOILER="Changelogs"]
0.9.4.2
- Reduce damage reduction of large enemies, currently Moai and Big Core and future enemies
- Reduce defense to 0 of large enemies
- Increase Health of large enemies
- Fix a bug where a silent exception is being made which causes the Options to disappear and respawn
- Fix a bug where the Search Option cannot retarget due to a bad condition
- Add more Option rules to support weapons from other mods (still incomplete)
- These mods are still specific to Calamity, Thorium, Spirit, Bluemagic and Crystilium
- Decrease the buffer size of Options to settle FPS drops

0.9.4.1
- Adjust Search option variables for a faster and crisper movement
- Allow Search Options to find a new target after their old target is dead
Expand Down

0 comments on commit f4634e3

Please sign in to comment.