-
Posts
136 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Everything posted by Zerinho
-
Thanks for the help guys, the problem was that i didn't edit the colors from ''skin-intersect' file on gui. And look's good! https://ascensiongamedev.com/resources/filehost/ea9a1316c149b92bd30172373c61d112.png https://ascensiongamedev.com/resources/filehost/15e188f5b0ba7dd0d16af46e2bff4a8c.png
-
I just edited the colors of the Intersect GUI to black, but when I open the game, nothing has changed and still blue. Why is that? Example: The Credits window its just an example, but this is happening with all the GUI. Any advise? This is happening only at the MENU not the game itself.
-
I'm a bit confusing of what is the right way to do that, what i need is just a new hotkey bar on the top of the screen like 1' 2' 3' 4' but with the F1' F2' F3' F4' keys... which files should i change? what should i write? Thanks guys!
-
i just opened my server project for my friends can play but without nowhere this issue started to happen, the server crashes and close without for no reason that i know, can someone help me? im using version 407 of intersect 'cause newer versions than this one doesn't work on my low profile computer (fps issue). thank you, errors log: 2025-05-08 13:28:22.020 -03:00 [ERR] Received an unhandled exception from System.Threading.Thread System.NullReferenceException: Object reference not set to an instance of an object. at Intersect.Server.Entities.Npc.Update(Int64 timeMs) in D:\a\Intersect-Engine\Intersect-Engine\Intersect.Server.Core\Entities\Npc.cs:line 1010 at Intersect.Server.Maps.MapInstance.UpdateEntities(Int64 timeMs) in D:\a\Intersect-Engine\Intersect-Engine\Intersect.Server.Core\Maps\MapInstance.cs:line 1260 at Intersect.Server.Maps.MapInstance.Update(Int64 timeMs) in D:\a\Intersect-Engine\Intersect-Engine\Intersect.Server.Core\Maps\MapInstance.cs:line 268 at Intersect.Server.Core.LogicService.LogicThread.UpdateMap(MapInstance mapInstance, Boolean onlyProjectiles) in D:\a\Intersect-Engine\Intersect-Engine\Intersect.Server.Core\Core\LogicService.LogicThread.cs:line 391 2025-05-08 13:28:43.335 -03:00 [INF] Starting Intersect.Server.Core v0.8.0.407-beta+ca564c318fa0e360eaef7c86c2789a2ef2910fdf 2025-05-08 13:28:57.118 -03:00 [ERR] UPnP Service Initialization Failed. You might not have a router, or UPnP on your router might be disabled. Open.Nat.NatDeviceNotFoundException: Exception of type 'Open.Nat.NatDeviceNotFoundException' was thrown. at Open.Nat.NatDiscoverer.DiscoverDeviceAsync(PortMapper portMapper, CancellationTokenSource cancellationTokenSource) at Intersect.Server.Networking.Helpers.UpnP.ConnectNatDevice() in D:\a\Intersect-Engine\Intersect-Engine\Intersect.Server\Networking\Helpers\UPnP.cs:line 26
-
That message "invalid port checker response" from the server means my game isnt online for others players? or can i ignore it? If does means my game isnt online how can i fix that? Ah, my firewalls are already turned off. [removed screenshot with user IP address]
-
When i edit itens with the editor to "rare" "epic" or whatever and click to save, the system doesn't save at all, when i open itens again all the itens rarity are "none". This become to happens when i update the engine from 8.0.249 to 8.0.281 (im using the version 281 because the last version has A LOT of bugs that makes my project doesnt work properly). Why the programmers doesnt focus on fix bugs before make new systems and etc? which version of intersect is the more stable to make a game? Thank you. @edit It seems like this bug about the rarity of itens does happen only on the editor, at the client seems to be normal.
-
God!! thank you bro, your game it is playable? can you send me the site/topic for a test?
-
My question is simple, it's possible to do something like a item that can only be buy one time? like one house key's that disappears when you buy it at the shop? but i mean a item that if one player buy it, another player can't buy it. I need that to do a house system at my project that work properly. It is possible to do that only with events and not editing the engine source? Thank you.
-
Ok, since anyone didn't resolve my issue in the previous post, I recreated it with more information so you can understand what's happening. When I updated the intersect version to this current one (8.0), a lot of parts of the gui ended up having a bug like this: I ALREADY TRIED to edit the MainMenuWindow_online.json putting 'true' in every hide/disable i found, without success. The problem is not with 'background.png' either. My question is quite simple, which line should i edit to get this blue retangle off my screen? Is there any way to edit this other than through json? MainMenuWindow_online.json: { "Bounds": "0,0,451,202", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,40,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "Center", "DrawBackground": true, "MinimumSize": "100,40", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "ClampMovement": true, "ActiveImage": null, "InactiveImage": null, "ActiveColor": "255,255,255,255", "InactiveColor": "255,191,191,191", "Closable": false, "Titlebar": { "Bounds": "0,0,451,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": false, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": true, "Hidden": true, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "NormalImage": null, "HoveredImage": null, "ClickedImage": null, "DisabledImage": null, "HoverSound": null, "MouseUpSound": null, "MouseDownSound": null }, "Title": { "Bounds": "0,0,140,36", "Padding": "8,4,8,4", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": false, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": true, "Hidden": true, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": true, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "BackgroundTemplate": null, "TextColor": "255,82,82,82", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Left, CenterV", "TextPadding": "8,4,8,4", "AutoSizeToContents": true, "Font": "sourcesansproblack,12", "TextScale": 1.0 }, "CloseButton": { "Bounds": "0,0,-12,24", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": false, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": true, "Hidden": true, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": true, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,82,82,82", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "3,3,3,3", "AutoSizeToContents": false, "Font": null, "TextScale": 1.0, "NormalImage": null, "HoveredImage": null, "ClickedImage": null, "DisabledImage": null, "CenterImage": false, "HoverSound": null, "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "InnerPanel": { "Bounds": "6,24,-12,-30", "Padding": "8,8,8,8", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Children": { "_buttonCredits": { "Bounds": "269,4,87,154", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,255,255,255", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "0,8,0,0", "AutoSizeToContents": false, "Font": "sourcesansproblack,12", "TextScale": 1.0, "NormalImage": "eventresponsenormal.png", "HoveredImage": "eventresponsehover.png", "ClickedImage": "eventresponseclicked.png", "DisabledImage": "eventresponsecdisabled.png", "CenterImage": false, "HoverSound": "octave-tap-resonant.wav", "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "_buttonExit": { "Bounds": "356,4,87,154", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,255,255,255", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "0,8,0,0", "AutoSizeToContents": false, "Font": "sourcesansproblack,12", "TextScale": 1.0, "NormalImage": "eventresponsenormal.png", "HoveredImage": "eventresponsehover.png", "ClickedImage": "eventresponseclicked.png", "DisabledImage": "eventresponsecdisabled.png", "CenterImage": false, "HoverSound": "octave-tap-resonant.wav", "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "_buttonLogin": { "Bounds": "8,4,87,154", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": true, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,255,255,255", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "0,8,0,0", "AutoSizeToContents": false, "Font": "sourcesansproblack,12", "TextScale": 1.0, "NormalImage": "eventresponsenormal.png", "HoveredImage": "eventresponsehover.png", "ClickedImage": "eventresponseclicked.png", "DisabledImage": "eventresponsecdisabled.png", "CenterImage": false, "HoverSound": "octave-tap-resonant.wav", "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "_buttonRegister": { "Bounds": "95,4,87,154", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": true, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,255,255,255", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "0,8,0,0", "AutoSizeToContents": false, "Font": "sourcesansproblack,12", "TextScale": 1.0, "NormalImage": "eventresponsenormal.png", "HoveredImage": "eventresponsehover.png", "ClickedImage": "eventresponseclicked.png", "DisabledImage": "eventresponsecdisabled.png", "CenterImage": false, "HoverSound": "octave-tap-resonant.wav", "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "_buttonSettings": { "Bounds": "182,4,87,154", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,255,255,255", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "0,8,0,0", "AutoSizeToContents": false, "Font": "sourcesansproblack,12", "TextScale": 1.0, "NormalImage": "eventresponsenormal.png", "HoveredImage": "eventresponsehover.png", "ClickedImage": "eventresponseclicked.png", "DisabledImage": "eventresponsecdisabled.png", "CenterImage": false, "HoverSound": "octave-tap-resonant.wav", "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "_buttonStart": { "Bounds": "0,0,100,20", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": true, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,82,82,82", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "3,3,3,3", "AutoSizeToContents": false, "Font": null, "TextScale": 1.0, "NormalImage": null, "HoveredImage": null, "ClickedImage": null, "DisabledImage": null, "CenterImage": false, "HoverSound": null, "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null } } } } sorry for my stupidity
-
Out of nowhere this blue rectangle started to appear in the menu when I updated to version 8.0, I already tried to change the gui settings but without success...Can someone help me? which line should I edit? I've tried putting 'hidden' on everything, without success.
-
using the version beta 7.2.21 my question is, why i cant type on intersect server right after open? im trying to put ADM on a second account but the server cannot let me type for the 'make admin' stuff i've already tried to open with admin, not worked
-
i made the post on the github as you say, and today i've made this video as well for you to understand whats really is happening, thanks! https://ascensiongamedev.com/resources/filehost/499b21841f309fc62155c0c5061b5d4a.mp4
-
Health bar does not appear on character (solved)
Zerinho replied to Zerinho's question in Questions & Answers
Yes the announcement has been made from server panel and i was in combat, the print says it, the bear was hitting me at the time and my health bar does not appear -
whats that means? ''The argument 'reiniciando' is not a valid shot or long form argument'' i have tried to do a announcement on my server but i cant do it with portuguese words? lol ------- since im here i have another question, why the health bar does not appears on my character in game when i get hit? did i disable it that function without seeing? it comes to happen from version 119 to 120.
-
I've found whats happening, seens like the npc event close to the 'map border' become duplicated when he walk to other map for some reason, changing the event to the center of the map and get the npc to move 'not very often' seens like 'solve the problem'. Thanks to Ainz, Push and Weylon
-
Im using the latest as well, with the diagonal movement. Maybe so can be our servers config differences? Maybe can be some bug from my database that is too old idk...all that i know is that bug come to happen when i updated my intersect version of 119 to 120.
-
Here is the NPC Event: But this is happening with ALL npc events from the game, in all maps. Look's like the npc event become mirrored at the map next to him, something like that. And im NOT using npc as monsters spawning, just events.
-
NPC's made by event are appearing twice at the maps, the event have been made just one time, in the left map, but is appearing at the right map at the same time as well. I think this started to happen when i activated the diagonal movement from the server but not sure...any idea?
-
My question is simple, i was playing my project until this scene appears: The 'ResetClass' should be in the second red circle, but where and how can i make this right? my though is that can be found at resources/gui/layout/game, but which file is the one? and what is the logic that can work? Sorry about my ignorance, my country doesn't have good education
-
looks very original, keep it up!
-
The worst bug from this intersect version
Zerinho replied to Zerinho's question in Questions & Answers
2-5 seconds on your high eng computer, for me takes 2 minutes to the fog appears, no exaggeration at all...in previous versions of intersect this do not happened, have started on this one, but i understood and i'll report this properly, thanks -
parece foda (looks great)
