Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Go Fish!
#1
Go Fish!
Version: 1.3



Introduction
This little system (hahahaha) grants you three different types of fishing skill games based on the type of fishing tackle you use. You can play a rapid button-mashing speed game when using a fishing rod, a timed reaction fishing game if you use a harpoon, and play out an in-range game as you use a net to try to catch the fish.



Demo
Go Fish!



Instructions
Quite a few in the script itself.



Compatability
Designed for use solely for RPGMaker XP.



Credits and Thanks
Thanks goes to ntzrmtthihu777 who assisted me when I went looking for some fishing graphic resources for the demo, and credits goes to Barubary who released the original fish graphics that were used in the demo. And thanks to OmniChris at Creation Asylum for noticing a syntax bug in a method that brings up a result window if you don't have the right fishing gear.



Terms and Conditions
Free for use. Just give proper credits.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#2
Text to RGSS? I thought it was about going fishing or something the like...
"For God has not destined us for wrath, but for obtaining salvation through our Lord Jesus Christ," 1 Thessalonians 5:9

Maranatha!

The Internet might be either your friend or enemy. It just depends on whether or not she has a bad hair day.

[Image: SP1-Scripter.png]
[Image: SP1-Writer.png]
[Image: SP1-Poet.png]
[Image: SP1-PixelArtist.png]
[Image: SP1-Reporter.png]

My Original Stories (available in English and Spanish)

List of Compiled Binary Executables I have published...
HiddenChest & Roole

Give me a free copy of your completed game if you include at least 3 of my scripts! Laughing + Tongue sticking out

Just some scripts I've already published on the board...
KyoGemBoost XP VX & ACE, RandomEnkounters XP, KSkillShop XP, Kolloseum States XP, KEvents XP, KScenario XP & Gosu, KyoPrizeShop XP Mangostan, Kuests XP, KyoDiscounts XP VX, ACE & MV, KChest XP VX & ACE 2016, KTelePort XP, KSkillMax XP & VX & ACE, Gem Roulette XP VX & VX Ace, KRespawnPoint XP, VX & VX Ace, GiveAway XP VX & ACE, Klearance XP VX & ACE, KUnits XP VX, ACE & Gosu 2017, KLevel XP, KRumors XP & ACE, KMonsterPals XP VX & ACE, KStatsRefill XP VX & ACE, KLotto XP VX & ACE, KItemDesc XP & VX, KPocket XP & VX, OpenChest XP VX & ACE
Reply }
#3
Urp. Left the original 'text' in the link.

BTW: Revised demo coming up tonight. Bug fix.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#4
Very entertaining! I thought it was hilarious the first error I ran into was on line 1337, lol. what are the chances?
Reply }
#5
Yep. Leet. But I caught it before I talked to you in IRC.

Version 1.2 is out. Actually, it was out yesterday. I just neglected a timely bump.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#6
The bug fix is simple :)

Line 1337
Is:
Code:
$game_map.events[@id].direction      =facedir
Should be:
Code:
$game_map.events[@id].direction = $game_player.direction

Or add before line 1337 this :
Code:
facedir = $game_player.direction

And all should work :)
Skills: Android, Ruby, PHP, Linux
Reply }
#7
I thought this was about the card game when I opened it up, but this is way better! I've been trying (unsuccessfully) to make a fishing game with events, but with this, I don't have to. Thanks!
Reply }
#8
Hey, Narzew. I see ya did find the bug too, but I added a little more code while I did that precise fix weeks ago with 1.2. You may like the little extra touch (though I totally forgot what I added). Winking

Thanks wierdalexv. You can thank my sis for wanting a fishing and farming script.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#9
BUMP!
to version 1.3

OmniChris, a member of Creation Asylum, found a glitch that occurred if you attempted to fish without the proper tackle. That didn't take long to fix at all.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }




Users browsing this thread: