Jump to content

Vhaeriel

Contributors
  • Posts

    69
  • Joined

  • Last visited

Everything posted by Vhaeriel

  1. Hello When i compile the client/server/editor on my computer, the .exe run perfectly. But when i send it to my friend (He had avast on antivirus), Avast detected both .exe (editor/client) as false virus. Why ?
  2. How can i get this solution ? Still had a trouble when i try to generate solution
  3. Same issue here !
  4. I try to found some source of launcher or updater In C# or VB.net Last year i've used https://www.ascensiongamedev.com/topic/789-gem-launcher-game-patcher/ But it's on clickteam
  5. In the intersect.Server, Player.cs line 3513 if (Party.Count < 4) { target.LeaveParty(); Party.Add(target); //Update all members of the party with the new list for (var i = 0; i < Party.Count; i++) { Party[i].Party = Party; PacketSender.SendParty(Party[i]); PacketSender.SendChatMsg( Party[i], Strings.Parties.joined.ToString(target.Name), CustomColors.Alerts.Accepted ); } } else { PacketSender.SendChatMsg(this, Strings.Parties.limitreached, CustomColors.Alerts.Error); } }
  6. I'll check ty, any other solution ?
  7. Hello, I'm looking for any updater or launcher for my server and client The only updater i found is with google drive But i prefer update all source on my self ftp Any ideas please ?
  8. Yes, i think the taunt can be a new status, only work on NPC and not player (or the player get stunned or something else instead of taunted).
  9. Actually you can delete the message from the server_strings.json " "joined":"
  10. Hi, I actually create an Necromancer Class. I managed to create the summon spell, but actually Npc don't follow the player even if it's an friend or protector. Any tips for do that ? And, Intersect have an "agressivity" system for NPC ? Like, an paladin deal less dommage, but product more agressivity than an Archer Can we create a spell than taunt a mob ? Ty !
  11. Hi, I try to edit PlayerBox.json, i try to edit the bound value for make my UI Line 2 : "Bounds": "4,4,314,192", to "Bounds": "20,20,314,192", But, when i launch the game on enter in the game, the value return to the default value "Bounds": "4,4,314,192", Anyone know why? Thank you ! EDIT :Ok, my bad i edit the wrong line on the json. If anyone had this issued, you need to edit the Children "InfoPanel"
  12. I think the icon is on net ressource folder, but we can't edit it.. But, it's really weird to publish game if we can't have ur own icon I hope we can have solution for that
  13. Yeah, I tried to change with ressources hacker, but when i run the client intersect, icon is still the same in the taskbar and top left, but not in the folder
  14. Hi, any way to change the icon of the game, and the detail in properties ?
  15. Mmmh.. i understand all, so at this moment, no way to sanction a player online?
  16. Before putting my game online, I would like to know if there is a way to ban/mute/unban/unmute an offline player ? I trie to edit the .db file, but i can't because the playerId (or id nvm) is an foreign key, and the data was in binary I trie to ban ip directly on the VPS/dedicated, but the ip of player was not registered in the database I can"t really put online the game, if administrators can't do the minimum :-( PS : unmute/unban crash the server
  17. Hi, just want to share my UI design for future game ! I'm very excited to wait the source for the engine, for more editing ! Any tips ? Launcher : Main Menu Option menu
×
×
  • Create New...