Search found 4098 matches

by TMC
Fri Dec 04, 2015 1:28 am
Forum: Game Discussion
Topic: The year's almost over! We need a new bundle and mascot!!!!
Replies: 8
Views: 3099

We should work on getting Chronoboy's Android packaging tool ready for public use after Callipygous is released.
by TMC
Thu Dec 03, 2015 9:34 am
Forum: Game Discussion
Topic: The year's almost over! We need a new bundle and mascot!!!!
Replies: 8
Views: 3099

But it's only been, what, a couple months? Sure, we can start planning. For reference: First OHRRPGCE Bundle and list of suggested games List of complete OHRRPGCE games (probably a little out of date now) Best way to decide the next bundle? I suggest the Chamberlin-Courant voting rule. Now, I know w...
by TMC
Tue Dec 01, 2015 9:45 am
Forum: Game Discussion
Topic: Show off your graphics!
Replies: 1625
Views: 336345

It sure looks fantastic
by TMC
Mon Nov 30, 2015 8:29 am
Forum: Q&A Discussion
Topic: A question regarding password recovery
Replies: 66
Views: 14844

Huh. So just running "fbc" from the command prompt (in any directory) doesn't work? I can't see why that would be. But you can also give th path to fbc.exe directly, by running: python scons.py "fbc=c:\Program Files (x86)\FreeBASIC\fbc.exe" There shouldn't...
by TMC
Sat Nov 28, 2015 10:55 am
Forum: Game Discussion
Topic: Hype Up Your Game Thread
Replies: 1513
Views: 361602

That looks really great when you put in proper graphics - impressive work! But yikes, that's a lot of graphics to distort by hand and import. I forgot to delve into the details and scripts earlier. This was clearly a lot of work. You could set things up so that changing the number of wall and floor ...
by TMC
Sat Nov 28, 2015 8:55 am
Forum: Q&A Discussion
Topic: A question regarding password recovery
Replies: 66
Views: 14844

OK. And after you updated your PATH, does FreeBASIC work? I.e., does "python scons.py" in the OHR source directory compile?
by TMC
Sat Nov 28, 2015 12:57 am
Forum: Q&A Discussion
Topic: How do you find out,
Replies: 8
Views: 2422

If compiling a script doesn't work on Mint or for whatever reason, we really do want to know about it and fix it! Are you sure you don't want to have the problem solved? However I notice you wrote in another thread that you're now using Ubuntu. So does compiling work now?
by TMC
Wed Nov 25, 2015 10:33 am
Forum: Q&A Discussion
Topic: A question regarding password recovery
Replies: 66
Views: 14844

OK, it looks like for 0.90.1 you need the main FB directory in the PATH as well, like so: C:\ProgramData\Oracle\Java\javapath;c:\Program Files (x86)\FreeBASIC;c:\Program Files (x86)\FreeBASIC\bin\win32;c:\MinGW\bin;c:\Euphoria\b...
by TMC
Tue Nov 24, 2015 8:02 am
Forum: Q&A Discussion
Topic: A question regarding password recovery
Replies: 66
Views: 14844

Depends... you never said which version of FB you're using. Anyway, just try it and find it.
by TMC
Mon Nov 23, 2015 10:43 am
Forum: Q&A Discussion
Topic: A question regarding password recovery
Replies: 66
Views: 14844

No, you have "c:\Program Files (x86)\FreeBASIC\bin\win32\MinGW\bin;" instead of "c:\Program Files (x86)\FreeBASIC\bin\win32;c:\MinGW\bin;" Beelzebufo won't compile with FB 1.0. You will need to use an older version of FB. And if you use an older version (e.g. 0.23) then you need ...
by TMC
Sun Nov 22, 2015 4:18 am
Forum: Q&A Discussion
Topic: A question regarding password recovery
Replies: 66
Views: 14844

Sorry, we gave you the wrong instructions. The way that FreeBasic is packaged has changed in recent versions. You need to put both of the following directories in your PATH: c:\Program Files (x86)\FreeBASIC;c:\Program Files (x86)\FreeBASIC\bin\win32 I ...
by TMC
Sat Nov 21, 2015 4:40 am
Forum: Q&A Discussion
Topic: What simple bug am I overlooking?
Replies: 3
Views: 1069

There's a second error: ") if (check tag (tag:adrenal) == off) then ( " should be ") else if (check tag (tag:adrenal) == off) then ( "
by TMC
Sat Nov 21, 2015 12:20 am
Forum: Q&A Discussion
Topic: A question regarding password recovery
Replies: 66
Views: 14844

Also, did you install Mingw (aka GCC, or alternatively Msys)? That message that scons printed about Visual Studio missing (which is NOT a requirement) makes me think that it didn't find any C/C++ compiler, including GCC.
by TMC
Fri Nov 20, 2015 10:25 am
Forum: Game Discussion
Topic: Christmas Contest 2015
Replies: 47
Views: 15680

I'm sure Southern tradition qualifies too.

Image
by TMC
Fri Nov 20, 2015 9:41 am
Forum: Q&A Discussion
Topic: A question regarding password recovery
Replies: 66
Views: 14844

scons-local doesn't include scons.bat, so I think you will have to run it by typing "python scons.py". (Maybe it's possible to run .py files directly from the commandline on Windows?) What happens when you do so? Does scons print a help message? If it does, then it's working, so run "...