Jump to content

Xiphoid

Members
  • Posts

    277
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by Xiphoid

  1. https://github.com/AscensionGameDev/Intersect-Engine/blob/main/README.md
  2. @Gibier i'm not sending for replacing font... adding for font characters. @Tomeo u should add font characters to game font files... I can't use Turkish umlauts before and adding characters :
  3. this is spesific feature and not complete for main repo quality i'm working on it
  4. Today i did new Fighter for my 2d fighting game project
  5. MySQL Migration https://github.com/Xenepherth/Intersect-Engine/commit/e79c0afa9661195f59bec067121b971eb8ba6429
  6. dotnet ef migrations add AddingNations --context MySqlLoggingContext --namespace Intersect.Server.Migrations.MySql.Logging --output-dir Migrations/MySql/Logging/ -- --databaseType MySql --connectionString "Username=root;Password=password;Database=jklogging" Sample Code for MySQL migration
  7. PvP Options Hotfix (You can open PvP each other Nation and Guild Members on Server's config file) https://github.com/Xenepherth/Intersect-Engine/commit/8ebac8ce6e24d32ed02ce24b72028486fc186ce9
  8. Tab Targeting (Don't tab targeting Nation and Guild Members) and PvP Options (Don't hitting Nation and Guild Members in Normal map and projectiles piercing targets) Fix https://github.com/Xenepherth/Intersect-Engine/commit/f840732ff163348e9b4a6622fd488522987ca474
  9. Overhead Guild Name information position fix https://github.com/Xenepherth/Intersect-Engine/commit/40146e4e77fd773f91f812065910a634441f9c75#diff-858a52535eeada0d826536f5a05e5bdedc21a8a8e3d888401bb69a7a76c1de6f
  10. I do basic Faction/Nation System for my game. I'm used Intersect's Guild System's source. i will share with forum for free. How is works... -Create or Join Nations with Event System (Same as CreateGuild command) -Nations have PvP each other (like Alliance/Horde in World of Warcraft) -Nation Chat -Nation Informations and more... Source Edit: https://github.com/Xenepherth/Intersect-Engine/commit/945d3ea98b5dc5a3db296833e0d4ed60234b6077 Have fun!
  11. Today i'm finished Faction/Nation System for Intersect Engine...
  12. Hello guys, My Editor Error Log; -------------------------------------------------------------------------------- 2023-11-25 06:28:42.257 [Error] NotSupportedException: Unsupported localization type for Mapping.InstanceTypes: Intersect.Localization.LocaleDictionary`2[[Intersect.Enums.MapInstanceType, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null],[Intersect.Localization.LocalizedString, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null]] -------------------------------------------------------------------------------- 2023-11-25 06:28:42.513 [Error] NotSupportedException: Unsupported localization type for Mapping.InstanceTypes: Intersect.Localization.LocaleDictionary`2[[Intersect.Enums.MapInstanceType, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null],[Intersect.Localization.LocalizedString, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null]] -------------------------------------------------------------------------------- 2023-11-25 06:28:44.389 [Error] NotSupportedException: Unsupported localization type for Mapping.InstanceTypes: Intersect.Localization.LocaleDictionary`2[[Intersect.Enums.MapInstanceType, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null],[Intersect.Localization.LocalizedString, Intersect Core, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null]] -------------------------------------------------------------------------------- 2023-11-25 06:28:53.463 [Error] KeyNotFoundException: The given key '' was not present in the dictionary. Stack: at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at Intersect.Editor.Forms.Editors.Events.FrmEvent.InitLocalization() in C:\Intersect-Engine\Intersect.Editor\Forms\Editors\Events\frmEvent.cs:line 974 at Intersect.Editor.Forms.Editors.Events.FrmEvent.frmEvent_Load(Object sender, EventArgs e) in C:\Intersect-Engine\Intersect.Editor\Forms\Editors\Events\frmEvent.cs:line 820 at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam) -------------------------------------------------------------------------------- How can i fix that?
  13. Today i finish my game's tutorial map
  14. Today i did some animated tiles and Mushroom monsters Embedded Video Link
  15. dude ur file name as wrong... do "Vault88Male-shoot_gun.png"...
  16. Today i do rework on my graphic assets
  17. make a basic attack hit animation set sound to animation... and set hit animation to your class...
  18. Today i did nearly complete in-game GUI
  19. Today i did added new 10 Hotkey and GUI elements
  20. Today i finished Player Box completely
  21. Today i did design new entitybox for GUI
×
×
  • Create New...