Hey Sqitshi, was able to open project in source-built 4.14 with your edit, however ut broke a couple items in the mmoplayerchar and mmocontroller blueprints, so probably going to wait to see what codespartans thinks for porting it.
Hello @ i buyed the KId and have try to Email/Skype you but no replay @all.
yes 2 things 1 in mmoplayercontroller and 1 other. i managed to fix that problems but i havenāt tested till now if the server is broken.
Hey anybody know where the mouse rotation is stored. I want to get the player rotation to follow the mouse cursor but Iām having trouble, thanks!
Ok got my previous question answered, however Iām now wondering how the server handles character generation. This is because when I log in, MyCharacter no longer works like it does when I start the map without logging in.
Hey Calhoun, this may not help but 2 questions:
-
Did you set up your sql database and php files, and point to the hosted location of the php files in the project?
-
Are you playing in the editor? To play in the editor you should just just need to check run dedicated server under the play button dropdown.
-
Did you follow the instructions for creating a test character to play in the editor? Once created from the start map, instead of logging in you should stop playing, log into your hosted database and set your id to 0 for the created char, then play the desert map.
Hope this helps, all this and more is covered in the documentation linked of the first page of this thread.
Hello guys, i have one issue that is a little strange, database connection works nice but when i click on ācreateā after writed a name for my character, i choose class, nothing happens. Thanks. Also by any hope, an idea of how i could assign stats/heal/mana etc for specific class with also ālevel listā with xp to get to lvlup ?
I tried add each stats in database, like stamina, strength etc. Or maybe works with an Enum, i donāt know better is. Thanks again
EDIT : iām ok i think with the issue start game, thinking for the class stats
Hey Piepants thanks for helping out. I think Iāve figured out my previous questions. My current problems are that Iām wondering where the enter world functions are (which blueprint) as for some reason since yesterday the map will no longer load when I click the enter button. Otherwise Iāve made a system where you can switch between first person/third person but Iām having a hard time referencing the player as he has no index (as far as Iām aware).
I seem to be having issues making new monsters.
Iāve got 3 monsters created, all inheriting RoamingCharacter. For each of these, I initially duplicated Bandit.
For each one, Iāve set the mesh, the materials, and the animation blueprint. In each case, the animation blueprint is a duplicate of the main player one, with the new animations and idle animations plugged in.
They are Cow, Golem, and Skeleton.
Cow works fine. It walks around happily. Golem and Skeleton stand absolutely still, playing their stationary idle animation, and rotate to face the player. Iāve tried adding the golem mesh and animations to the cows, and it functions, so itās not the mesh or the animation, as far as I can tell. The new monsters are, as I say, literally copies of bandit.
What am I missing?
edit, 11/23 So, I worked this one out by chance. Iāve not got my own map in yet, Iām doing to combat code etc with the desert map placeholder⦠The NPCs wonāt move or animate in certain areas on that map.
Hmm Iām having trouble connecting with Enter World. It worked fine the other day, and nothing has changed. Thereās no errors, nothing happens. Any ideas? (for the record my backup, a pristine version wonāt work either even though teh first step (the login) works fine).
I actually found an error after letting the editor roll for a few minutes after spamming the enter button. It says that the blueprint My Character is having trouble accessing the FullUIWidget in the close container function. Whatās odd is I havenāt messed with that widget in forever, and yet it oddly stops working now.
Calhoun, are you using port forwarding in your router settings for you ip address to connect to the server? If so, is it possibly that your ipv4 address has changed after restarting your pc (like from 102 to 101)? Iāve had that happen to me, unless youāre just talking about playing from the editor in which case Iām not sure that matters.
Dahak, do you have a nav mesh bounds volume for all of your monsters? I would expect the behavior youāre describing if the monsters standing still are not within the navmeshbounds volume. Otherwise Iād double check their blueprints and make sure they are using the same roaming blackboard behavior tree as your cow. I know Iāve had instances of blueprint parameters being reset to defaults of their parent blueprint.
Iām playing from the editor. Itās weird because the exact same setup worked like 2 days ago just fine.
Hello there, iām reinstalling database / rebuilding game like 10 times, so i lost all each each time⦠i played nice some days ago on editor like Calhoun, and if its not the create character that not works its enter in world any fix ? thanks
Yeah for me itās purely the enter world button that seems not to be working.
Yes i canāt work on my game because i reinstall each time itās worked before but now, seems broken. Will try with the source 4.14 that i build, but i think will be same things kinda. An idea of when the new version will coming ?
Calhoun or others, an idea of how i can set up caracteristics like strength etc and assign some for each classes ( like warrior etc. ) and change values if have items with +stats. i thought about Enum and works in mmocharacter ? but maybe other way, thanks !
Hey KamiK thereās a whole section in the documentation about creating your own persistent variables.
As for me, Iām still having trouble with a non functioning enter world button.
Hello Calhoun, thanks for your answer, i already seen whole docs to see how its works, i have added āEnergyā but i canāt even do works 'if player attack energy increase like 10% by shot ā so else i have heal+mana and energy, in Database+php files and in the 2 blueprints functions like its writed in the docs. But my question was more like how add caracteristics complete and assign server to say : if you create a warrior ( or anything other class ) : set strenght to : 20, stamina : 50 etc. ( and after modify this if people have item that up this stats ). Then if player have more strength -> attack stronger -> spell stronger etc. Iām maybe not really strong in blueprint yet, but if you have a start of idea really thanks.
About your problem, i solved it yesterday night, i hope its will help you. I have re read again like 15time doc and so i rebuild project. then i log, create one character BUT I NOT ENTER WORLD, i just quit. Then i go in database and changed id to 0 in character id ( not user table ). Then i switch to dedicated server, desert map, play and i will have my character ( with class ) that will spawn ( with same name you writed normally ). But each time you have to play with map, you cant log with Start map. If you want add an other character and play with, just create one again, switch his ID to 0 then you will play with it.
I had this error like you because it seems not possible to play in editor by starting menu ( even if i think its worked before ).
Hey Kami, thanks a bunch dude. Your answer helped me find the issue. Anybody else get weird choppy performance when playing from the start map.