Start by creating a character…
Please log in to manage your characters.
NEED SOME IDEAS FOR YOUR CHARACTERS?
Some of our OTHER PLAYERS CHARACTER CREATIONS!
You must be logged in to view your characters.
This page is to test IF a person is logged on SHOW any characters associated to that LOGIN ID.
For CHARACTERS. I want to collect the following data
NAME, AGE, HEIGHT, WEIGHT, BUILD, STYLE, JOB AND BRIEF BACKSTORY.
Bobby Bouch’e 39, 5’5″, 165, Lanky, Nerdy, Waterboy. Bobby has been working as a waterboy for the local football team when he was fired and now is looking for a new job.
The code will build a prompt for MY ai from those details…
Create a simple comic book character for this description FOCUS ON JUST the main characterโฆ
My PLAN is to use a HEADLESS Ai piping this database field data to StableDiffusion to generate an IMAGE for the player based on their descriptions.
FOR EXAMPLE… I create a NEW character with the following bio. Summed up of course…
Bobby Bouchโe 39, 5โ5โณ, 210, Chubby, Nerdy, Waterboy. Bobby has been working as a waterboy for the local football team when he was fired and now is looking for a new job.

This data will stored the character database table with NO BASE image that, MY local system will listen for changes in that table and query for NULL base images. then Loop through the descriptions passing that as parameter data to the LOCAL AI to create the picture. Then with PYTHON I will insert that image to the media folder for the website and collect the URL data from that table and populate that into the Character table via TRIGGERS in the database NOT the front end application. As the game plays there is a CHANCE that damage or actions can change the characters appearance so we will need an image TRACKING table for the USER ID, CHARACTER ID and IMAGES_ORDER ALTERED = 0 then BASEIMAGE OR ALTERED =1 then BASEIMAGE+ 1,2,3,4,5 so on and so forth. The counter order will serve as the CAROUSEL counter in paginated format < 1,2,3,4,5 >. IF that change is registered in the database a NEW image is generated and the OLD image is moved to a secondary data table with an order tracking marker.
ALTERED=0/1
DURING CAMPAIGN I NEED A POLLING ACTION TO CHECK CHECK THAT FLAG… If Altered = 1
COLLECT the previous generated text
Bobby Bouchโe 39, 5โ5โณ, 210, Chubby, Nerdy, Waterboy. Bobby has been working as a waterboy for the local football team when he was fired and now is looking for a new job.
AND ADD ON
His face is now cut from an attack from a mutant dog. And his DNA is changing to something unknown. he is in a panicked state as the unknown change grips his heart.
Send to the Stable diffusor to generate the new image…

The CHARACTER sheet will contain the CAROUSEL and player images THUMBNAILS so the player can see their character change over time. Then repeat and update the secondary table.
Bobby Bouchโe 39, 5โ5โณ, 210, Chubby, Nerdy, Waterboy. Bobby has been working as a waterboy for the local football team when he was fired and now is looking for a new job.
His face is now cut from an attack from a mutant dog. And his DNA is changing to something unknown. he is in a panicked state as the unknown change grips his heart.
Add on
Bobby is developing DOG EARS to hear sounds otherwise unnoticed by humans. His hair begins to form into a MOHAWK and his EARS Grow LARGE and pointed similar to a were wolves ears.

Over the course of the campaign your character may change in crazy ways… And you will be able share view them in order and create a character change comic book that you can share with others. To PACE the art with the GAME EVERY FEW STEPS A PANEL PAGE IS GENERATED AND WHEN a CAMPAIGN is complete ALL images of ALL AND the campaign text STITCHED together and will be used to generate a VIDEO of the campaign for the user as well. Maybe I will post them to my youtube channel.
The intention is that EVERY player will be able to GENERATE A STORY LINE in my game that they can share to and let others FOLLOW AND LIKE… The process will create 100% unique stories with 100% unique characters. The ONLY thing that wont change is the SETTING. For now its a SMALL setting but when I have this fully developed it can be an ENTIRE UNIVERSE of endless adventures that are ONLY LIMITED BY YOUR IMAGINATION not a trillion rules or strict programming that prevents you from doing what you WANT to do if its .
FOR NOW I NEED TO DEVELOP THE CHARACTER CREATION AND DISPLAYS
You must be a REGISTERED USER
AND LOGGED IN. The loop queries the user table and matches to a USER if it exists… THEN queries the CHARACTER table to list all the characters that exist FOR that LOGGED In user.
If you are a tester I will need to CREATE your first characters as I do not have the forms build yet.
This only works for LOGGED in users. You MUST create an account to be presented the characters. I have successfully created the custom database table, added table constraints, created the SQL for this page to work and tested it.
It will require a lot of refinement. I need a DELETE button and EDIT form. I need to add an AVATAR image boilerplate. Those will be done LATER on the TEST server the BASE development of the process is complete.
I am satisfied with this part I am moving on to the NEXT part — a D20 DICE.