Log in

View Full Version : Twistout: Battle Game


Neobeo
Aug 23, 2007, 05:46 AM
Yet another crazy experiment from another j2nsm member.

Story
The story behind this idea is nowhere near as bizarre as Overlord's, so there is no tale to tell. Except maybe the name: Twistout. Which is just the short from of "Blackout With a Twist".

The idea
I'm guessing you're already getting the idea behind all this. I thought the idea of playig Battle1 in black was already interesting to try out, but the lack of eyecandy can be boring eventually. So I made my own "blackout" version, but replaced layer 4 with messed up settings (albeit the same tiles), and applied it to B1 (and later B2/B3). Basically what happens is if you move left, the layer moves right, and vice-versa. The levels I tested this concept on are basically unedited versions of B1, B2 and B3 with the exception that layer 4 is messed up. Hence its name - Twistout. This way you still cannot see the level and you have to rely on your own knowledge of the level layout and whatever visible events to navigate. And to add to the frustration, the sprite layer is moving in the wrong direction, which is very misleading. Since most of the battle levels are well overplayed, it should adds an interesting new element to the gameplay: concentration vs. vision. While I tested the levels online some people were already impressed by the idea, and others were just downright confused. The idea is rather an experiment at this stage and I probably *could* modify a few things so comments are welcome.

Screenshots
http://images6.pictiger.com/thumbs/7d/ed310d616a05b6725b3bec21c8c8cb7d.th.png (http://server6.pictiger.com/img/533029/picture-hosting/twist-1--.php) http://images6.pictiger.com/thumbs/b1/adc154c7753c9f24e2b520875c902cb1.th.png (http://server6.pictiger.com/img/533030/picture-hosting/twist-2--.php) http://images6.pictiger.com/thumbs/fc/1cad4d17d26594d3f6c92e9fc8f992fc.th.png (http://server6.pictiger.com/img/533031/picture-hosting/twist-3--.php)

Download
http://chaos.foxmage.com/cooba/neobeotwisted.zip (Thanks cooba.)

Other liabilities
Fine print says I copied Overlord's template.

cooba
Aug 23, 2007, 06:39 AM
there is nothing special with this lol :roll:

<img src="http://chaos.foxmage.com/cooba/twist01.png" />

<img src="http://chaos.foxmage.com/cooba/twist02.png" />

<img src="http://chaos.foxmage.com/cooba/twist03.png" />

stop sucking up itt

oh and i won in each level }>

Radium
Aug 23, 2007, 09:18 AM
This level fills me with hate and arrgh. Good job.

KolakCC
Aug 24, 2007, 07:55 AM
You said it had something to do with my GFX :[
How did you all get that done, i can't open my screenies >_<

Odin
Aug 25, 2007, 10:57 PM
This actually looks somewhat interesting.

Neobeo
Aug 26, 2007, 07:21 AM
You may or may not be awed by this twisted concept for a level, but no doubt many of you are wondering how to replicate it. Ergo, I came up with this simple tutorial which also highlights the most crucial steps involved in such an attempt. Honestly, someone should go make an article out of this since I'm lazy, but here goes:

How to twist a level 11 simple steps
Open JCS. Load a random level. If it is passworded, enter the password. Click on layer 4. Zoom out exactly 42 times. Center the scrollbars. Click on Layer Properties. Select the X-Speed edit box. Change the value from 1 to -1. (crucial) Click the OK button. Save the level.
How to check that the level has been twisted?
Go to File --> Save & Run. Wait for JJ2 to start up. Wait for your level to finish loading in JJ2. Run around the level and watch as your brain attempts to decipher the twisted.


Like I mentioned earlier, this article is made with the objective of being both concise and definitive, yet also thorough and exhaustive. Nevertheless, I am sure many of you would be confused and run into problems at one step or another. If something doesn't work, 99% of the time you accidentally skipped or misinterpreted a step. The remaining 1% is when you intentionally skip a step or or only perform it partially. Just to be sure, I have also come up with this idiotproof visual aid to complement the tutorial:

http://img206.imageshack.us/img206/6766/tutorialtwistar8.png

blurredd
Aug 26, 2007, 09:53 AM
I would've thought you had done this through a custom JCS. When I saw this topic, I edited my JCS to allow the four edit boxes to always be available. I'm a little disappointed that making any changes to the x-speed or the others only affects how layer 4 is displayed, though I shouldn't be surprised.

Neobeo
Aug 26, 2007, 09:59 AM
Actually, many of the things that can be done with a custom JCS can also be done by modifying JCS, albeit not as efficiently.

Superjazz
Aug 26, 2007, 12:18 PM
And how do I center the scrollbars to an exact position, if they have to be exactly centered?

Odin
Aug 26, 2007, 12:59 PM
Hey, has anyone tested this on CTF levels? Specifically symmetrical ones. It's gotta be a trip running to the blue flag and picking up the red one.

cooba
Aug 26, 2007, 01:08 PM
Chemical Warfare Twistout!

blurredd
Aug 26, 2007, 05:13 PM
I'm not sure how Neobeo's idea is supposed to work (assuming it actually works), but it's easier in the long run to just hex-edit your JCS, plus you get to edit the three other boxes. Just find each of these four lines seperately:
00 89 45 CC 8B 46 64 33 C9 83 F8 03 0F 95 C1 51
8B 4D D8 E8 0F 79 05 00 8B 4E 64 33 D2 83 F9 03
4D D0 33 C0 83 FA 03 0F 95 C0 50 E8 E7 78 05 00
8B 46 64 33 C9 83 F8 03 0F 95 C1 51 8B 4D CC E8
And change 03 in each line into FF.

cooba
Aug 27, 2007, 12:50 AM
I'm guessing that JCS+ is able to edit all/some of the boxes.

Neobeo
Aug 27, 2007, 05:08 AM
JCS+ has no boxes. It runs on a new state-of-the-art telepathic user interface (TUI).

cooba
Aug 27, 2007, 05:17 AM
..values! I meant the values :<!-- //-->(

Odin
Aug 27, 2007, 11:07 PM
I'm not sure how Neobeo's idea is supposed to work (assuming it actually works), but it's easier in the long run to just hex-edit your JCS, plus you get to edit the three other boxes. Just find each of these four lines seperately:
00 89 45 CC 8B 46 64 33 C9 83 F8 03 0F 95 C1 51
8B 4D D8 E8 0F 79 05 00 8B 4E 64 33 D2 83 F9 03
4D D0 33 C0 83 FA 03 0F 95 C0 50 E8 E7 78 05 00
8B 46 64 33 C9 83 F8 03 0F 95 C1 51 8B 4D CC E8
And change 03 in each line into FF.

It'd be kinda nice if we could have the offsets, so we don't have to hunt for them.

blurredd
Aug 28, 2007, 12:02 AM
I know that in UltraEdit you can search for hex values fairly easily. Out of curiosity, what hex editor do you use? Anyway, the offsets: 0x14F80, 0x14F90, 0x14FB0, and 0x14FC0.

Odin
Aug 28, 2007, 06:56 PM
I know that in UltraEdit you can search for hex values fairly easily. Out of curiosity, what hex editor do you use? Anyway, the offsets: 0x14F80, 0x14F90, 0x14FB0, and 0x14FC0.

I use AXE, can't get it to search for hex values easily. Downloaded some other hex editor and was able to do it easily.

Thanks anyway.