Search found 4098 matches

by TMC
Sat Jun 15, 2013 12:08 pm
Forum: Game Discussion
Topic: Remixed Music
Replies: 3
Views: 850

Nice, much improved. I don't know how it sounds for you, but the harp in the original battle track was pretty out of place for me. The new overworld music sounds very regal rather than like overworld music for a ruined world though. I listened to it on loop for a long time having forgotten about it;...
by TMC
Thu Jun 13, 2013 11:18 pm
Forum: Game Discussion
Topic: Line of Sight
Replies: 15
Views: 5112

Close but no cigar. Consider what you want the script to do: Let npc1 be the appropriate guard For each tile X, Y in the line of 3 tiles in front of npc1 (nearest first): If there is a wall on the tile, stop. If the hero is standing on this tile, do something. Well that's a s...
by TMC
Thu Jun 13, 2013 5:43 pm
Forum: Game Discussion
Topic: Macabre
Replies: 255
Views: 67438

Looks good. And fast work too! The rails annoy me a bit as well; it looks bizarre that they just start and stop for no reason. The rails don't look much like real rails that I saw in an abandoned mine. I saw rails which sort of progressively sunk into the ground (in places they were carved straight ...
by TMC
Thu Jun 13, 2013 5:48 am
Forum: Game Discussion
Topic: Macabre
Replies: 255
Views: 67438

Wow. I'm pleased that this isn't dead. With regard to the graphics, what really sticks to me out are the sharp corners and straight edges. I think that rounding the corners of the water, sand, darker grass patches would help a lot. Also, while the graphical changes are mostly very welcome, I think t...
by TMC
Wed Jun 12, 2013 8:50 am
Forum: Game Discussion
Topic: Git and OHRRPGCE?
Replies: 12
Views: 5387

Oh, yeah. I'm so used to using computers on different LANs.
by TMC
Wed Jun 12, 2013 6:44 am
Forum: Game Discussion
Topic: Line of Sight
Replies: 15
Views: 5112

The east and west cases in that script are quite different to the north, south ones, which are of the right form. They ought to look like case(west) do( for(wx, nx, nx -- dt) do( if(ny == mey && wx == mex) then(hf &#...
by TMC
Wed Jun 12, 2013 6:09 am
Forum: Game Discussion
Topic: Git and OHRRPGCE?
Replies: 12
Views: 5387

If you want to copy changes between two git (or mercurial) repositories on different computers it would be easiest to set up a remote private git/mercurial repository for free on an external server like bitbucket.org. Then to copy changes from one computer to the other you commit all your changes (&...
by TMC
Tue Jun 11, 2013 5:19 am
Forum: Game Discussion
Topic: Quick Question Concerning Resistances
Replies: 3
Views: 763

Most of the time all the elemental damage multipliers are multiplied together. So if the target takes 200% damage from element A and -50% damage from B (absorbs), in total it takes -100% (is cured). The exception is that the total effect is always to cure if at least one of the elements is absorbed....
by TMC
Mon Jun 10, 2013 10:00 am
Forum: General Discussion
Topic: Minecraft Thread
Replies: 802
Views: 160066

You should have started at the spawn location, which is surrounded by a colonnade with a cabin, supplies, and lots of signs nearby. Maybe a tree grew by itself at that exact point? Starting above a slime is a crazy coincidence. I haven't been on the server for most of the year, but I plan to return ...
by TMC
Mon Jun 10, 2013 5:38 am
Forum: Game Discussion
Topic: Git and OHRRPGCE?
Replies: 12
Views: 5387

You might like to use Mercurial instead of Git, it's designed to be a bit easier to use. However, if you just want to keep files in sync between different computers without a history of changes, something like Dropbox or Bittorrent Sync would be better. You can't easily use this to merge together di...
by TMC
Thu Jun 06, 2013 6:31 am
Forum: Game Discussion
Topic: Puckamon bug reporting/suggestions/discussion thread
Replies: 54
Views: 19396

the Fnrrf Shrine's elder's quiz was broken at some point... though I'm not sure how, the menu that he uses got deleted. Thankfully the menu's data still existed in the file and when I added a new menu, the old menu's data was there instead of a blank/default menu. Weird.) I think I spotted and fixe...
by TMC
Wed Jun 05, 2013 6:16 am
Forum: Game Discussion
Topic: Hype Up Your Game Thread
Replies: 1513
Views: 361472

Wow, fairly radical change on the RPG formula. I'll have to see what it's like in practice before deciding whether it's good or bad.

How does the special weapon option work? Are you presented a menu to select from all the special weapons you've bought? Are they one-use each?
by TMC
Mon Jun 03, 2013 6:06 am
Forum: Game Discussion
Topic: Legacy roadmap
Replies: 261
Views: 45072

Yes I've been planning to add a bmp export function for a while; several people have requested it.

Flashing arrows on-screen sounds pretty unappealing to me.
by TMC
Mon Jun 03, 2013 3:39 am
Forum: Game Discussion
Topic: Legacy roadmap
Replies: 261
Views: 45072

Wow, pretty big map. I could easily get lost without a map. And the whole image pieced together by hand :O
by TMC
Mon Jun 03, 2013 3:20 am
Forum: Game Discussion
Topic: help me with php
Replies: 10
Views: 1763

I've completely forgotten what little I once knew about PHP, but could it be because you wrote _Post instead of _POST?