CodeSpartan, thanks for the quick response. You have done a great job on this kit.
Announcement
Collapse
No announcement yet.
MMO Starter Kit
Collapse
X
-
Hey guys! just started prodding around and remembered some people asked if this can be used for a first person MMO style game.
oh, its easy...
Open your GuyModularPC, drag Camera onto Mesh (so it attaches)
open viewport (still in GuyModularPC)
click Camera in component section
in details panel, Sockes, attach Camera to the head socket. (click the list to choose from several points)
in camera settings (still detail panel) check Use Pawn Control Rotation
now, in the components tab, click GuyModularPC(self) (should be the one on top)
in the details panel check
Use Controller Rotation Yaw.
first person!
Comment
-
Originally posted by dbxi View PostOne quick question, if someone decides to purchase this kit then ends up modifying it, tweaking, essentially overhauling and making it their own, how does that work when you go to sell your game? Is there any sort of copyright issues when working with something like this?
Comment
-
Originally posted by MrMrC View PostGuys or Spartan,
Purchased the package today, and really good stuff. However struggling with getting it running fully. Once I try to register a new character it seems like only the user table gets updated (correctly). Character table remains empty.
Thoughts?
Canswered you there
Comment
-
http://localhost/xampp/mmologin.php
if i go to this adress now the message is:
Warning: mysqli::mysqli(): (HY000/1045): Access denied for user 'your username'@'localhost' (using password: YES) in C:\xampp\htdocs\xampp\mmologin\mmoconnection.php on line 9
{"status":"Connection failed: Access denied for user 'your username'@'localhost' (using password: YES)"}
i'm looking in the mmologin.php document. but in line 9 in notepad++, i cannot parse what to change. my relevancy with web before has been some simple html editing\markup usage :P sorry!Last edited by Lokmarillion; 04-12-2015, 08:54 AM.
Comment
-
Originally posted by Lokmarillion View Posthttp://localhost/xampp/mmologin/mmologin.php
if i go to this adress now the message is:
am i at least on the right track here? in xampp control panel, apace,mysql and filezilla is green :P
i'm looking in the mmologin.php document. but in line 9 in notepad++, i cannot parse what to change. my relevancy with web before has been some simple html editing\markup usage :P sorry!Last edited by captain obvious; 04-12-2015, 09:30 AM.
Comment
-
alright, so i added root as username, since i havent made a username in my setup as far as i can remember? :S also set the root password.
set the dbname to mmo <--correct?
what it gives me now is:
Notice: Trying to get property of non-object in C:\xampp\htdocs\xampp\mmologin.php on line 8
Notice: Trying to get property of non-object in C:\xampp\htdocs\xampp\mmologin.php on line 9
Notice: Undefined variable: stmt in C:\xampp\htdocs\xampp\mmologin.php on line 12
Fatal error: Call to a member function bind_param() on null in C:\xampp\htdocs\xampp\mmologin.php on line 12
I'm loving your name btw, and ensure myself that every answer i get should really be obvious! hehehe.
Comment
-
It seems that you're fairly new to database / php.. so a word of advice.. pick this book up: http://www.amazon.com/PHP-MySQL-For-.../dp/0470527587
I have one a few editions earlier, and I still reference it from time to time.WIP: Science Project - A collection of middle school through advanced college level science theory and formula-based functions for use in your own projects
World Machine to UE4 Export Macro
WM Folder Generator - Creates a folder that you name with HeightMap, NormalMap, SplatMap, and Tile sub-folders
Comment
Comment