Search results

  1. D

    Wild Souls - Alpha Phase 1 now open!

    Thank you everyone for your patience. Registration is now open! Click here to go to the site. Some notes: - The game is in early alpha! Several features may be missing or incomplete - Battles and trading are not yet in the game, those are coming soon - Not many quests are available at the...
  2. D

    Wild Souls Alpha Phase 1 Coming Soon!

    Ok, I finally have some news! I have finalized what will be in Alpha Phase 1. It's a bit less than what's on the trello, but I decided to roll out updates for Phase 1 after opening since I figured that if I continued to hold out until everything was in there, it won't reach you guys for a very...
  3. D

    Cron won't add new rows (plus another new issue)

    I'm trying to add a cron that automatically creates a new show every 5 hours. After spending forever debugging, the cron no longer throws any errors when ran. However, it doesn't actually do anything.   $loop = $this->DB->query( "SELECT `event_types`.`id`...
  4. D

    Custom form field not working (PGF)

    I'm attempting to add a field into the breed creator in the admin panel where you can set a minimum and maximum height for that breed. However, it refuses to work, and the strange thing is that it did before. For a while it was working, and one day it stopped (and the code hadn't even been...
  5. D

    Twitter tags?

    I'm thinking about making a twitter for Wild Souls (and eventually Foodbabs later this year), but as someone who never uses twitter, I have no idea what tags are the best to use.
  6. D

    In need of a writer!

    I'm looking for a writer (paid or volunteer) that would be willing to write flavor text and questlines for my wolf sim Wild Souls. If you are interested, please PM me with examples and prices or DM me on Discord (Dinocanid #6171)
  7. D

    New theme, stockpile, and pup art

    It's time for a new update, and I have quite a few things to show off today! -Site Theme- I designed a brand new theme for the site! The background tiles like it does because of my browser's screenshot extension. It's a single image on the actual site. I'm still in the process of drawing...
  8. D

    Help with site theme?

    I've been having trouble designing a nice looking layout for Wild Souls. The current one is okay, but not at all on-par with most similar sites:   I can handle the actual CSS part myself, it's just the overall design I'm having trouble with. It's not eye-catching enough and pretty bland...
  9. D

    Hunting System!

    (300 HP for the hare is temporary. It's normally 30 and dies in 1 hit...if you can catch it!) The base hunting system is now complete! While exploring it is possible to find prey. After clicking "chase" it shows the hunting screen. In this screen you have the 4 different moves (with room for...
  10. D

    What are the percentages of these?

    My brains not working as well as it should be at the moment, and I can't figure out the percentages these equal to:   if($survival <= 100 && $survival >= 60){$code;} //high HP elseif($survival < 60 && $survival >= 20){$code;} //medium HP elseif($survival < 20...
  11. D

    Breeding System + Newborn Survival Mechanics + Tumblr!

    I think this would be the closest together I've had news posts for a while -- for the same site at least. The breeding system is now complete for player-to-npc. Player-to-player and npc-to-npc still needs to be worked on, but about 70% of the code would be the same so it's not that much more to...
  12. D

    Explore system!

    Throughout its development, Wild Souls has gone through a lot of explore system ideas that were scrapped. The biggest one being the Twine 2 explore system. However, with some help, the final version of the explore system is now functional! If you're in the official discord, you've probably seen...
  13. D

    Mysidia Deluxe

    (before I begin, does this go here? idk...) Mysidia DeluxeMysidia Deluxe is an open-source custom version of the Mysidia Adoptables script, based off of v1.3.4 and maintained by the community. It is available on GitHub.The "Why"Mysidia is a fantastic framework, but it's pretty old and outdated...
  14. D

    Shop preview + other things

    -"Starfall" Shop- It's been a while, but it's time to introduce the site's one and only shop! After your character dies, you can access the shop to unlock special cosmetics and items. These items don't take up space in your stash, so it's up to you if you want to spend your SP on a few...
  15. D

    Wolf creator demo + smaller news

    First things first, the wolf creator demo is here! Some of the markings don't cover the body like they should, which is my bad. It'll get fixed eventually, but unfortunately I saved every image before I realized the issue so I have to spend time fixing it manually and that'll take a while...
  16. D

    New video, along with smaller news

    First and foremost, a new video has been uploaded! It doesn't show much, just a quick example of how tasks work: I forgot to show it in the video, but the site won't let you complete the same task twice in one day. It also doesn't show an SP increase (because I forgot to add those 2 lines of...
  17. D

    An update of sorts

    This is more of a progress-report on how things are going under-the-hood. First off, the alpha release. It has been pushed back from the estimated "Q1 2018/late March" into "relatively soon". This vague ETA is due to the fact that the game isn't in a playable state that I feel comfortable...
  18. D

    News doesn't appear under game page

    I just noticed that the most recent news posts I've released for my game, Wild Souls and Foodbabs, haven't appeared in the "news and updates" tab of the game's page. (It does appear in game news though) I use the "+ Create" button at the top of the site to make the threads. Is this a bug or?
  19. D

    Background sizes?

    I've been having trouble finding what size fits best for a website background, where it doesn't look blurry or oddly stretched. (I have the css set to "cover" btw, but I've also tried 100%) My sites are set up so all of the content is in the center, with space on both sides to view the background.
  20. D

    Breeding system progress, AI improvements, and more!

    My last devlog in 2017! I feel like I've made great progress with the game in these 5 months, and I hope to do a lot more in the coming year. Now, onto the news! -Breeding System- For the past two days I've been working on the breeding system, which I may end up having to overhaul since the...
Back
Top