Cheshire Posted May 7, 2020 Share Posted May 7, 2020 1 hour ago, CoolGuyBoss said:  How do you set it up again? I don't remember  Please refer to the following page in the documentation: https://docs.freemmorpgmaker.com/deploy/autoupdater.html Link to comment Share on other sites More sharing options...
buu Posted May 12, 2020 Share Posted May 12, 2020 is there a way to make it idle differently with a weapon and without a weapon? Link to comment Share on other sites More sharing options...
jcsnider Posted May 13, 2020 Author Share Posted May 13, 2020 47 minutes ago, buu said: is there a way to make it idle differently with a weapon and without a weapon? Â Not by default.. but that would only require modifying a few lines of code. Link to comment Share on other sites More sharing options...
Cheshire Posted May 13, 2020 Share Posted May 13, 2020 I case anyone (by which I mean most people, probably) missed the latest build's notes.. There's a few changes in it! Most are background stuff you'll likely never have to deal with.. some are more immediately noticable.. And some bugfixes that also applied to the base engine.  1. A new Conditional Branch entry has been added to the Event System to check for free inventory slots.  2. New options have been added to the Change Items event command.  You can now choose how to give/take items away from the player. Normal - Gives/Takes items as per usual, fails if the user does not have or can not receive the amount of items. Allow Overflow - Gives items until the player runs out of inventory space up to the amount provided, if the inventory is full starts dumping the rest of the items on the map. (Does not change the logic for taking away items, as you can't take more than they have!) NOTE: items dropped are bound to the same loot rules as normal dropped items! Up to Amount - Changes as many items as can be changed up to the amount specified. So if the user has 2 items, and you want to take 5 it takes 2 and considers that a success. Same goes for giving, if the user has 2 inventory slots and you want to give 5 they receive 2. NOTE: this needs to change at least 1 item to be considered a success. 3. A new option on how to handle non-stackable items dropped on the map was added to the server config  By default all non-stackable items dropped with a quantity of over 1 will drop as ONE consolidated item on the map, and the player will need enough inventory space to pick them all up to pick even ONE up. Toggling this option to false will instead drop multiple items to the map they can pick up individually.  4. A large portion of item giving/taking away and other inventory related logic was rewritten This is mostly a background change, in general you won't notice the difference. But this fixes a few issues regarding dropping non-stackable items with a quantity. BEfore this, if you dropped a non-stackable item (such as equipment) with a quantity over 1 from an NPC it would give the player one item. Now this is handled properly and you actually obtain multiple.  There's a few more changes, documentation in the code and rewrites to the logic to make it less obtuse and less duplicated all over the place as well.. But you'll probably have to look at the source for the details, if you are interested.  Note that upgrading to this version is very likely to break ANY AND ALL existing mods that deal with item stacks, loot or similar things! wishy, rpgscroll, Shenmue and 10 others 10 3 Link to comment Share on other sites More sharing options...
Cheshire Posted May 21, 2020 Share Posted May 21, 2020 Another small change to the dev branch today, party sizes are now configurable on the server config. Â Â Â Just make sure you edit the client's party window Json file to support displaying the party members you're adding! The client will generate the required fields on its own, but by default they will have no display values. Kamus, Justn, Vhaeriel and 3 others 4 2 Link to comment Share on other sites More sharing options...
Kamus Posted May 21, 2020 Share Posted May 21, 2020 6 hours ago, Joyce said: Another small change to the dev branch today, party sizes are now configurable on the server config. Â Â Â Just make sure you edit the client's party window Json file to support displaying the party members you're adding! The client will generate the required fields on its own, but by default they will have no display values. I love those changes >u< Thanks a lot for that Joyce! You're a beast of coding! Link to comment Share on other sites More sharing options...
Uyarrr Posted May 22, 2020 Share Posted May 22, 2020 Awesome changes! Link to comment Share on other sites More sharing options...
Zoagel Posted May 22, 2020 Share Posted May 22, 2020 Love this! Link to comment Share on other sites More sharing options...
iLeGiTiMx Posted July 17, 2020 Share Posted July 17, 2020 Hello, I hope I am not that wrong here, but is there planned to integrate an auction house feature? Would be awesome! :) Best regards Link to comment Share on other sites More sharing options...
peroqpasa Posted July 31, 2020 Share Posted July 31, 2020 El 5/7/2020 a las 4:56 AM, Joyce dijo: Consulte la siguiente página en la documentación: https://docs.freemmorpgmaker.com/deploy/autoupdater.html Sigo los pasos, pero no puedo conseguir que la actualización funcione, (error 404), ¿hay algún video ilustrativo? Link to comment Share on other sites More sharing options...
Grilox Posted August 30, 2020 Share Posted August 30, 2020 On 4/21/2020 at 5:40 AM, jcsnider said: Embedded Auto Updater - (4/21/2020) 6.2 introduces an optional built in updater system that you all can use for your games! It's pretty simple, but requires that you have some sort of web hosting capabilities available to you.   To use the updater: In the editor you click on Tools -> Package Update, and that will create a folder full of files for you, upload that folder and it's contents to your webhost!  Inside that folder is a file called update.json, get a link to that (ie: https://freemmorpgmaker.com/updater/update.json) and throw that into your Client/Resources/config.json file as your UpdateUrl.  As you upgrade your game to new Intersect versions, or update any of your games' resources simply use the editor to package a new update to replace the one on your webhost.  Your client and editor will do the rest every time they're launched, they can even replace themselves so you don't need an external updater application.  Full documentation can be found here!    Is it possible to use this system with google drive? Or could someone refer me to a free hosting server to run this system? Link to comment Share on other sites More sharing options...
Kamus Posted August 30, 2020 Share Posted August 30, 2020 1 hour ago, Grilox said: Â Â Â Is it possible to use this system with google drive? Or could someone refer me to a free hosting server to run this system? GitHub works fine Link to comment Share on other sites More sharing options...
Markchapman Posted August 30, 2020 Share Posted August 30, 2020 As in run the server? 5 hours ago, Grilox said:    Is it possible to use this system with google drive? Or could someone refer me to a free hosting server to run this system?  Link to comment Share on other sites More sharing options...
Grilox Posted August 30, 2020 Share Posted August 30, 2020 5 hours ago, Kamus said: GitHub funciona bem  I was unable to use Github, because when I create the repository it says that the folder needs to be empty, and the editor uptade creates the files, so I don't know how to make it work any tutorial? Link to comment Share on other sites More sharing options...
Kamus Posted August 31, 2020 Share Posted August 31, 2020 7 hours ago, Grilox said:  I was unable to use Github, because when I create the repository it says that the folder needs to be empty, and the editor uptade creates the files, so I don't know how to make it work any tutorial? i'll make one soon~ (On Spanish and English versions) Link to comment Share on other sites More sharing options...
Cheshire Posted September 17, 2020 Share Posted September 17, 2020 Added the ability to configure several new global options for NPC behaviour through the server configuration:  * AllowResetRadius - Configures whether or not Npcs are allowed to reset after moving out of a specified radius when starting to fight another entity. * ResetRadius - Configures the radius in which an NPC is allowed to move after starting to fight another entity. * AllowNewResetLocationBeforeFinish - Configures whether or not the NPC is allowed to gain a new reset center point while it is still busy moving to its original reset point. NOTE: Can be used to allow the NPCs to be dragged far far away, as it constantly resets the center of its radius!!! * ResetVitalsAndStatusses - Configures whether or not the NPC should completely restore its vitals and statusses once it resets.  After being forcibly reset, the NPC will attempt to move back to its original location.   This change also made it so NPCs no longer need a target to let it move through pathfinding, making it easier to add randomised walk patterns that look a bit more natural in the future.  Sorry for the messy post, on phone and the forum for some reason hates me for it. No formatting options. 😅 Tron, Zoagel, Zetasis and 5 others 5 3 Link to comment Share on other sites More sharing options...
Cheshire Posted September 28, 2020 Share Posted September 28, 2020 Not the most exciting thing in the world, but we've got mouse wheel scrolling on scrollbars in the client (thanks @Beefy Kasplant and @Tdogthedog!) and cross platform* copy pasting on the client to work now.  *= Linux requires one of two packages to be installed depending on whether you're running a Wayland (wl-clipboard) or Xorg (xclip) display environment. The client will warn you in the chat box if you don't match this requirement. Weylon Santana, Beefy Kasplant and Kamus 1 2 Link to comment Share on other sites More sharing options...
Kamus Posted September 28, 2020 Share Posted September 28, 2020 I've waiting a lot for this!!!!!!! Link to comment Share on other sites More sharing options...
Kamus Posted September 28, 2020 Share Posted September 28, 2020 1 minute ago, Joyce said: Not the most exciting thing in the world, but we've got mouse wheel scrolling on scrollbars in the client (thanks @Beefy Kasplant and @Tdogthedog!) and cross platform* copy pasting on the client to work now.  *= Linux requires one of two packages to be installed depending on whether you're running a Wayland (wl-clipboard) or Xorg (xclip) display environment. The client will warn you in the chat box if you don't match this requirement. THANKS!!!!!!!!!!!!! Link to comment Share on other sites More sharing options...
TheKezStrel Posted October 1, 2020 Share Posted October 1, 2020 (edited) With the new updater included, What's the minimal file list I can have in a deploy Zip that I can have hosted on my site. This will be the minimal client my players will download and then automatically download all my server resources on first run?   Scratch that, found my answer in the docs. https://docs.freemmorpgmaker.com/deploy/distributing.html#auto-updater Edited October 1, 2020 by TheKezStrel Found my answer Link to comment Share on other sites More sharing options...
TheKezStrel Posted October 1, 2020 Share Posted October 1, 2020 (edited) On a similarly related topic, The latest nightly build (0.6.2.438) broke the updater I think... Edited October 1, 2020 by TheKezStrel Version numbers Link to comment Share on other sites More sharing options...
jcsnider Posted October 1, 2020 Author Share Posted October 1, 2020 Browse to your update url in the config.json with chrome or something. You will probably get an html error of some type. Â The < character at position 0 line 0 is, at the very least, the start of an html document and not json output. Link to comment Share on other sites More sharing options...
TheKezStrel Posted October 1, 2020 Share Posted October 1, 2020 Hey JC, Thanks for the reply.  I copied my link straight out of the browser bar and dropped it into the config.json file after checking it was accessible from my web host. Both server and editor worked fantastically and so did the client on the files I already had on my system so I started on the update config. When putting the files for deployment in a separate folder and setting the update url it came up with the error posted. Will try again later on and if it still doesn't work, I'll try the next nightly build when it comes out.  Thanks for the help. Kez Link to comment Share on other sites More sharing options...
TheKezStrel Posted October 1, 2020 Share Posted October 1, 2020 JC, Â I don't think it's an issue with intersect now.. Â I looked at the code that my hosting provider sent to the browser and they added a shed load of <html>! According to their support site, it's a security measure to make sure that they are not used as a file hosting service and only for supplying websites to browsers. Â You can imagine the air turned blue when I read that! Alas, off to search for a decent free web hosting site that will allow me to serve files too. Â Regards, Kez Link to comment Share on other sites More sharing options...
jcsnider Posted October 1, 2020 Author Share Posted October 1, 2020 2 minutes ago, TheKezStrel said: JC,  I don't think it's an issue with intersect now..  I looked at the code that my hosting provider sent to the browser and they added a shed load of <html>! According to their support site, it's a security measure to make sure that they are not used as a file hosting service and only for supplying websites to browsers.  You can imagine the air turned blue when I read that! Alas, off to search for a decent free web hosting site that will allow me to serve files too.  Regards, Kez Not free, but for $5/year I like HostKoala. Or you can do a ton of work to setup a Github repo with Github pages... but they don't really want us using the service like that. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now