Organize and operate! Look you can eat an elephant if you take 1 bite at a time. That is what I am currently doing… no not eating an elephant… I am organizing my projects… I have spent about 6 months on this TTRPG project and its a beast, I LOVE it… I can create an ENTIRE game in the game now… Story > Map > SUB MAPS > ATTACHED MAPS This is a HUGE leap forward, because NOW a campaign can be multiple zones. But I am CURRENTLY struggling with the SAVE logic… Right now you must enter GM MODE to create a map… But SAVES to that map are FAST and synchronized to who is PLAYING the map, this became an issue because ONLY GM MODE can save over a map, sooooo I need to split that saves into new tables and this is a problem because each maps data is spread across multiple database tables… So I need to create a stored procedure to CREATE NEW tables with the PLAYERS SAVE DATA and attach those SAVES to the players… ONLY PROBLEM IS THAT THE DATABASE IS NOT BUILT FOR THIS RIGHT NOW…. There is a user login and authentication process but its developed for the GUI NOT the back end logic for map saving, so I have to architect that whole process out then engineer it down condense it to logical steps then BUILD the damn thing AGAIN… This may be an over complication on my part but until I sort THAT out I am kind of stuck… NON logged in players can PLAY READY TO PLAY MAPS… They have to use the characters the GMS have built in… “Survivors” or other characters… AND those games cant be saved, You play to test and just see what its like… THEN IF ITS A LOGGED IN players, THEY SHOULD be able to save a map named whatever they want to that is BOUND to their PLAYER ID, BUT I dont want their saves available to OTHERS who are logged in OR to NON logged in players these are PRIVATE saves for the REGISTERED PLAYERS… Then there is the WHOLE GM thing… They can build, save, update on the fly… Its wrangling kittens under a disco ball being hit with like 20000 laser pointers! Kinda can of worms to me, RIGHT NOW… but my brain may just not be in the mood to mess with that particular problem yet… Anyway I have set up the NEW domain and a NEW wordpress blog site to track those OTHER projects… like code fighter II – LOL I love that one… MalenasMedia, Fam-Plan, Abdomibal Snowman (Yes you read that right), and any other project I think up in the near future. Give it a peek to see what I do when I can do it.