So I've always really liked games where the GM gave the players lots of in game news coverage. I also understand what a colossal amount of work it is to generate all that by hand. Especially if the GM only generates a small amount of content then the players know that everything covered is important. I was wondering if people would like a program that generated random events of the form X blanks Y over Z. I do this by taking major players, what types of things they do that get news coverage, and who they do that kind of thing to, and what motivates then. That way you get events like the [Yakuza] [Assassinate] [Humanis Organizer] over [Prostitution]. Now you as the GM could flesh that out and think ok, so a Humanis Policlub was getting bent out of shape about the Yaks running a whore house in there back yard, they start to get their mob on and the Yaks decide that capping the ring leader and then laying low is quickest way to end the conflict. 5-10 minuets of the GM and text editor and you have news feeds for very active city. Remember players love to feel like they are having an effect on a game world. I know I have enough "professionals pride" that after a sabotage mission if would be fun to hear in the news "Horizon stock fell 3 points yesterday after a freak electrical fire corrupted the final build of there smash hit VR toy "Tir Princess" seconds before a global update". You could do that easily if you could slip it into a bunch of drek
Anyway do you think you would use it? Any make it or break it features?
That'd be neat. Key features:
Cross-platform compatibility
Heavy focus on user customization
Break out terms and such into different modules based on, at least, edition of the game
Other things that would be handy include the ability to do some advanced things with the story-picker, like increasing the odds that some organization will be in the news or setting up a hand-tailored story to be delivered, not necessarily at a specific time, but with a greater likelihood during some time period.
Edit: scrap that last part, it looks like that's taking it a step further from your envisioned headline generator into an actual news generator. In that case, I'd say make the output easily machine-parseable so that this system can be used as a backend for more complex generators.
~J
That'd be awesome.
If you can build it, we will take it. ![]()
Yes, this would be highly desired.
Agree muchly. Having a world that exists on its own, rather than revolving solely around the players, is something that I find really cool, and I wish I had the patience to do that for the games I run. But...I don't. So! This'd be great.
![]()
Please!
this would be great.....but, the cross platform part would be most important.....perhaps even web based maybe?
Ooh, web-based would be good. I imagine it'd be fairly simple to do, too, at least the early versions. The longest part would probably be manually writing down all the possible people and things that could make the news. Of course, there's all sorts of fun tweaks that could be done. And if only I'd kept studying comp sci I could do them...but I didn't. We're here for moral support, Weaver!
I'd advise against web-based, at least as a primary interface—offering it as a secondary interface would be useful. Depending on your design choices I could possibly pitch in, though I'm too busy to be an effective primary contributor.
~J
I would use it. My players go through phases where they are all over the news, watching the new channels, listening to the news radio stations in the car, grabbing the latest screamsheets. then poof they ignore it all for a while and then the cycle starts again.
it would be nice to have some things prestaged for when they do decide to check out the news.
thanks!!
Kagetenshi: I'm curious, why against web based?
instead of having it be something that would have to be tested on multiple systems and coded in a language that is cross platform capable (and having to have access to people that can test on various OS's) why not just program it as a php/mysql app and then if you want your own flavor of it you can go in and change up the info in the mysql db when you install it on your own host.
I would be all for offering up hosting space for multiple instances of it if needed...
Well, I'm interested in this as well and I agree with J.
Having it online means you need to have the internet available to you when you're doing the work. For those of us (I'm not included but I know people that are) that still have a connection that's not always on, or people with shoddy internet connections thanks to shoddy companies (a group which I *am* a part of), it would be a boon to have it available on your computer.
I know that one of the web-based languages is based on C (in fact, I think it's PhP), and C is a more-or-less platform-independent language, so I would think that with minimal work it could be translated from launchable program to web-based app.
On another note, I'm in the same boat as Gelare - while I'm the senator for the ACM chapter in my Uni, I have quit the CS major and have become lax in programming, otherwise I'd offer help as well. Good luck with your project! I hope to see it in any form!
| QUOTE (bishop186) |
| Well, I'm interested in this as well and I agree with J. Having it online means you need to have the internet available to you when you're doing the work. For those of us (I'm not included but I know people that are) that still have a connection that's not always on, or people with shoddy internet connections thanks to shoddy companies (a group which I *am* a part of), it would be a boon to have it available on your computer. On another note, I'm in the same boat as Gelare - while I'm the senator for the ACM chapter in my Uni, I have quit the CS major and have become lax in programming, otherwise I'd offer help as well. Good luck with your project! I hope to see it in any form! |
| QUOTE |
| I know that one of the web-based languages is based on C (in fact, I think it's PhP), and C is a more-or-less platform-independent language, so I would think that with minimal work it could be translated from launchable program to web-based app. |
| QUOTE (dhyde79) |
| Kagetenshi: I'm curious, why against web based? |
| QUOTE |
| instead of having it be something that would have to be tested on multiple systems and coded in a language that is cross platform capable (and having to have access to people that can test on various OS's) why not just program it as a php/mysql app and then if you want your own flavor of it you can go in and change up the info in the mysql db when you install it on your own host. |
The arguments against having it web-based are better than I expected, but I still think like having it on the computer itself would be more of a hassle for the end-user. If it's online, there's one version that either works or it doesn't, and has all the bells and whistles. If it's not online, then sometimes people get stuck with old versions, and again, I don't know what I'm talking about, but if I have to install WAMP just to get a little (though useful) tool that spews random out, I'm not so thrilled. But, I leave all these details to those who actually know what they're doing. I'm just eager to see a working version in any form.
Personally, I'd rather see it online. Nice and convenient for me to use, even with my computer illiteracy.
| QUOTE (Gelare) |
| If it's online, there's one version that either works or it doesn't, and has all the bells and whistles. If it's not online, then sometimes people get stuck with old versions, and again, I don't know what I'm talking about, but if I have to install WAMP just to get a little (though useful) tool that spews random out, I'm not so thrilled. |
see, I'm just recommending the web-app angle because it's the least painful in cross platform programming
(there are plenty of java apps that're written to be cross platform that don't work right on other platforms thanks to small mistakes because the coder doesn't have access to the other operating systems to test their app on...not all programmers have macbook pro's even though they should)
oh, and yes, you're right about OSX installing the full webserver suite by default, anything can be hosted from that machine by dropping it into the /user/sites directory. (glad you reminded me of that, I was getting frustrated fighting with a set of goodies I'm building for my gaming group)
my biggest fear and reason for pushing for something akin to a webapp is that things will get pushed out like NSRCG (no offense to the programmers of it) in Visual Basic, which is an insane P.I.T.A. to try to convert to something that'll run on a mac or a linux box
| QUOTE (Kagetenshi @ Sep 3 2007, 09:04 PM) |
| Of course, the originator hasn't posted in this thread since it started, despite being active since late August, so it's likely this idea is on indefinite hiatus. C'est la vie. ~J |
I'd offer to do it but, my php/mysql is so bad I wouldn't wish other people the suffering to use it....instead I'll offer to host the project ![]()
Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)