Search found 4098 matches

by TMC
Wed May 27, 2015 8:42 am
Forum: Game Discussion
Topic: Palette talk
Replies: 59
Views: 23736

I'm not aware of any palette tweaking tools anywhere that are aware of ramps, contrast, and shading. That would be a very hard problem to solve. Rather than using a palette I ended up using the one James posted. However I haven't really been using the ramp. I notice that there are still lots of simi...
by TMC
Wed May 27, 2015 7:12 am
Forum: Game Discussion
Topic: One-Month All-Mouse Left-Click OHRRPGCE Game Contest (2015)
Replies: 84
Views: 29695

Yes, looks great!

Generally you will want to create invisible container slices to act as hitboxes, positioned and sized to be close to what you want.
by TMC
Wed May 27, 2015 7:09 am
Forum: Q&A Discussion
Topic: Best method of assigning clickable areas?
Replies: 28
Views: 5159

My post in question: http://www.slimesalad.com/forum/viewtop ... 219#116219. But I assumed kylekrack mostly knows what he's doing; hardly a start on a real guide.

BTW, if you use the mouse I highly recommend increasing the framerate to 60 fps (an option in recent nightlies).
by TMC
Tue May 26, 2015 10:34 am
Forum: Q&A Discussion
Topic: Text Box Positioning
Replies: 13
Views: 2747

You'll notice that there are quite a lot of textbox-related lookup codes. Every time a textbox is opened, the existing textbox slices if any are deleted, and new ones created. sl:textbox root is the lookup code for the bottommost slice that gets deleted and recreated. Only sl:textbox layer is preser...
by TMC
Mon May 25, 2015 11:45 am
Forum: Game Discussion
Topic: One-Month All-Mouse Left-Click OHRRPGCE Game Contest (2015)
Replies: 84
Views: 29695

Great, you're off the starting block. You could either check individually for each clickable object (buttons, objects in the scene) whether the player clicked on it, or first figure out what slice they clicked on (e.g. using "find colliding slice"), and then run the right script depending ...
by TMC
Mon May 25, 2015 1:59 am
Forum: General Discussion
Topic: OH MY GOODNESS, SOMEONE POSTED BOOBIES IN THIS THREAD
Replies: 21
Views: 7084

I knew that was going to happen, I only wonder why it took a week.
by TMC
Mon May 25, 2015 1:50 am
Forum: Q&A Discussion
Topic: Invalid Slice Handle Error
Replies: 3
Views: 1190

The error from set slice text (lookupslice (sli:loottext),10) says that "lookupslice (sli:loottext)" returned 0, which is simple: there is no slice with the loottext lookup code. Judging from your script you meant to set this lookup code on one of th...
by TMC
Sat May 23, 2015 1:54 am
Forum: Game Discussion
Topic: Hans Stinkman 2015 Voting Thread NOW WITH RESULTS
Replies: 36
Views: 10496

Crikey Mogri, how old is your son now? He's talking! I feel old.
by TMC
Fri May 22, 2015 10:52 pm
Forum: Game Discussion
Topic: One-Month All-Mouse Left-Click OHRRPGCE Game Contest (2015)
Replies: 84
Views: 29695

Hey, cool. Indeed there's a number of different kinds of first-person perspective game. It would be great to have a Sidescroller 101-style tutorial & set of scripts for people to build on for Shadow-gate style or point-and-click games (which I guess is just "tap games" on a touchscreen...
by TMC
Fri May 22, 2015 7:08 am
Forum: Game Discussion
Topic: One-Month All-Mouse Left-Click OHRRPGCE Game Contest (2015)
Replies: 84
Views: 29695

Did someone say first person dungeons? I wonder whether there's enough overlap... wouldn't want to encourage everyone to focus on first person dungeon crawlers though.
by TMC
Fri May 22, 2015 5:26 am
Forum: Game Discussion
Topic: Palette talk
Replies: 59
Views: 23736

Pepsi, I didn't understand everything, but it sounds like you're asking for two different things. Firstly, a tool to switch to a different master palette, and modify all 16-colour palettes, tilesets and backdrops to use the nearest colour in the new palette to the old colour. Yes, there's a tool for...
by TMC
Fri May 22, 2015 1:01 am
Forum: Q&A Discussion
Topic: Plotscript on Notepad++
Replies: 4
Views: 1538

That would be great. Are you aware of the HamsterWhisper editor James created? It's based on GtkSourceView, so you can look at the HamsterSpeak definition file for that: <?xml version="1.0" encoding="UTF-8"?> <!-- Author&#58; James Paige <Bob@HamsterRepublic.com> Copyright &a...
by TMC
Thu May 21, 2015 8:23 am
Forum: Q&A Discussion
Topic: Help using Read Map Block for animation
Replies: 6
Views: 1486

Haha, great.
by TMC
Wed May 20, 2015 9:32 pm
Forum: Game Discussion
Topic: Palette talk
Replies: 59
Views: 23736

Cool, but it doesn't seem to work in Firefox 37. I can't drag to select a ramp; only the first colour gets selected by a box. The selection also seems to disappear after I release the mouse cursor, as changing the values and clicking Ramp it up does nothing. I went to create a small page about this ...
by TMC
Wed May 20, 2015 9:01 pm
Forum: Game Discussion
Topic: One-Month All-Mouse Left-Click OHRRPGCE Game Contest (2015)
Replies: 84
Views: 29695

I'll try to come up with a good idea for this! But wait a minute, it seems that when playing on a touchscreen, dragging your finger over the screen would get translated either into mouse movements or mouse drags, so an interface for a PC game wouldn't necessarily work. Or does the sdl_android turn d...