• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Recent content by InTheLight

  1. InTheLight

    Tutorial Trade Back Guy

    InTheLight submitted a new resource: Trade Back Guy - a guy who will return your trade for evolutions Read more about this resource...
  2. InTheLight

    v21.1 Trade Back Guy

    This is possibly compatible with more than just 21.1 First time using Giphy so if the video breaks im sorry! anyways inside the script called "005_UI_Trading" at the bottom just add def pbTradeBackGuy(npc_name = _INTL("Tradeback NPC")) # Filter: non-egg can also add && !pkmn.shadow...
  3. InTheLight

    Tutorial Sacrifice for stat machine!

    InTheLight submitted a new resource: Sacrifice for stat machine! - sacrifice 1pkmn to power up another of the same Evo Family Read more about this resource...
  4. InTheLight

    v21.1 Sacrifice for stat machine!

    This may be compatible with other versions, it for sure will be with minor edits. (this was technically made with Essentials GSC V21.1 but will still work with Essentials V21.1) Add this script above main and name it whatever you want or "tradeOffMachine" def tradeOffMachine if...
  5. InTheLight

    Ghosting Images V21.1

    Hey so I have had some issues with ghosting images or images that will cling to the screen if I get into a battle (for some reason the bug contest battles don't seem to do it...) well anyway for me it clears its-self up in about 10 seconds but for Joi Play players it travels with them until they...
  6. InTheLight

    Short-term Pokémon gen2 Engine Recruitment

    That part will be done after the engine is complete, for my own personal projects though im fine with sharing the server in the end. gonna start with visuals so players can see other players then do a chat and see how i feel at that point. trade probably wont be too many packets to send but a...
  7. InTheLight

    Short-term Pokémon gen2 Engine Recruitment

    I'm currently working on getting the Essentials GSC engine updated to V21.1 and I have a good chunk done. I could really use a hand polishing and fixing up parts like the pc storage screen, title screen, credits screens, and all the little stuff (I have the maps, sounds, and tile sets all done...
  8. InTheLight

    Tutorial pbSetSelfSwitchFlexible

    InTheLight submitted a new resource: pbSetSelfSwitchFlexible - Stop setting selfswitches 1 by 1 Read more about this resource...
  9. InTheLight

    v18 pbSetSelfSwitchFlexible

    Im tired of setting 20 self switches to true or false in 1 event action for instance you can choos 1 item on the ground and after that the other 10 set self switch a to true preventing you fro getting them so you have to do this pbSetSelfSwitch(1,"A",true) pbSetSelfSwitch(2,"A",true) ...
  10. InTheLight

    Resource Prize Wheels

    hey for your earlier versions (18.1-2 maybe all but that for sure) you can update your prize wheel code with this script to get the money to show the ammount as well as the weird money image its near line 69 find this spot @sprites["prize#{i}"] = Sprite.new(@viewport) if @prizecoins == true...
  11. InTheLight

    Resource Missable events and gifts!

    lemiho19 submitted a new resource: Missable events and gifts! - events and gifts you can miss Read more about this resource...
  12. InTheLight

    v18 Missable events and gifts!

    Im sure this script will work for most essentials versions but i made it in 18.1-2 have you ever wanted to have a holliday give away that fully rewards the players who participate? and i dont mean put something in an update and then remove it and as long as the save file exists they still have...
  13. InTheLight

    Joiplay

    joi play is working on pokemon shadow but I used essentials 18.1 so that might be why
  14. InTheLight

    Resource Voltseon's Multiplayer Solution

    so well I think its working now I had to go into config.rb and force the file path to config.ini I still cannot run it with rightclick and open with ruby terminal but when I do ruby file\path\server.rb it now says [10/03/2024 - 07:46:30] Server started on 192.168.#.###:25565. im so close to...
  15. InTheLight

    Resource Voltseon's Multiplayer Solution

    ok so when i run ruby Server.rb i get the no such file or directory error when I right click server.rb and open with ruby Interpreter it opens a cmd box but closes it without running anything I put my Ip in the host = 192.168.#.### (obliviously the actual numbers) the port i kept the same but i...
Back
Top