CC Zone - Chip's Challenge Forum
CCLP1/2/3 in Chips Challenge 1/2? - Printable Version

+- CC Zone - Chip's Challenge Forum (https://forum.bitbusters.club)
+-- Forum: Chip's Challenge (https://forum.bitbusters.club/forum-4.html)
+--- Forum: General Discussion (https://forum.bitbusters.club/forum-13.html)
+--- Thread: CCLP1/2/3 in Chips Challenge 1/2? (/thread-1425.html)

Pages: 1 2


CCLP1/2/3 in Chips Challenge 1/2? - keiya - 12-Feb-2016

Is there a way to play CCLP1 in the Steam release? I'm used to moving with WASD... and I can't get over how terrible some of the sprites in Tile World are after playing it for a while, especially the boots. How on earth are those supposed to be flippers!?


CCLP1/2/3 in Chips Challenge 1/2? - chipster1059 - 13-Feb-2016

Porting these sets to the Steam version may be difficult due to the differences in the way buttons work in the two versions...

However, it is possible to replace the graphics in Tile World. Here is one where flippers look more like flippers:

http://cczone.invisionzone.com/index.php?/files/file/81-tilesbmp/

I don't know any way to change the keys to WASD, sorry.


CCLP1/2/3 in Chips Challenge 1/2? - random 8 - 13-Feb-2016

They're supposed to be water boots in Tile World.

As for using WASD, there are free programs you can download from the internet that remap keys for you. Ihavenoname248 uses AutoHotkey, but i couldn't get that to work on my computer so i found a different one, SharpKeys. AutoHotkey has a lot of other functionality that you probably don't need, and SharpKeys requires logging out or restarting to take effect.


CCLP1/2/3 in Chips Challenge 1/2? - ruben - 14-Feb-2016

This might not be a feasible or easy solution, but the key bindings could be changed in the source code of Tile World (they're currently hardcoded). I haven't tested, but these look like the relevant lines (in Tile world 1):

https://github.com/BR903/tworld/blob/master/oshw-sdl/sdlin.c#L63-L70

Also, the 's' and 'd' keys are currently used, so they would have to be reassigned.


CCLP1/2/3 in Chips Challenge 1/2? - keiya - 15-Feb-2016

Quote:Porting these sets to the Steam version may be difficult due to the differences in the way buttons work in the two versions...


Uh, don't they work the same way they do on the Lynx?


CCLP1/2/3 in Chips Challenge 1/2? - Flareon350 - 15-Feb-2016

Quote:Uh, don't they work the same way they do on the Lynx?


No. Every red and brown button in the Steam version are automatically connected by reading order whereas in the Lynx version, this is not a restriction as connections can be freely made. So some levels from CCLP1-3 with clone machines and/or traps won't work properly thus making them impossible to solve or even play.


CCLP1/2/3 in Chips Challenge 1/2? - keiya - 16-Feb-2016

I thought that was only in the Microsoft port? Which is... kind of hideously broken really.


CCLP1/2/3 in Chips Challenge 1/2? - Flareon350 - 16-Feb-2016

Quote:I thought that was only in the Microsoft port? Which is... kind of hideously broken really.


Nope it goes for Lynx too. Though the true original Lynx (which is pedantic Lynx) has the same restriction as Steam.


CCLP1/2/3 in Chips Challenge 1/2? - keiya - 16-Feb-2016

Hunh? You're not making sense.


CCLP1/2/3 in Chips Challenge 1/2? - Flareon350 - 16-Feb-2016

What doesn't make sense to you?

Basically the answer to your question from before "Is there a way to play CCLP1 in the Steam release?", the answer is no you cannot and here's why.

CCLP1-3 were designed differently. Microsoft and Lynx have been commonly used rulesets and these sets were designed under these rules. Steam's rules (also known as Pedantic Lynx), which is what the game was meant to go under in the first place, are more strict such that red and brown buttons are connected in reading order, from left to right. However, most levels in CCLP1-3 don't follow this strict rule (by community preference) and instead have more freedom with button connections.

So if these sets were ported to be played on Steam, some of the levels in those sets would become impossible to solve because of the way red and brown buttons are treated. They just wouldn't work and would have to be redesigned to be suitable for Steam play ability.

Does this make sense to you? If not, I don't know how else to explain it to you.