Search found 4098 matches

by TMC
Fri Nov 20, 2015 9:35 am
Forum: Game Discussion
Topic: It's been quite a while
Replies: 19
Views: 7356

The scripts aren't included with Final Dragon Legacy. Maybe you meant one of your collab games? I'll be happy to look at your scripts (and I'll extend the offer to anyone else) and try to provide some suggestions to you point me at them. In the meantime I extracted the scripts from FDL and took a lo...
by TMC
Fri Nov 20, 2015 9:13 am
Forum: Game Discussion
Topic: It's been quite a while
Replies: 19
Views: 7356

(Talking in general about learning new programming languages): Trial and error is a great way to test your understanding, as Sheam perfectly put it. Take a piece of example code, modify it, and confirm it does what you expect; exactly what I do when learning new language: you must test yourself, and...
by TMC
Thu Nov 19, 2015 8:38 am
Forum: Game Discussion
Topic: Christmas Contest 2015
Replies: 47
Views: 15680

Gasp! Europa Universalis III, now there's a nice prize: a game I've always wanted but was too cheap to buy. Unfortunately I can't say that I've ever had an idea for a Christmas game or any interest in making one. And I feel like I should be working on other stuff... Edit: still not clear on the them...
by TMC
Thu Nov 19, 2015 8:27 am
Forum: Game Discussion
Topic: It's been quite a while
Replies: 19
Views: 7356

He said that over half of the programmers at their company are HR and admin employees who have been hired internally and just have to pass a series of programming, logic and ethics tests. Haha, maybe the company has trouble finding programmers because the qualified programmers quit when they figure...
by TMC
Wed Nov 18, 2015 12:49 pm
Forum: Game Discussion
Topic: It's been quite a while
Replies: 19
Views: 7356

Hiho, welcome back! I thought you were exaggerating in saying you hadn't posted in years, but I see it's true. I thought your post was a bit ambiguous. You lament the idea of never finishing Final Dragon Legacy but you talk about starting on a new game with a team. Do you still want to finish it? If...
by TMC
Tue Nov 17, 2015 7:59 am
Forum: Q&A Discussion
Topic: How do you find out,
Replies: 8
Views: 2422

There aren't any interesting messages in that log. When you compile a script a second window pops up, an xterm, to run hspeak. Do you see such a window pop up? Does it pop up and then disappear immediately? Since you didn't post any screenshot of it I assume that you're not aware that it should appe...
by TMC
Mon Nov 16, 2015 11:38 am
Forum: Game Discussion
Topic: Show off your graphics!
Replies: 1625
Views: 336345

Ah! I didn't notice the hamster strapped to that knife! Powerstick? Was there a lightsaber weapon in PSM also called 'Powerstick' that I've forgotten about? Or is that a major artistic liberty? I played My Little Gahn a few times and I still have no memory of "The Sphinx's Riddle"... time ...
by TMC
Mon Nov 16, 2015 8:10 am
Forum: Game Discussion
Topic: Show off your graphics!
Replies: 1625
Views: 336345

Yes, it is. To me it looks as if you've included a bokeh effect/depth of field too, or maybe the whole background is meant to look a little out of focus? I only recognised a couple of those weapons. The crescent staff is from Vikings. Isn't the widest sword from TSSE? And I see one which seems to in...
by TMC
Mon Nov 16, 2015 7:54 am
Forum: Q&A Discussion
Topic: A question regarding password recovery
Replies: 66
Views: 14844

Well... that's really bizarre.

What doesn't work? The scons installer still doesn't work? Regardless of which of the two python installations you select? (Though if they're both installed in the same place then it shouldn't matter)
by TMC
Sat Nov 14, 2015 7:25 am
Forum: Q&A Discussion
Topic: Android game maker?
Replies: 7
Views: 1640

Either portrait or landscape mode might offer a practical aspect ratio on a tablet if our dynamic resolution support is good enough (it still needs heap of work), but wouldn't the keyboard be a bit small in portrait mode? Another problem that the SDL 1.2 Android port pretty heavily abstracts awa the...
by TMC
Sat Nov 14, 2015 7:18 am
Forum: Q&A Discussion
Topic: Editing attacks through plotscripting?
Replies: 4
Views: 1460

It's something that we never got around to, aside from reading attack name and description. The upshot of the fact that we never added any is that it's still easy to make changes to the data format. For example we could replace Blunt/Sharp/etc damage types with a more flexible ATK*X% - DEF*Y% formul...
by TMC
Sat Nov 14, 2015 5:37 am
Forum: Q&A Discussion
Topic: A question regarding password recovery
Replies: 66
Views: 14844

It's strange that python 2.7 is missing from the registry, but you should be able to repair that by installing it overtop the existing installation at c:\Python27. To install scons from the zip file you need to run "setup.py install" (or "python setup.py install). You forgot the "...
by TMC
Fri Nov 13, 2015 11:19 am
Forum: Game Discussion
Topic: Unfamiliar Nostalgia
Replies: 30
Views: 13156

You don't need a single line of scripting to achieve this, actually. Both NPCs and battle formation sets can be disabled based on tags, and tags can be toggled with menu options.

The main problem will be balancing so that either option results in a similar number of battles.
by TMC
Fri Nov 13, 2015 11:10 am
Forum: Q&A Discussion
Topic: Android game maker?
Replies: 7
Views: 1640

While Custom can be easily compiled for Android to produce an .apk (and I could upload it for you if you want to try), we've put zero work into making it usable. Actually I've probably never even tried running it. At the minimum, you need a full keyboard attached to your cellphone (using e.g. blueto...
by TMC
Fri Nov 13, 2015 9:59 am
Forum: Q&A Discussion
Topic: A question regarding password recovery
Replies: 66
Views: 14844

I expected that running "python setup.py install" using setup.py from the scons zip file would install it in the normal location for packages for that copy of python. Could you repeat the installation of scons as above from the zip file (python setup.py install), but this time take a scree...