-
Posts
4905 -
Joined
-
Last visited
-
Days Won
477
Community Answers
-
jcsnider's post in Is there not a simpler way to code? was marked as the answer
Event upgrades will happen after we open source. Right now it works and is easily expandable. Just about everything you mentioned will be addressed but getting the engine cleaned up and the source code out there is the priority.Â
-
jcsnider's post in (B5.1) Animation position was marked as the answer
If you need an immediate solution try adding white space below your animation frames to raise them.
Â
For us to look into this for a long-term permanent solution please make a bug report here and we will address for future intersect versions.
Â
-
jcsnider's post in Event flow optimization was marked as the answer
Slightly better, because it will not run excess conditional checks after one is met. The first option will be just as good if you put an "Exit Event Processing" between each conditional though.
Â
You can use go-to labels but I would avoid them at all costs.. it is kinda heavy on the cpu to remap the events call stack to that label. See my suggestion above to use exit event processing.
Â
Â
Â
-
jcsnider's post in Health or Mana increase based on Stats was marked as the answer
It's good to have options either way. But I think the overwhelming consensus is that source will be required to really do this right. No point in dragging this on further.
-
jcsnider's post in Server Launch Error was marked as the answer
This means you already have another server running, or another application trying to use Port 5400 (or whatever is in your servers config)
Â
If you are sure you don't already have a server running then try using a different port by chancing the Server/Resources/config.json port to something like 5600.
Â
If you have to change the port number then you will also have to make the same change in the Client and Editor/Resources/config.json file.
-
jcsnider's post in It's possible create a server without using port ? was marked as the answer
This case might be beyond our capabilities.
Â
Â
According to the debug output you have at least 3 routing devices between yourself and the public internet.  The black arrows show how the internet reaches your pc.
Â
Most people only have 1 routing device between the open network and their pc, here is my network map for instance.
Â
In order to get your game to be publicly accessible you would have to do the following:
You would have to login/configure the red router/modem to port forward port 5400 to the green. Then you would have to login/configure the green router to port forward 5400 from the green to the orange. The light blue line actually shows that your pc was able to go the last forward (Orange -> Black) automatically.. but all the other devices would have to be manually configured.
Â
I'm guessing that the red/green devices are not owned by you/not able to be configured and that the orange device is the actual router in your possession. Without being able to configure the rest you have no chance of hosting a game from your location.
Â
I think this is a lost cause.
Â
Â
-
jcsnider's post in My server don't stay public was marked as the answer
If you want help read this post and make a topic with all the required information in the correct board.
Â
-
jcsnider's post in Click sound was marked as the answer
Yeah. You can add sound effects via the new UI json files ^^. Open one up in Client/Resources/GUI/Layouts/* and for each button you can type the name of any sound effect.Â
-
jcsnider's post in Black screen when launching a game was marked as the answer
This shouldn't be much if any different from B4.X.. but in B6 this will be a lot better. Might be best to wait up for that.. it will be here a lot quicker then everyone expects.
-
jcsnider's post in File Encryption was marked as the answer
Please see:
https://www.freemmorpgmaker.com/docs/en/FrequentlyAskedQuestions.html#page_How-can-I-encrypt-my-graphics-sounds-etc-so-they-can-t-be-stolen
-
jcsnider's post in Server Offline was marked as the answer
@OliverBlack: I just created a new forum section with a guide on getting your game online and guidelines for requesting help. Please visit this link for information:
https://www.ascensiongamedev.com/topic/3432-read-first-getting-your-game-online/
Â
-
jcsnider's post in Anyone know where variables are stored in files so I can edit their value with Python? was marked as the answer
It’s a SQLite database file which means you’re need to treat it as such:
https://sebastianraschka.com/Articles/2014_sqlite_in_python_tutorial.html
Â
Doing what you want will require some sql knowledge or lots of research.Â
-
jcsnider's post in Launcher doesn't want to start the game was marked as the answer
Actually.. make sure you are using my latest launcher. I think that'll fix it.
-
jcsnider's post in What happens with events when you exit the map theyre on? was marked as the answer
As soon as the player has left the maps surrounding the event it will despawn and stop running completely.Â
-
jcsnider's post in Can i do this on this engine? was marked as the answer
No, not at this time. Once the source is released you can literally do anything including all the above via code.Â
-
jcsnider's post in OpenGL initialialization error! was marked as the answer
Intel HD Graphics 2000 and 3000 do not have any official Windows 10 support.
Â
While HD 3000 technically supports OpenGL 3.1 and meets our requirements there is no Windows 10 driver to make it work.Â
Â
Ref:Â https://www.intel.com/content/www/us/en/support/articles/000005526/graphics-drivers.html
Â
You might have some success with the hack on this page, other members have, but it is rather sketchy.Â
https://www.ascensiongamedev.com/topic/2165-faq-failed-to-create-graphics-device/
Â
-
jcsnider's post in Compile to javascript was marked as the answer
Have I tried? Yes.Â
Â
Is it feasible? Not now.Â
Â
Will that ever be officially supported? Probably not.Â
Â
Everyone is welcome to give it a shot once the source is out though - results will vary.Â
-
jcsnider's post in Error after uploading to VPS was marked as the answer
Maybe run the server as sudo/root. It might have permission issues. Otherwise maybe wait until B5. All errors listed there are with a socket system that isn’t enabled in B5
-
jcsnider's post in Font change was marked as the answer
It's not easy, so please read carefully:
https://www.ascensiongamedev.com/topic/771-replacing-fonts-and-adding-font-characters/
Â
-
jcsnider's post in Animated Menu BG was marked as the answer
Not currently possible. Maybe in the future.Â
-
jcsnider's post in Adjusting NPC & Player regens? was marked as the answer
In B5 there are fields where you can adjust regen values for players and npcs on a class by class basis and npc by npc basis.
Â
And resources too Â
