osswmi
Fan Games Pass Holder
I.T. Nerd / Storm Chaser / Train Watcher
Posts: 133
|
Post by osswmi on Jul 12, 2016 21:39:33 GMT -5
So I saw the audition thread for someone claiming to be me. YIKES! That almost look like it was a Nigerian scammer because it was such an utter failure. LOL! Anyways, I have just about finished the WWTBAM 2016 controller. I will soon post a video on my channel www.youtube.com/user/FlaminOne of the controller. This has been a "down-time" project at work since the county I work for is in the process of switching out our equipment for upgrades. As for the "Clocked Slots" I'm still roaming through ideas. I have a lot in mind and am really trying to debate on what I want the first edition to include, as I want the software to evolve over time.
|
|
|
Post by ausgameshowfan on Jul 13, 2016 1:33:43 GMT -5
I want to help with ideas for the Clocked Slots but I have so many ideas I want the game to have, I feel it would just feel like too much to ask.
I do want to ask if the 2016 controller or the slots game will become available to the public (or at least Fan Games Access members). I would like to provide feedback if and when they become available.
|
|
osswmi
Fan Games Pass Holder
I.T. Nerd / Storm Chaser / Train Watcher
Posts: 133
|
Post by osswmi on Jul 13, 2016 7:10:08 GMT -5
Both will become available only to Fan Games. I won't be releasing these to the public like I did my Classic controller app.
|
|
|
Post by ausgameshowfan on Jul 13, 2016 7:21:59 GMT -5
That is fine. As you can see, I am a fan games access member anyway. So feedback will be able to be given from me.
|
|
|
Post by milliondollarsav on Jul 13, 2016 22:24:31 GMT -5
Quick question. Are you adding the "Cut the Question" lifeline from some special weeks in the 2016 version?
|
|
osswmi
Fan Games Pass Holder
I.T. Nerd / Storm Chaser / Train Watcher
Posts: 133
|
Post by osswmi on Jul 13, 2016 22:29:10 GMT -5
Yes I have added that. It will be an optional lifeline that the end user can turn on and off.
|
|
|
Post by milliondollarsav on Jul 14, 2016 6:53:05 GMT -5
Ok. I don't get why they don't use that as a regular lifeline on the show. It should be like the switch lifeline where you have to earn it on the 10th question.
|
|
osswmi
Fan Games Pass Holder
I.T. Nerd / Storm Chaser / Train Watcher
Posts: 133
|
Post by osswmi on Jul 28, 2016 22:39:48 GMT -5
So I've just finished uploading my screen recording of the WWTBAM 2016 Game Controller that I finished creating these past few weeks. See the link below. I'm not yet ready audition for Fan Games yet however because there some more things I need to do. I plan on taking this new controller and using it as a base point to re-do the shuffle controller that I made some time back, so that I can make it available for the Fan Games section at the same time I make this one available. Also, I'm going to have draft up all the documentation on how to use these controllers as well which is going to be a little difficult because I will have to get my mind out of the "programmers mind set" in order to make the instructions on how to use these controllers as clear as possible. Hope these last few items shouldn't take long, and then I can start/restart working on my Clocked Slots Project. www.youtube.com/watch?v=Vkx52v90U80
|
|
|
Post by ausgameshowfan on Jul 29, 2016 4:56:23 GMT -5
So I've just finished uploading my screen recording of the WWTBAM 2016 Game Controller that I finished creating these past few weeks. See the link below. I'm not yet ready audition for Fan Games yet however because there some more things I need to do. I plan on taking this new controller and using it as a base point to re-do the shuffle controller that I made some time back, so that I can make it available for the Fan Games section at the same time I make this one available. Also, I'm going to have draft up all the documentation on how to use these controllers as well which is going to be a little difficult because I will have to get my mind out of the "programmers mind set" in order to make the instructions on how to use these controllers as clear as possible. Hope these last few items shouldn't take long, and then I can start/restart working on my Clocked Slots Project. www.youtube.com/watch?v=Vkx52v90U80Hang on, you say Google Chrome is the only internet browser that works? With my experiences of the freely available HTML5 Classic Controller, Google Chrome fails to work at all. I can make it to the let's play music for the first question, but cannot get to the point where a question appears on the screen. For my experiences, I have figured out that Mozilla Firefox works the best. It might even be the only internet browser that works on a latest Windows 10 operating system but I am not sure. Have to check again to make sure on Microsoft Edge and Internet Explorer. When I am able to set up a rare game against friends at my high school (the school computers are all Macs) Safari works best I believe. Firefox works as well, probably no other internet browser. Has been a while since I have been able to do this so I might need to check the next time I am at school. My personal home computer was however bought on my birthday in November 2014. Could this be an issue I have been having without knowing it? If this isn't a problem, could it be that you changed the mechanics in this new 2016 controller to only allow Google Chrome to work?
|
|
osswmi
Fan Games Pass Holder
I.T. Nerd / Storm Chaser / Train Watcher
Posts: 133
|
Post by osswmi on Jul 29, 2016 7:45:39 GMT -5
If Chrome fails to work at all for the classic controller, then the classic controller shouldn't work in any other browser at all (regardless of windows vs mac vs linux etc...). If the "lights down" music plays but you see no questions then this is because the application did not load the questions correctly and chances are this is because your not running the application properly. Under normal circumstances these controllers can not be run by simply opening the "Default.html" document in a web browser because the computer interprets this action as just opening a local file. When you do this and the application makes a request to read the questions.xml file the browser denies that request because it "assumes" you are requesting a foreign file resource and this is blocked by what is called "Same Origin Policy". If you open the application as you have been doing in Chrome and then press the "F12" key, this opens what is called developer mode. Then if you click the tab that says "Console" in the window that opens, usually if there is a problem with the application, it will be shown there in red and may say something like "XMLHttpRequest cannot load file questions.xml. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource." Chances are if you are running this application on a school network, then you cannot setup/install a web server on those machines for obvious reasons. Now there is a way to run the application without a web server in Chrome. Chrome has a way that you can launch an instance of it without the security settings being implemented. I do this in a Microsoft Windows environment by running the following command: chrome --disable-web-security --user-data-dir=C:\Users\<YOUR_USERNAME_HERE>\AppData\Local\Google\Chrome\User Data\Default Of course the "--user-data-dir" command structure above will be different depending on what operating system you machine is running but Google has a post on how to do this located here: www.chromium.org/user-experience/user-data-directoryNow I do caution about running this command. If you open chrome this way, just be sure to close Chrome entirely and launch it normally BEFORE you go browsing any other web sites. But as far as mechanics, nothing has changed.
|
|
|
Post by ausgameshowfan on Jul 29, 2016 7:57:59 GMT -5
My computer model is an Acer Aspire V 15. What is yours?
|
|
osswmi
Fan Games Pass Holder
I.T. Nerd / Storm Chaser / Train Watcher
Posts: 133
|
Post by osswmi on Jul 29, 2016 8:58:33 GMT -5
My computer model is an Acer Aspire V 15. What is yours? Computer models have no bearing on these controllers. Go to whatsmybrowser.org and then copy and paste the share link that the website gives you in this thread so I can see what system and browser version your running.
|
|
Stellex
From New York, everybody, good night!
Posts: 104
|
Post by Stellex on Jul 29, 2016 10:44:52 GMT -5
Amazing. Absolutely amazing work. I can't wait to see what you do next. Without doubt, you will get into Fan Games with ease!
|
|
|
Post by leimeisei on Jul 31, 2016 23:42:26 GMT -5
Wow looks great graphically. Amazing.
|
|
GSK
Posts: 1,358
|
Post by GSK on Aug 1, 2016 0:12:01 GMT -5
Wow looks great graphically. Amazing. Seriously though, welcome back? I hope?
|
|