Recent content by Eight7

  1. E

    Is PSDK open sourced?

    actually after looking more into PSDK I think I am better off sticking with unity but still curious to see the answer to my question
  2. E

    Is PSDK open sourced?

    TL;DR is it permissible for me to use PSDK to make an independent game with its own art assets names and game mechanics (I own the copyrights and trademarks to all assets I would be using) So I was reading that psdk is open sourced but I just want to make sure if that means that I could release...
  3. E

    [Question] anyone do map commission

    so I am not making a pokemon game but I am making a monster catching game and I am looking for someone who can just design an overall picture of the map not marking locations but just overall drawings of where stuff are like where the volcano is Beach forest and mountains etc. I don't know how...
  4. E

    Can I use fakemons I make for other games

    yeah only made by me thank you for clearing that up I just wanted to know before putting my sprites out there
  5. E

    Can I use fakemons I make for other games

    No I just mean that a lot of these monsters/pokemon I have made were being originally made for a fan game I was working on but then I got the idea to make a my own game with them at least the ones I made and I just wanted to know if that meant if I use them are they still mine or are they...
  6. E

    Can I use fakemons I make for other games

    So I am making a game that is like the monster catching games of pokemon but just untill I finish it I wanted to make a fan game can I make a fan game and legally use my sprites in my game I ask cause in this fan game I have permission to use certain sprites that aren't mine in combination with...
  7. E

    [Scripting Question] Level Caps for Essentials 17.2

    I am in a similar scenario to the person above and "def self.maxLevel" only exists in v18 cause I can't find it in v17.2 is there another way to get this effect but in version 17.2
  8. E

    Heres some free Items/Abilities I made

    So here are the the Items I made first one is the Double Screen (yes basically the one from temtem) I made this one 25% instead of 20% just cause its pokemon and not temtem but you can just change the number from 1.25 to 1.2 if you want 20% Second one is Latent Screen (this item increases...
  9. E

    [Scripting Question] [HELP-ME] wild shinys pokemons with increased IV?

    but won't this only make wild pokemon shiny if the variable is on? is there a way to do this with the shiny variable off?
  10. E

    [Scripting Question] how to make a hm? I want to use a tm as a hm

    so you are trying to have the tm have an overworld effect? cause if you want it to do an existing effect you can just look at "PField_FieldMoves" and find teleport and headbutt those are tms with overworld effects or are you trying to make an existing HM into a tm cause you can just make it into...
  11. E

    Script: [Essentials v17] Following Pokemon v 1.4.1

    is there a way to blacklist certain pokemon like legendaries so that they don't appear walking behind you I know most people probably like to have a huge legendary walking behind them but it looks weird to me in my game
  12. E

    [Scripting Question] I made a new breeding item its code allows the game to work but when I use the item it crashes the game anyone know why?

    I've actually fixed the error message now but my problem is that in doing so I don't know how to make the item I created pass down 2 different ivs from two different pokemon to the offspring because the way I did it was I tried this aswell I even tried this But when I tested the item being...
  13. E

    [Scripting Question] I made a new breeding item its code allows the game to work but when I use the item it crashes the game anyone know why?

    I keep forgetting to put this in the title but this is for essentials 17.2 ivinherit[i]=PBStats::HP,PBStats::SPEED if isConst?(parent.item,PBItems,:STAMINAAUGMENT) ivinherit[i]=PBStats::ATTACK,PBStats::SPATK if isConst?(parent.item,PBItems,:MIGHTYAUGMENT)...
  14. E

    Item that passes the holder's ability in breeding 100%

    Just a heads up I made this in essentials v17.2 I have no idea if it works in v18 it should if daycare scripts weren't changed in v18 I have no idea since I haven't used v18 So I was trying to make this feature work and I asked for help cause I was scared to mess up but luckily I figured it out...
  15. E

    [Scripting Question] How do I make an Item that 100% passes on the item holder ability V17.2

    So I was looking at the coding for daycare breeding and I was wondering how do I make an item that when held by a pokemon the egg will 100% have the ability of the item holder if they are of the same species or evolution line.
Back
Top