Jump to content

Push

Members
  • Posts

    237
  • Joined

  • Last visited

  • Days Won

    18

Push last won the day on April 8 2024

Push had the most liked content!

2 Followers

Contact Methods

  • Website URL
    https://silvershardonline.boxmode.io/
  • Discord
    https://discord.gg/Gbgxvdy5FR

Profile Fields

  • My Project
    SilverShard Online
  • GamerTag
    Push

Recent Profile Visitors

9926 profile views
  1. Yes, Vanilla Intersect.
  2. Push

    Hold NPC

    If you just need it to happen with a cut scene type event, then the event system can cheese it. If you need the player to be able to fight the npc during it, then that needs to be coded and I don't think you will get a full answer on how to do that.
  3. Do you have the event set like; -Show Picture (with click to close selected) That seems to work for me, but an alternative would be to make your banners as an animation.
  4. NPCs can't trigger events. That might be what's going on?
  5. This could be something different, but I remember trying to get ride of a transparent shadow background that was behind the party menu. I believe this is what got rid of that shadow: "DrawBackground": false, Nevermind, that doesn't seem to be it. I don't think I ever got the shadow removed.
  6. Yes, that is what I'm referring to. Makes the packing of sound/music useless.
  7. Sounds & Music hasn't properly packed for a long time.
  8. Curious why only Intersect graphics can be used? Seems extremely limiting to have everyone use the same assets, especially regrading themes.
  9. Did you so happen to copy+paste a tile that was also the event tile? I haven't come across this in the diagonal pull, though I've been MIA for a while.
  10. Cut Scene Test: https://ascensiongamedev.com/resources/filehost/cabfb6f04d4fcac76226a52601e2de26.mp4
  11. Push

    Auto-Updater

    To be honest, it's a very confusing process at first, since somethings don't seem logical. It's important you follow the steps exactly: 1. You need 2 copies of your game (one is your main, and you do NOT have it configured to the update URL) 2. Once you make a copy of your entire game folder, Open the editor in the Copied Folder 3. Put the updater URL link in the copied folders Config.json. (You don't need to have any files uploaded to put the folder name in the URL) example: "https:/yourgamename.s3.amazonaws.com/update/update.json" 4. create a folder on your desktop called 'update' 5. Go to 'Tools' > 'Package Update' in the editor. 6. Select the folder of your Copied Game files 7. Select the folder you made called 'update' 8. It will package your update now. 9. Go to that 'update' folder and upload that directly to your Updater Host. 10. Success! Important: Continue your work on your MAIN folder that is not connected to the update URL - if you config it to the auto-updater it will update itself to the previous version on your updater host.
  12. DBZ Games followed close behind by Naruto.
  13. Gave a little love to how Items appear:
  14. There is no diagonal movement in the base engine. There is a PR for it however, so there is a chance at some point it does get added as a feature.
×
×
  • Create New...