Search results

  1. B

    Indevelopment vs not indevelopment

    I am kind of confused by the words indevelopment and non indevelopment? What do they mean and what is the function?
  2. B

    TheGamingList is up for sale.

    I will miss seeing you around this place Digital, it was a lot of fun. I am sorry I haven't been the most active but I been a bit busy with life in general. I made a lot of new progress with my site, and I hope some of the topics are still available for me to learn from them. I know you are...
  3. B

    Duelingpets Update[PMboxes]

    I know I haven't been active on this site much lately but Duelingpets has kind of gone through a lot of major revisions. We now have Items, Itemtypes, Creatures, and Creaturetypes currently working. Shoutbox communication does work but has yet to be tested. PMboxes have been built but there...
  4. B

    Duelingpets Economy Draft

    @Anoua: I certainly can do that, but I think I will need others to test it as well. My sense of economy might not be the greatest and I don't know what users holding on this would be. I don't really have good grasp of user's stamina on this sort of thing.
  5. B

    Duelingpets Economy Draft

    So here is an idea have for my duelingpets economy, bare in mind I don't know if this will work. Any advice guys? Colorscheme = 16 points(Only source available at start) Blogs = 60 - 100 points(Only available after being purchased for 80 points) Pouch limit = 4000 points Each pouch upgrade...
  6. B

    Game owner interviews

    @Martyn: Thanks Martyn I would appreciate that.
  7. B

    Action 52 project

    @Martyn: Its okay. Action 52 is a collection of bad games that premiered on the Nintendo Entertainment System Console. It had glitches, bad collision detection, walls which you only had a fraction of a second to avoid. Games that crash, that sort of thing. @Mobotropolis: I am considering trying...
  8. B

    Game Economies? How to Stop Them From Getting Out of Hand?

    @Hare: Thank you Hare. I am kind of still new to the whole economy thing, but I do like your advice though. I guess as I get more experience maybe I will understand it a bit more. I think I will make a new topic about my economy idea and I like to see what you guys think about it.
  9. B

    In Development List

    @Martyn: Thanks Martyn and its okay I understand. I am currently working on getting my site up and running just its taking a bit longer then I expected it.
  10. B

    Evocality FAQ

    @Leef: When planing a site that will involve money transactions its very important that you make sure that the nonmember functions work first. If you plan your game around getting money up working first you wind up with a site that might become inaccessible. The other part is you need make...
  11. B

    Action 52 project

    I feel compelled after looking through the videos of the game that well, I want to create my own action 52 like game. I know it will be hard but I like to work with a good team of programmers. It be one of my dream games. yet I feel its more important for me to kind of learn the basics. I like...
  12. B

    Ruby on Rails 5.2 Server issues Index of / folder issue

    Hey guys I have another issue that I need help resolving. I just though maybe you guys might know what causing this issue. I am getting index of / instead of my rails site. Any advice as to what might be causing it? When I load my website the website shows the index of / that list all the...
  13. B

    Colorizing buttons

    I discovered a way to change buttons sizes, and colors without the use of bootstrap by css. In fact I can simply store the color inside the database itself and when the user wants to change the color of their colorscheme then bam it changes the color of everyone who uses it. Want to change...
  14. B

    Game owner interviews

    I don't know if you still do game owner interviews but I like to throw my name in the list even though my game is not yet done though.
  15. B

    Ruby on Rails 5.2 find by vname returns nil for valid value

    @Matthew: I discovered what the problem is. Turns out it was a validation error involving this statement. belongs_to :user In previous rails build such as rails 3 and 4 this worked. However in rails 5 it turns out that they added a required field to this. So to get to work like the old way...
  16. B

    To refactor or start from scratch

    @Feuerqueen: Basically what I mean is that say for example in order to add this new feature I need to jump through the hoops of a then I need add said code to b then to c, then all the other features available and so on. Other times the code can be written extremely badly and not be able to see...
  17. B

    Ruby on Rails 5.2 find by vname returns nil for valid value

    So I am having a bit of an issue. I have a user_id that is filled with the string bbones. Yet when I try to search for it using User.find_by_vname it results in a nil value being returned. What weird about this is that the vname actually does exist in the sql table itself. In Rails 3.2 this...
  18. B

    Game Economies? How to Stop Them From Getting Out of Hand?

    @Claws: That is pretty good advice. How do you know if your players are wrong or you are wrong in the way the economy works?
  19. B

    To refactor or start from scratch

    @Digital: The way I handled my code was to add features when the code base was good. However when I ran into issues when I got to 14 controllers something had to give and so I had to refactor the code so that it was cleaner. This worked for a while but once the major bugs cropped up, I had to do...
Back
Top