-
Posts
4905 -
Joined
-
Last visited
-
Days Won
477
Content Type
Profiles
Forums
Downloads
Everything posted by jcsnider
-
Will add an option for this in a later patch.
-
Well the email is suport and not support. Not sure if that's an issue.
-
Have them hit F2 and open the debug menu.. what's their ping/latency? Expensive != Good, and distance matters more than anything.
-
"MaxPacketPerSec": 35, Change that to "MaxPacketPerSec": 60,
-
Probably because you have super fast attacks, or movement speed, or they are warping due to admin powers. You can edit the threshold in the server config.json.
-
Devs: Custom versions are your domain. Until necessary there will be little to no oversight over your work. While we won't enforce it we do highly encourage the following: Share your source via a Github repo Routinely pull updates from the base engine to receive the latest performance updates and bug fixes Provide upgrade paths from the base engine so users are not forced to give up their work Intersect licensing requires that all distributed builds of Intersect's editor and server must be distributed along with it's modified source code! Custom versions without providing the source code will not be permitted! Users: Please note that custom versions are not supported by the official Intersect developers. If you are able to migrate a project to a custom version you will most likely not be able to convert it back to base. By using a custom version you are at the developers' mercy for updates and bug fixes. We recommend opting for custom versions that receive good reviews/support and versions that are kept up to date with fixes and updates from the base engine. Please don't ask @jcsnider, @Kibbelz, or @panda to fix bugs or help you with custom versions!
-
It's very obvious that many of you are looking for various features that the base engine does not offer and is not planned on the horizon. As such this thread can serve as a standing request for the following features: Pixel Based/Free Movement Pets Customization for characters (including hair layers) Actual skilling system for stuff like mining/fishing/etc (ie Runescape) I will likely make stickied threads for the above so they can be discussed in one location along with some of the development difficulties and implementation roadblocks of each. Please do not bump topics in source requests. Most requests will likely go unanswered due to lack of programmers, interest in specific features/enhancements, and availability. Be kind and patient once you post your request in hopes that someone gives it a shot.
-
Correct, thanks Justn Full docs here: https://docs.freemmorpgmaker.com/upgrade/upgrading.html
-
Map events > Common events if the trigger is autorun. 10 events with 10 pages vs 1 event with 100 pages does not matter.
-
Here are some really quick tips and tricks as you dive into the possibility of customizing your copy of Intersect with community provided modifications! Please note that applying git patches modifies your engines source code. Patches can impact performance and introduce bugs into your game. Only install patches from trusted developers! Please provide developers who share their modifications here with feedback on how their modifications work, any bugs you encounter, and any other comments that you think might help. Because you are ultimately working with source code edits you will need to apply patches and then build your own custom copies of Intersect. Make sure you have followed the developers Getting Started guide in order to make sure you have your repo setup and all the required tools before proceeding. After you have your Intersect repo and Github setup correctly follow this guide in order to check compatibility and apply Git patches. After each patch has been applied you will need to compile Intersect again in order to generate updated executables. Be safe and happy modding!
-
Hey developers! We're excited that you're looking to share source modifications with the community. Any contributions are welcome and greatly appreciated. Without any sort of official plugin system the best way to share modifications are through source code edits. There are a few rules for this section: Include latest known version of Intersect that your modification works for! Include a description of your modification, exactly how it works/how to use it, and any applicable pictures/screenshots if possible. Always distribute your source modifications as Git patches! Patches also allow users to easily check compatibility with various versions of Intersect and other patches before installation Git patches are easier to view and explorer using tools like Diffy.org Threads in this board will require moderator approval which will allow us to confirm that the following requirements are being met. Developers are encouraged to actively keep their modifications up to date. Abandoned and outdated modifications will not be removed in hopes that others may learn from past work or even continue where you left off. We hope to see hundreds of your modifications over time and we will do our best to support development where we can. Thanks for making this a safe place for AGD users to augment their games
-
No special rules or restrictions here. Please keep the discussions Intersect related, other general programming topics go here.
-
Yes, that is correct. Your hamachi ip should go in the client's config.json in the host field. It should also work if you put that hamachi assigned ip in the config.json and you try to run the client on your own pc.
-
Ignore the UPnP error, it does not apply to you if you are using Hamachi. The only way to know if it works is to try to get your friend to connect.
-
Yes, you gotta use your own port.
-
Even though you're using hamachi you'll have to open ports in your windows firewall at the very least. You might also have to configure other antivirus tools that provide firewalls as well. Here's a guide for configuring windows firewall. You will want to unblock udp port 5400 or whatever port you've set your server to use. https://www.blackbaud.com/files/support/infinityinstaller/content/installermaster/cofirewalls.htm
-
how to download other versions of intersect engine like 4.0 or 5.0
jcsnider replied to ekirmen's question in Questions & Answers
It should... do you have .net framework 4.6? https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net46-web-installer You can try that, but you might need to update to Windows 8.1 or Windows 10 because i think we require 4.6.2. -
None of the engine was ever designed to support controllers. The entire ui would have to be re-programmed, along with many in-game controls in order to actually interact with events and such. Not only would you need to wait for source, adding true gamepad support would be an insanely daunting task.
-
Just to confirm, are you using the latest versions of Intersect? Either 0.6.0.192 or 0.6.1.223? Shouldn't matter too much but if you're on an ancient build like 0.6.0.0 that could explain it.
-
Got a fix ready.. will be fixed in 0.6.1.233
-
How do download versión 4.0 and 5.0
jcsnider replied to Ulicrack515's question in Questions & Answers
-
Please let me know one way or the other.
-
I think your translation is too long XD
-
how to download other versions of intersect engine like 4.0 or 5.0
jcsnider replied to ekirmen's question in Questions & Answers
Correct, the old versions will be available as releases on Github once the repo becomes public... is there a specific version you need, or any particular reason why you need the old builds? -
0.6.1.232? If so upload a picture of your event....
