Jump to content

Raza

Members
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Raza

  1. So, i got a weird bug today. I started working on my project today for the first time since maybe 6 months or something. I uppgraded my intersect version to 6.1 succesfully, but now i got something weird happening ! I made some dubbing (I hope it's the right word, i'm not an english speaker) for my game, and i have to use the functionality ''stop sounds'' after every dialogues to make the person stop speaking before starting a new sentence. But when I use it since I uppgraded my version, the game's audio starts to do weird things like loops of 1-2sec, the music stops, restart and stops very quilckly, sound effects doesn't works and so on ! does anyone know why ? Is the function ''stop sounds'' broken in 6.1 ? I hope this is the right place to ask, don't want to bother anyone. Thanks :)
  2. Hi ! How can I change the rarity colors ? For some reasons, my uncommon items are red. Thanks :)
  3. Everything has been answered, thanks for that. There is just 2 things i don't get. First, the mail. I know where it is stored but i don't know wich line or what i should modify to actuallly put my logo instead of the intersect one ! And the second thing is that when the agressive box and the swarm one are unchecked, the npc isn't defending himself, even if the player attacks him. What I would like to do is an NPC who attacks the player but only when the player is attacking him. I hope this is understandable !
  4. So, i have some questions concerning the new aspects of B6 ! 1) How can i change the logo of the passeword reset mail ? (The Intersect free 2d orpg online one) ? 2) So, i'm not really familiar with the new way the NPCs are working. My town's guards have there names in red ? Some of my villagers too but not all of them, some are green, i don't get it. How is the color of the NPC's name working ? 3) What is the behavior ''swam'' for NPCs ? 4) How can i make an NPC atttack only if he is attacked like i could do in B5 ? Thanks a lot !
  5. Actually i was talking about joining the game from another computer, but i just solved the problem, thanks for the help ! Sorry for posting this in the wrong place
  6. So, i just made the uppgrade of the engine (Beta 6), and i can't connect to my own server. I checked and i have the right Ip and port in the client and editor config file. My server is working, he is accesible to the public with the same Ip. My client and editor are telling me that the server is offline. If you need any screenshots, tell me. Thanks for the help !
  7. yeah, sounds even better !
  8. great idea
  9. I made this, i hope it will help.
  10. 1. Explanation So, i saw a question about how to change the character's hair in game, and it's possible but not really like you can think. I made it in my game so i would like to share it here for this dude and for everyone else who need it. How it is working ? Very simple. The player will be able to go in a barber shop to choose a new hair cut, and this hair cut will cost a certain price. But how is it working in the back stage ? Simple, the sprite of the character will change with a new hair cut. Let's jump into it. 2. Sprites 3. Place 4. Common Event 5. hairdresser 6. Informations And thats it ! You can now dynamically change your haircut when playing ! I'm sorry if my english isn't right, that's not my native language ! You can of course add as much as haircuts you want, just repeat the tutorial for every single one of them ! If you have questions, i will take the time to respond, and down there, there is some few adds that i've done and you can do if you want : you can add a scissors sound after the option text where te player can choose his haircut. You can do 2 different barbershops, one for men and one for women. Just add an option when you start talking with the hairdresser who checks if your gender is male or female You can teleport the player on a chair when the cissors sound starts to play to add a little bit of life, and teleport him back in the room after like 5 seconds. (using the warp system, and the hold and release player option)
  11. Raza

    Click sound

    And what are MouseUp sound and MouseDown sound ?
  12. Raza

    Click sound

    Where exactly in the json file should i need to put the name of my sound ? edit : nevermind, i thing i found it, thanks a lot
  13. Is there any way to add a sound when you click on a button in the menu for exemple ? thanks !
  14. Raza

    Text color

    Not working, but thanks anyway
  15. Hello ! I have recently changed the eventdefault and eventreponses.png windows, and they are pretty much white. The problem is, the text that appears on it is white too, so my question is, how can i change the color of the text when i talk to a png or when a textual event appears, etc.. ! There is a lot of json files and it's probably in one of them but i don't know wich one. Thanks a lot
  16. Alright, working perfectly fine, thanks for your help, you can close this discution !
  17. i'll try, I keep you informed
  18. Yes i did, everything was working fine since this afternoon, my friends where playing the game with no errors, so i don't really get it, could it be an unknown bug ? Do i need to download again all the B5 or is there a way to get everything working back ? the weirdest is that the original game is perfectly working
  19. thanks. I did that and the launcher just recreated a client_strings with the english translation, but the game still doesn't want to lauch, i have now a new error 2018-12-05 20:17:25.650 [Error] Message: Error loading json ui for CharacterCreationWindow 2018-12-05 20:17:25.650 [Error] Stack Trace: à Intersect.Client.Framework.Gwen.Control.Base.LoadJsonUi(UI stage, String resolution, Boolean saveOutput) dans C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client.Framework\Gwen\Control\Base.cs:ligne 167 à Intersect.Client.UI.Menu.CreateCharacterWindow..ctor(Canvas parent, MainMenu mainMenu, ImagePanel parentPanel) dans C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client\Classes\UI\Menu\CreateCharacterWindow.cs:ligne 138 à Intersect.Client.UI.Menu.MainMenu..ctor(Canvas menuCanvas) dans C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client\Classes\UI\Menu\MainMenu.cs:ligne 111 à Intersect.Client.UI.Menu.MenuGuiBase.InitMenuGui() dans C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client\Classes\UI\Menu\MenuGuiBase.cs:ligne 20 à Intersect.Client.UI.Menu.MenuGuiBase..ctor(Canvas myCanvas) dans C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client\Classes\UI\Menu\MenuGuiBase.cs:ligne 15 à Intersect.Client.UI.Gui.InitGwen() dans C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client\Classes\UI\Gui.cs:ligne 93 à Intersect.Client.GameGraphics.Render() dans C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client\Classes\Core\GameGraphics.cs:ligne 353 à Intersect.Client.IntersectGame.Draw(GameTime gameTime) dans C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client\IntersectGame.cs:ligne 129 à Microsoft.Xna.Framework.Game.DoDraw(GameTime gameTime) à Microsoft.Xna.Framework.Game.Tick() à Microsoft.Xna.Framework.SdlGamePlatform.RunLoop() à Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior) 2018-12-05 20:17:25.650 [Error] Stack Trace: à Newtonsoft.Json.JsonTextReader.Read() à Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) à Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) à Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) à Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) à Intersect.Client.Framework.Gwen.Control.Base.LoadJsonUi(UI stage, String resolution, Boolean saveOutput) dans C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client.Framework\Gwen\Control\Base.cs:ligne 157 2018-12-05 20:17:25.650 [Error] Time: 12/5/2018 8:17:25 PM I'ts strange because i haven't change these files recently
  20. A bit of help would be great ! 2018-12-05 15:52:53.629 [Error] Message: Additional text encountered after finished reading JSON content: ". Path '', line 687, position 4. 2018-12-05 15:52:53.630 [Error] Stack Trace: à Newtonsoft.Json.JsonTextReader.Read() à Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) à Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) à Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) à Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) à Intersect.Client.Localization.Strings.Load() dans C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client\Classes\Localization\Strings.cs:ligne 798 à Intersect.Client.IntersectGame..ctor() dans C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client\IntersectGame.cs:ligne 35 2018-12-05 15:52:53.630 [Error] Time: 12/5/2018 3:52:53 PM When i'm launching the original copy of my game without the launcher, everything is working pretty fine but when i try to launch the game using the Jc's launcher (thanks for that btw, damn that's useful) like a normal player, the launcher say that all the updates are done and crash right after with this error in the logs. I've already try to copy and paste the original copy of my game in google drive after deleting the content of the ''old'' version, but it didn't change anything sadly... I don't even know if the error is coming from me.. Is the launcher broken ? Thanks if you have an answer, and even if you don't thanks for your time !
  21. I'm not very sure of how to use that and what it could be used for, I think I do not understand very well.... Do you have an exemple ?
  22. What is scaling amount ?
  23. Raza

    Class problem

    Well, i’m In holidays, that’s probably why i haven’t seen that, thanks you
  24. Hello ! I’m stock with a problem right now. In my game, i’m doing a system where you can upgrade your class during the game. Like if you are a basic warrior, you can choose between X and Y after reaching a certain level, because X and Y don’t have the same spells, BUT ! I created classes for that, and with an event you can change and become X or Y, the problem is that those classes are available in the menu when you are creating your character (logic but it’s a problem for me). So is there any way to change that ? Because when you reach the level 100 you can choose berserker for exemple, but in the menu you can choose berserker from the start, Mhh...
×
×
  • Create New...