Jump to content

Jeod

Forum Game Masters
  • Posts

    9,136
  • Joined

  • Last visited

  • Days Won

    81
  • Donations

    5.00 USD 

Everything posted by Jeod

  1. I'll leave the rest to @Raap then, as he may be referring to something else entirely. On another note, I noticed on the home page, particularly under the C&C Mobile Games dropdown, that you have "Download on the iTunes Store" buttons for C&C Red Alert for iPhone and iPad. Not only are these games one and the same (you could do with a 'for iOS' page and merge the two), but they are also defunct. EA pulled them from the App Store, and so those buttons redirect to the iTunes home page and nothing more.
  2. Anndendum: I do get the same 'connection is not secure' error on the home page, cncnz.com, as of now.
  3. Here's a screencap. What I did was type in 'cncnz.com' into my address bar, then clicked on the Forums button. Since Firefox doesn't show http or https prior the URL, I manually typed in http and got the same result.
  4. I get this on the forums only, not on the home page or anywhere else. Firefox, latest version. Most likely the SSL certificate.
  5. I'll toss a pic into the 'computer references' pile. This is from a Red Alert scene, so you can see what kind of gizmos and gadgets they used in data centers. Looks like a newer model than those old black and white photos.
  6. Looking at the concept art and renders from RA1, I really want to see a redone model of the Missile Silo now. Where are the interior windows or maintenance catwalks to show this area? Anyway, back to the thread at hand, it's all coming along nicely Bob! You've done some great work here. While the iron curtain testing chamber is a nice thought to add, I think the ideas are moving too quickly. I like the pace you've set for yourself so far. Try not to work on too many things at once.
  7. I'm done with my deadposting. I was just sick of seeing him cry "waah Jeod forced me into this". *crawls back into the shadows*
  8. As proof, here you are. I'm far from the inconsiderate player. (I don't believe this PM affects the game in any way because it's a simple discussion of game mechanics)
  9. That said, while I have a lot of things to say about the game's events etc., it'll have to wait until game end.
  10. I didn't plan a thing. It just happened to turn out that way; I feel that I played my best town game yet, and we all knew that two of us would have to be scum at the end. That's the problem with the "players can choose their alignments" gimmick--no matter what happens there will always be a losing faction, and it isn't always planned.
  11. Your CVC: Chaos_Knight voted Retaliation FRAYDO voted Voe kamuixmod voted TheIrishMan Kilius voted no one Retaliation voted no one Voe voted TheIrishMan OrangeP47 voted Voe TheIrishman voted Retaliation *TheIrishMan, Voe, and Retaliation are tied with two votes each. Day ends in ~8.5 hours.
  12. NON-GAME RELATED DEADPOST Dear Ryan @Category 5 Hurricane, We have all agreed that you have been doing an amazing job in hosting this game, and we wanted to show you how much we appreciate the time and dedication you have put into this. We hope you haven't lost out on too much sleep in keeping up with our antics. Once this is all done and settled, do catch up on sleep and time with your family! You made this game insanely fun for us and we can't thank you enough, although maybe this Amazon gift card from us can. Thank you again, man! It's a blast! Signed, Jeod OrangeP47 ChopBam kamuixmod Chaos_Knight Voe Nodlied FRAYDO TheIrishman *Check your spam/junk folder if you don't see anything; PM me if there's trouble with your gift. **About the "Happy Father's Day" bit: I derped and forgot to change the gift card style. We are absolutely not colluding with your wife to tell you she's pregnant!
  13. @Einstein Would you know what's up here since it's MSDN stuff? The problem is line 43, with the nsIProcess.init() code. It keeps throwing an exception saying the file does not exist, but the file is created just a few lines above--and even initialized.
  14. Well, here we are again. I've found my old script and modified it to suit W3DHub, however it doesn't work. On loading the plugin to Chatzilla, the following error occurs: I suspect an update to Chatzilla has caused this. It's been a few years after all. Still, I'm adding my source code here in case someone wants to modify it or fix it or something. /* W3DHUB IRC PLUGIN SCRIPT * AUTHORS: JEOD, NOD00 * WEB: http://www.w3dhub.com * CONTRIBUTORS: */ var file1 = Components.classes["@mozilla.org/file/local;1"] .createInstance(Components.interfaces.nsILocalFile); var process1 = Components.classes["@mozilla.org/process/util;1"] .createInstance(Components.interfaces.nsIProcess); var file2 = Components.classes["@mozilla.org/file/local;1"] .createInstance(Components.interfaces.nsILocalFile); var process2 = Components.classes["@mozilla.org/process/util;1"] .createInstance(Components.interfaces.nsIProcess); var file3 = Components.classes["@mozilla.org/file/local;1"] .createInstance(Components.interfaces.nsILocalFile); var process3 = Components.classes["@mozilla.org/process/util;1"] .createInstance(Components.interfaces.nsIProcess); var file4 = Components.classes["@mozilla.org/file/local;1"] .createInstance(Components.interfaces.nsILocalFile); var process4 = Components.classes["@mozilla.org/process/util;1"] .createInstance(Components.interfaces.nsIProcess); //The variables used in this script var apbgamepath = "C:\\Program Files(x86)\\W3D Hub\\games\\apb-release\\game.exe"; var tsrgamepath = "C:\\Program Files(x86)\\W3D Hub\\games\\tsr-release\\game.exe"; var artestpath = "C:\\Program Files(x86)\\W3D Hub\\games\\ar-testing\\game.exe"; var tsrtestpath = "C:\\Program Files(x86)\\W3D Hub\\games\\tsr-testing\\game.exe"; var connection1 = "178.162.193.144:9016"; //APB Default IP and Port var connection2 = "178.162.193.144:9215"; //TSR Default IP and Port var connection3 = ""; //AR-Testing Default IP and Port var connection4 = ""; //TSR-Testing Default IP and Port file1.initWithPath(apbgamepath); file2.initWithPath(tsrgamepath); file3.initWithPath(artestpath); file4.initWithPath(tsrtestpath); process1.init(file1); process2.init(file2); process3.init(file3); process4.init(file4); plugin.init = function _init(glob) { display("This plugin can join the following servers: APB (/apb), TSR (/tsr), AR-Test (/art), TSR-Test (/tsrt). You must include a player name after the command. (i.e. /apb yourname) You can also type /edit to edit the server information in any of the above servers. If your game path is different than the default install path, you can change it by typing in /[game]path (i.e. /apbpath). You can also restore the default settings by typing /restore."); plugin.id = "W3D Hub IRC Launcher"; plugin.minor = 1; plugin.major = 0; plugin.version = plugin.major + "." + plugin.minor; plugin.description = "Allows direct connection to W3D games using IRC commands"; plugin.cmdlist = [ /* command name function flags usage*/ ["apbpath", cmdEditAPBPath, CMD_CONSOLE | CMD_NO_HELP], ["tsrpath", cmdEditTSRPath, CMD_CONSOLE | CMD_NO_HELP], ["artpath", cmdEditARTestPath, CMD_CONSOLE | CMD_NO_HELP], ["tsrtpath", cmdEditTSRTestPath, CMD_CONSOLE | CMD_NO_HELP], ["edit", cmdEditConnect, CMD_CONSOLE | CMD_NO_HELP], ["apb", cmdLaunchAPBServer, CMD_CONSOLE | CMD_NO_HELP, "<name>"], ["tsr", cmdLaunchTSRServer, CMD_CONSOLE | CMD_NO_HELP, "<name>"], ["art", cmdLaunchARTestServer, CMD_CONSOLE | CMD_NO_HELP, "<name>"], ["tsrt", cmdLaunchTSRTestServer, CMD_CONSOLE | CMD_NO_HELP, "<name>"], ["restore", cmdRestoreDefaults, CMD_CONSOLE | CMD_NO_HELP], ["about", cmdServerList, CMD_CONSOLE | CMD_NO_HELP] //Add a comma at the end of the previous command if you wish to make another command ]; client.commandManager.defineCommands(plugin.cmdlist); } plugin.enable = function _enable() { plugin.commands = client.commandManager.defineCommands(plugin.cmdlist); return true; } plugin.disable = function _disable() { client.commandManager.removeCommands(plugin.commands); return true; } //This function will restore all variables to their default setting. function cmdRestoreDefaults(e) { apbgamepath = "C:\\Program Files(x86)\\W3D Hub\\games\\apb-release\\game.exe"; tsrgamepath = "C:\\Program Files(x86)\\W3D Hub\\games\\tsr-release\\game.exe"; artestpath = "C:\\Program Files(x86)\\W3D Hub\\games\\ar-testing\\game.exe"; tsrtestpath = "C:\\Program Files(x86)\\W3D Hub\\games\\tsr-testing\\game.exe"; process1 = Components.classes["@mozilla.org/process/util;1"].createInstance(Components.interfaces.nsIProcess); process2 = Components.classes["@mozilla.org/process/util;1"].createInstance(Components.interfaces.nsIProcess); process3 = Components.classes["@mozilla.org/process/util;1"].createInstance(Components.interfaces.nsIProcess); process4 = Components.classes["@mozilla.org/process/util;1"].createInstance(Components.interfaces.nsIProcess); file1.initWithPath(apbgamepath); file2.initWithPath(tsrgamepath); file3.initWithPath(artestpath); file4.initWithPath(tsrtestpath); process1.init(file1); process2.init(file2); process3.init(file3); process4.init(file4); connection1 = "178.162.193.144:9016"; //APB Default IP and Port connection2 = "178.162.193.144:9215"; //TSR Default IP and Port connection3 = ""; //AR-Testing Default IP and Port connection4 = ""; //TSR-Testing Default IP and Port display("Default settings restored!"); } //This function displays a list of servers you can join. function cmdServerList(e) { display("This plugin can join the following servers: APB (/apb), TSR (/tsr), AR-Test (/art), TSR-Test (/tsrt). You must include a player name after the command. (i.e. /apb yourname) You can also type /edit to edit the server information in any of the above servers. If your game path is different than the default install path, you can change it by typing in /[game]path (i.e. /apbpath). You can also restore the default settings by typing /restore."); return true; } //This function will edit the game path of APB. function cmdEditAPBPath(e) { apbgamepath = prompt("Please enter your full A Path Beyond path.", ""); process1 = Components.classes["@mozilla.org/process/util;1"].createInstance(Components.interfaces.nsIProcess); file1.initWithPath(apbgamepath); process1.init(file1); return true; } //This function will edit the game path of TSR. function cmdEditTSRPath(e) { tsrgamepath = prompt("Please enter your full Tiberian Sun Reborn path.", ""); process2 = Components.classes["@mozilla.org/process/util;1"].createInstance(Components.interfaces.nsIProcess); file2.initWithPath(tsrgamepath); process2.init(file2); return true; } //This function will edit the game path of AR-Testing. function cmdEditARTestPath(e) { artestpath = prompt("Please enter your full Apocalypse Rising Test path.", ""); process3 = Components.classes["@mozilla.org/process/util;1"].createInstance(Components.interfaces.nsIProcess); file3.initWithPath(artestpath); process3.init(file3); return true; } //This function will edit the game path of TSR-Testing. function cmdEditTSRTestPath(e) { tsrtestpath = prompt("Please enter your full Tiberian Sun Reborn Test path.", ""); process4 = Components.classes["@mozilla.org/process/util;1"].createInstance(Components.interfaces.nsIProcess); file4.initWithPath(tsrtestpath); process4.init(file4); return true; } //This function will edit a server that is built into this script. function cmdEditConnect(e) { var svr = prompt("Please type a server to edit.", ""); if (svr == "apb") { connection1 = prompt("Please type an IP and port like: xxx.xxx.xxx.xxx:xxxx.", ""); } if (svr == "tsr") { connection2 = prompt("Please type an IP and port like: xxx.xxx.xxx.xxx:xxxx.", ""); } if (svr == "art") { connection3 = prompt("Please type an IP and port like: xxx.xxx.xxx.xxx:xxxx.", ""); } if (svr == "tsrt") { connection4 = prompt("Please type an IP and port like: xxx.xxx.xxx.xxx:xxxx.", ""); } else { display("The server you entered is not detected with this launcher plugin.") } return true; } //This function launches APB and connects you to the official server. function cmdLaunchAPBServer(e) { display("Launching A Path Beyond"); //player name was seperated from +netplayername because it was adding a " at the end of the name oddly var args = ["+connect",connection1,"+netplayername",e.name]; //ARGUMENTS BEING PASSED TO THE FILE BEING RAN process1.run(false, args, args.length); //actual running of the file return true; } //This function launches TSR and connects you to the official server. function cmdLaunchTSRServer(e) { display("Launching Tiberian Sun Reborn"); //player name was seperated from +netplayername because it was adding a " at the end of the name oddly var args = ["+connect", connection2,"+netplayername",e.name]; //ARGUMENTS BEING PASSED TO THE FILE BEING RAN process2.run(false, args, args.length); //actual running of the file return true; } //This function launches AR and connects you to the testing server. function cmdLaunchARTestServer(e) { display("Launching Apocalypse Rising Test Build"); //player name was seperated from +netplayername because it was adding a " at the end of the name oddly var args = ["+connect", connection3,"+netplayername",e.name]; //ARGUMENTS BEING PASSED TO THE FILE BEING RAN process3.run(false, args, args.length); //actual running of the file return true; } //This function launches TSR and connects you to the testing server. function cmdLaunchTSRTestServer(e) { display("Launching Tiberian Sun Reborn Test Build"); //player name was seperated from +netplayername because it was adding a " at the end of the name oddly var args = ["+connect", connection4,"+netplayername",e.name]; //ARGUMENTS BEING PASSED TO THE FILE BEING RAN process4.run(false, args, args.length); //actual running of the file return true; } //This function authenticates the user automatically when they join a server that they are a moderator in. function cmdAuth(e) { return true; }
  15. Irish would have to have sent a D-Mail on D3 knowing he would end up the final Rounder. It's virtually impossible to plan for that. If Orange dies, then Voe becomes lab leader and he can kick Irish out.
  16. It's a non-issue if Irish can't change Misa's D2 death. ChopBam would still be alive, but Irish would still flip the final Rounder and it would be game.
×
×
  • Create New...