Recent content by Zeak6464

  1. Zeak6464

    [Maps] Map pack - Kanto to Sinnoh 2018

    well this took me about 30mins to do https://drive.google.com/file/d/1qEphCLzsh-CYkoBLKjY2eLNVRl5MU_AC/view?usp=sharing ^ This is Sinnoh Towns use the Ctrl+F and search by name of route or town , then go throw the game and look for said map.
  2. Zeak6464

    Forced Evolutions

    Force Evo v19.1 def pbForceEvo(pkmn) allevos=[] pkmn.species_data.get_evolutions(true).each do |evo| # [new_species, method, parameter, boolean] next if evo[3] # Prevolution allevos.push(evo[0]) end return if allevos.length==0 #No evos newspecies =...
  3. Zeak6464

    v19 Check for Update (Main Menu)

    url = "https://someurl.com/version.txt" This checks where to look online for the version number GAME_VERSION this is located in your setting script GAME_VERSION = '1.0.0' version.txt must contain the Game_Version example 1.0.0 In UI_LOAD at def pbStartLoadScreen add in under cmd_quit...
  4. Zeak6464

    [Developing] [Updated Every Year] Pokemon Green Remix

    that version was just to test out some alpha stuff , this is the newest version so far https://github.com/zeak6464/Green-Remix/archive/refs/heads/main.zip
  5. Zeak6464

    Script: Visible Overworld Wild Encounter

    please i really do :D
  6. Zeak6464

    [Developing] [Updated Every Year] Pokemon Green Remix

    https://discord.gg/jx39CAQ
  7. Zeak6464

    Essentials Modular Battle Scene (v18 + v19)

    LMAO this has to be one of the best things i have seen in awhile :D
  8. Zeak6464

    [Developing] [Updated Every Year] Pokemon Green Remix

    There is no Download link on the Forum , this is due to we are working on some big updates. If you want to try out the game before we post on here please join the discord for the current play-test build. We are focusing on a new story right now , and cleaning up bugs as well.
  9. Zeak6464

    Streamer Mode - HUD (Mod FL's HUD)

    it has to reload the map to update
  10. Zeak6464

    Streamer Mode - HUD (Mod FL's HUD)

    Streamer Mode for Essentials v16.2 -> 18.2 See Attachments for "Hud1" & "Hud2" This mode uses the border for it, so make sure you have screen border in your options menu. #=============================================================================== # # Zeak6464 - Modded for Streamer Mode...
  11. Zeak6464

    [Developing] [Updated Every Year] Pokemon Green Remix

    I got the 2nd question fixed
  12. Zeak6464

    Pokemon Region Generator

    Can I add a custom tileset yet ? please say soon 😀
  13. Zeak6464

    [Developing] [Updated Every Year] Pokemon Green Remix

    try this download , and if it doesn't show let me know what it says by joining the discord and posting the issue in #bugs. https://www.mediafire.com/file/ebuzsc5liysp737/Pokemon+Green+Remix+v13.rar/file
  14. Zeak6464

    [Developing] [Updated Every Year] Pokemon Green Remix

    newest update should fix a lot of stuff . https://www.mediafire.com/file/ebuzsc5liysp737/Pokemon_Green_Remix_v13.rar/file
  15. Zeak6464

    [Developing] [Updated Every Year] Pokemon Green Remix

    Update* 6/25/20 +Updated Sprites & Icons +Added Galar Region "Isle of Armor" *Go see Blane* -Removed Neo Bag *due to issues* +Hoenn Region has Encounters & Gym Leaders *still working on story line* +Battle Frontier has been added but is a W.I.P still +Added New Pokemon & Pokemon Forms...
Back
Top