The Forge Archives

Independent Game Forums => lumpley games => Topic started by: Filip Luszczyk on December 22, 2007, 06:38:10 PM

Title: Online NPC generator doesn't work?
Post by: Filip Luszczyk on December 22, 2007, 06:38:10 PM
So, I've just started a session and, as usually, I wanted to generate Proto-NPCs using the online generator. However, this is what I see instead of a shiny new six-pack:

QuoteServer Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

(Damn. I need to roll them manually.)
Title: Re: Online NPC generator doesn't work?
Post by: Daniel Davis on December 24, 2007, 12:43:29 AM
I don't think this is something under Vincent's control.
Title: Re: Online NPC generator doesn't work?
Post by: Yokiboy on December 26, 2007, 09:05:22 PM
Filip, you could always try using the MS Excel worksheet version. If you don't have it, drop me a PM with your e-mail and I'll send it your way.

TTFN,

Yoki
Title: Re: Online NPC generator doesn't work?
Post by: lumpley on December 28, 2007, 03:26:31 PM
It's true, it's not under my control. Sorry! You'll have to do it the old fashioned way or the Excel way.

-Vincent
Title: Re: Online NPC generator doesn't work?
Post by: DevP on December 29, 2007, 12:28:52 AM
Did this uberquick: http://forgreatjustice.net/dogs_npcs.cgi (http://forgreatjustice.net/dogs_npcs.cgi) - how's that?
Title: Re: Online NPC generator doesn't work?
Post by: Filip Luszczyk on December 29, 2007, 10:19:52 PM
Well, looks like I'm left with Yokiboy's Excel generator (thanks again!).

QuoteDid this uberquick: http://forgreatjustice.net/dogs_npcs.cgi - how's that?

Not very functional at this point, I'm afraid.

(Heh, I'd make my own if I had the skillz :D)
Title: Re: Online NPC generator doesn't work?
Post by: Lance D. Allen on December 29, 2007, 10:23:07 PM
Worked fine for me.

Just gotta reload it until you've got stats that look spiffy.
Title: Re: Online NPC generator doesn't work?
Post by: DevP on December 29, 2007, 11:13:25 PM
Changed the page slightly, to look more a bit more like the output of the old page.
Title: Re: Online NPC generator doesn't work?
Post by: Filip Luszczyk on December 30, 2007, 04:56:48 PM
Oh, that's it.