6 Commits
6.0.4 ... 6.0.5

Author SHA1 Message Date
infinitefusion
5636c12408 updated minor version number 2024-01-13 16:49:15 -05:00
infinitefusion
869ffbc1a3 basic game download source detection 2024-01-13 16:38:47 -05:00
infinitefusion
2294fddcdd moves power plant key and ice pick to after giovanni 2023-12-07 19:10:38 -05:00
infinitefusion
170b893d99 removed icons for removed items 2023-12-03 13:34:10 -05:00
infinitefusion
602b5d9752 small dialogue fix 2023-12-03 13:22:56 -05:00
infinitefusion
ba6f7f3ab2 froggywoggy 2023-11-30 18:59:21 -05:00
20 changed files with 20215 additions and 3853 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@
module Settings
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
GAME_VERSION = '5.0.0'
GAME_VERSION_NUMBER = "6.0.4"
GAME_VERSION_NUMBER = "6.0.5"
POKERADAR_LIGHT_ANIMATION_RED_ID = 17
POKERADAR_LIGHT_ANIMATION_GREEN_ID = 18

View File

@@ -387,19 +387,19 @@ module GameData
["Ray", "quaza"],
["Ji", "rachi"],
["Deo", "xys"],
["Turt", "wig"],
["Gro", "otle"],
["Tort", "terra"],
["Tur", "wig"],
["Gro", "tle"],
["Tor", "terra"],
["Chim", "char"],
["Mon", "ferno"],
["Infern", "nape"],
["Infer", "nape"],
["Pip", "lup"],
["Prin", "plup"],
["Empo", "leon"],
["Starl", "arly"],
["Starav", "avia"],
["Starap", "raptor"],
["Bid", "doof"],
["Bi", "doof"],
["Biba", "rel"],
["Kri", "ketot"],
["Kricke", "tune"],
@@ -409,8 +409,8 @@ module GameData
["Bu", "dew"],
["Rose", "rade"],
["Cran", "idos"],
["Ramp", "pardos"],
["Shield", "don"],
["Ram", "pardos"],
["Shiel", "don"],
["Bastio", "don"],
["Bur", "my"],
["Worma", "dam"],

View File

@@ -333,7 +333,28 @@ class PokemonLoadScreen
end
end
def detectFakeDownload()
blacklist = ["pokemoninfinitefusion.net"]
current_user_directory=Dir.pwd
for keyword in blacklist
if current_user_directory.include?(keyword)
pbMessage("The game has detected that it has been installed from an illegitimate source which likely contains viruses.")
pbMessage("Please delete the game and reinstall it from the Discord or subreddit")
pbMessage("discord.gg/infinitefusion\nreddit.com/r/pokemoninfinitefusion")
pbMessage("Please also make sure to report the website you originally downloaded the game from to Google.")
return true
end
end
return false
end
def fakeWebsiteDisclaimer()
pbMessage("Reminder: This game does NOT have an official website. The ONLY official sources for the game are game's official discord or subreddit.")
end
def pbStartLoadScreen
return if detectFakeDownload
fakeWebsiteDisclaimer()
updateHttpSettingsFile
updateCreditsFile
newer_version = find_newer_available_version

View File

@@ -1,4 +1,3 @@
RandTrainerNames_male = [
"Mikaël",
"James",
@@ -1067,5 +1066,6 @@ RandPokeNick = [
"Term",
"Vince",
"Thorns",
"Xillo"
"Xillo",
"Froggywoggy"
]

View File

@@ -43,6 +43,8 @@ def handleReplaceExistingSprites()
end
end
def pbCallTitle
#return Scene_DebugIntro.new if $DEBUG
return Scene_Intro.new

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 832 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 826 B