• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Forum moderator applications are now open! Click here for details.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
N
Reaction score
6

Profile posts Latest activity Postings About

  • You have to do everything from the command line by ssh, unless you install a GUI which is not something particularly simple. Unfortunately I don't currently have the time to set it up (maybe in a month or so I will) for you but the process is simple enough. Go for an Ubuntu server. Once you have ssh'd into the server (on windows, get an app called winscp and do a search on how you can ssh with that app), make sure you're the root user ("root su", then type the root password provided by the company.

    To install ruby: "apt-get install ruby". For mysql, there are plenty of guides online on how to get a mysql running on command-line on ubuntu so search for one of those and follow that. Make sure you create a user and table on the mysql that matches the configuration files in PE:O.

    To run the server, navigate to the folder by command line and run "ruby main.rb".

    Again, if you can wait a month, I might be able to do it for you then.

    And don't worry about your 'cluelessness' lol. Everyone has to start somewhere, I definitely did. I'm more than willing to help, it's just the amount of time I can afford to dedicate is small.
    Hi Suze,
    Sorry for being off the radar lately, I've been very busy with other commitments. With regards to the VPS, pretty much anything will do. Windows or Linux will work, you just need to install ruby and a MySQL server and you should be good to go, the instructions in the PE: O folder are pretty easy to follow so I don't think you'll have any problems with that. If you do, just give me a shout on here or reddit and I'll see if I can help.
    Also, how exactly did you make that gif playable during the intro scene? Whenever I try putting gif, it moves, but there's a white background even though everything's transparent(Gimp changes it into index mode instead of rgb). Tried to also save it as png, but that stops it from moving period.
    For now let's see if we can get it working, and work out the kinks. At absolute worst case scenario we black list a lot of Pokemon.

    Only other issue our starters have boosted stats between our games. Not sure how that would change during the trade.
    It's all up and running :) (As far as I can tell from single player...) I can upload Pokemon perfectly. Can't really check looking for one and trading yet though. If you want to you should download and install the latest version of the script then I'll give you the link to use for the URL.
    That could work.

    Do you have any fakemon beyond the 649 added? If not, an alternative would be to add a "return false if pokemon.species > 649" or something similar.

    The other problem would be items. You've got Toxicrite and whatnot, I've got Cacturnite and other items.
    I'm not sure how that would effect it. You're game should work fine, but if anyone puts up a delta pokemon and someone from my game trades for it it would be an issue. You could add the deltas and special Pokemon to the BLACKLIST array to fix that though. Once he get's back to me and it's set up I'll send you the link to put in the script and we can test it out.
    Since I still have no mysql or online knowledge I wasn't going to, but hansiec is being an amazing person and setting me up a server so yes! Are you thinking of doing a shared server between our games?
    Personally, I wouldn't waste a whole screenshot just showing off a new sprite, when you can instead just put the sprite into your post.
    Hmm, half the screenshots are of the battle scene (which doesn't count as original to your game because you've not changed it from stock Essentials) or title screens (which I also don't count as screenshots because they're not of gameplay). Other information looks fine.

    Thread approved. Sorry for the delay.
    I have not been. The only part of tilesets I've ever touched is creating my own (distortion world) and adding an autotile of lava to the default cave and outside ones.

    I can think of two reasons this could be occuring, as these are really the two similarities between Melanite and this one.

    It could be becasue we are using .gifs for the battlers, though I find this unlikely. It is far more probably that the glitch is caused by the pokemon following the player, somehow. Perhaps there is a bug while loading the follower.

    Is it safe to have the tilesets refresh after every battle (which is when they seem to happen)? Or would that cause more problems then it solves?
    I've never heard of this bug before. Certainly it's never happened to me.

    The tileset graphic is loaded in the def initialize of class Spriteset_Map, and is saved within an instance of class TilemapLoader (which also does the rendering of maps).

    I have no idea what could cause this to happen, unless you've been making some uninformed changes to certain parts of the code. The odd part is that just the tileset appears to have been disposed or set to nil, leaving the autotiles alone.

    Have you been trying to do anything fancy that would affect the tilesets at all? For example, using different tilesets based on season?
  • Loading…
  • Loading…
  • Loading…
Back
Top