Register - Login
Views: 99869566
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
05-04-22 06:44:20 PM
Jul - The Cutting Room Floor - The Cutting Room Wiki New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55Next newer thread | Next older thread
Celice
Member
Level: 31


Posts: 124/196
EXP: 178055
For next: 7308

Since: 10-24-10


Since last post: 5.7 years
Last activity: 3.9 years

Posted on 11-27-13 08:05:10 AM Link | Quote
Add it as an oddity! I find it interesting, and perhaps significant, as it might suggest the developers didn't entirely clone the graphics, if some were selectively left out.
AttackedbyGlitch
Member
Level: 15


Posts: 37/38
EXP: 14555
For next: 1829

Since: 10-08-11


Since last post: 8.4 years
Last activity: 6.3 years

Posted on 12-08-13 12:31:23 AM Link | Quote
A while ago, I found text for a debug menu in the iOS version of Fruit Ninja. Today I decided to take a look at the Windows 8 version and see what I could find.

Annoyingly, the Windows 8 version stores all of its resources in the password-protected GameData.zip. I decided to look at FruitNinja_Win8.exe with a hex editor to see if I could find the password. Surprisingly, it took little effort. All I did was search for the text string "GameData.zip". Shortly after the one instance of the string, starting at 0x328458 was the 72-character password:

l(hT4trR*dcC~xEQq~J9b6@X$$1&qkTpxkcOCz#KPmQqa9=#Mwb1CPV-uNa@)YD#Yi8V_ron


Unfortunately, I couldn't find anything more than what was in the iOS version. All of the .xml files are encrypted and I couldn't figure out what type of encryption they use.
devin

Yoshi
i'm mima irl
Level: 112


Posts: 2962/3519
EXP: 14934121
For next: 404084

Since: 04-29-08

Pronouns: any
From: FL

Since last post: 307 days
Last activity: 4 days

Posted on 12-11-13 04:04:44 PM Link | Quote
Originally posted by AttackedbyGlitch
Unfortunately, I couldn't find anything more than what was in the iOS version. All of the .xml files are encrypted and I couldn't figure out what type of encryption they use.

Post/upload them anyway

____________________
Photo by Luc Viatour
AttackedbyGlitch
Member
Level: 15


Posts: 38/38
EXP: 14555
For next: 1829

Since: 10-08-11


Since last post: 8.4 years
Last activity: 6.3 years

Posted on 12-11-13 11:25:42 PM Link | Quote
Originally posted by devin

Post/upload them anyway


Here you go.
Joe
Common spammer
🍬
Level: 111


Posts: 3038/3392
EXP: 14503161
For next: 365199

Since: 08-02-07

From: Pororoca

Since last post: 13 days
Last activity: 27 sec.

Posted on 12-12-13 12:32:05 AM (last edited by Joe at 12-12-13 12:55:46 AM) Link | Quote
It looks like it's just XORed by a list of constants.

I'm working on a decoder now, it'll take a while because I can't easily guess past the first 20 or so constants.

edit: the list of constants is 255 bytes, i bet it's a lfsr or something easy like that

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3039/3392
EXP: 14503161
For next: 365199

Since: 08-02-07

From: Pororoca

Since last post: 13 days
Last activity: 27 sec.

Posted on 12-12-13 03:37:39 AM Link | Quote
I decrypted it.

I can provide code and/or the 255 byte XOR table, if anyone is interested.

____________________
ふにゃあ。
einstein95
Member
Level: 37


Posts: 95/318
EXP: 326282
For next: 11971

Since: 04-11-13


Since last post: 3.3 years
Last activity: 3.3 years

Posted on 12-12-13 08:44:37 AM (last edited by einstein95 at 12-12-13 08:45:01 AM) Link | Quote
Also from Halfbrick, I had a look at the Windows 8 version of Jetpack Joyride. It also has the GameData.zip password stored in the executable at 0x4330A0:

l(hT4trR*dcC~xEQq~J9b6@X$$1&qkTpxkcOCz#KPmQqa9=#Mwb1CPV-uNa@)YD#Yi8V_ron

However, the xml files seem to be in a binary "bxml" format. Here are the files for someone to check out.

http://www.mediafire.com/download/hm821o11fipadey/xml.zip

____________________
The more I type, the less gooder it sounds does.
Joe
Common spammer
🍬
Level: 111


Posts: 3040/3392
EXP: 14503161
For next: 365199

Since: 08-02-07

From: Pororoca

Since last post: 13 days
Last activity: 27 sec.

Posted on 12-12-13 04:02:33 PM Link | Quote
I think I can convert those to regular XML. (I can't figure out which of several binary XML formats it is, so the conversion may not be 100% correct.)

____________________
ふにゃあ。
Joe
Common spammer
🍬
Level: 111


Posts: 3043/3392
EXP: 14503161
For next: 365199

Since: 08-02-07

From: Pororoca

Since last post: 13 days
Last activity: 27 sec.

Posted on 12-12-13 05:44:38 PM Link | Quote
I converted it. The conversion may not be 100% correct, since I was not able to figure out how (or if) the XML declaration should be included.

As with the previous XML, I can provide code or other information for anyone interested.

____________________
ふにゃあ。
divingkataetheweirdo

Bandit
TCRF Super Editor
Level: 57


Posts: 401/822
EXP: 1481661
For next: 4267

Since: 07-09-11


Since last post: 1.7 years
Last activity: 263 days

Posted on 12-24-13 01:53:32 AM Link | Quote
Good news, everyone. You can now translate any page you want into virtually any language. A few translations in Spanish, Brazilian Portuguese, and Japanese have already begun. We currently need translations for the help pages and the front page.

____________________
zerojay
Member
Level: 12


Posts: 11/25
EXP: 7742
For next: 179

Since: 11-01-11


Since last post: 3.7 years
Last activity: 2.0 years

Posted on 12-24-13 09:12:59 PM Link | Quote
The full list of changes implemented as well as fixes and changes to be made can be found on my userpage: http://tcrf.net/User:Zerojay

If you have any further changes or fixes that are not on that list for the wiki, please let me know.
7HeroesForceBattle
Member
Level: 13


Posts: 16/25
EXP: 8273
For next: 1994

Since: 05-07-10


Since last post: 1.2 years
Last activity: 17 days

Posted on 12-27-13 02:00:19 AM Link | Quote
Do TCRF admins have the ability to hide edits? I think it's usually called "oversight", but that was at some other wiki a couple years ago. Somebody accidentally posted some identifying personal information about themselves (then undid the edit) and I was wondering what course of action could be taken.
Xkeeper

Level: 263


Posts: 21208/25353
EXP: 297181803
For next: 1778650

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 4 days
Last activity: 7 hours

Posted on 12-27-13 02:32:37 AM (last edited by Xkeeper at 12-27-13 02:32:58 AM) Link | Quote
I hid the revisions.

Next time if something like this crops up, do link the revisions, please. I had to go searching for them.

____________________
7HeroesForceBattle
Member
Level: 13


Posts: 17/25
EXP: 8273
For next: 1994

Since: 05-07-10


Since last post: 1.2 years
Last activity: 17 days

Posted on 12-27-13 02:57:23 AM Link | Quote
Sorry, I didn't want to call attention to them before I knew whether the wiki was set up for that. I'll keep it in mind for the future. Thank you for handling it.
puddinpops
Member
Level: 22


Posts: 62/89
EXP: 54065
For next: 4285

Since: 12-27-10


Since last post: 2.4 years
Last activity: 2.2 years

Posted on 01-02-14 12:04:12 AM Link | Quote
Is there an area I'm missing that lists translations available for specific languages? So far besides looking in Recent Changes and happening upon a translation being done, I can't figure out what is translated to what.
divingkataetheweirdo

Bandit
TCRF Super Editor
Level: 57


Posts: 402/822
EXP: 1481661
For next: 4267

Since: 07-09-11


Since last post: 1.7 years
Last activity: 263 days

Posted on 01-02-14 04:39:59 PM (last edited by divingkataetheweirdo at 01-02-14 05:04:00 PM) Link | Quote
Originally posted by puddinpops
Is there an area I'm missing that lists translations available for specific languages? So far besides looking in Recent Changes and happening upon a translation being done, I can't figure out what is translated to what.

We have language stats, which have a detailed analysis as to how far each language has progressed and which pages can be translated.

As for which languages have translations, they are (in alphabetical order) Czech (Sanky only prefers doing the help pages, which already have translations started), French, German, Hungarian, Japanese, Polish, Portuguese (European and Brazilian), and Spanish

____________________
Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 515/722
EXP: 1175112
For next: 58758

Since: 04-17-12

From: Mexicali, Mexico

Since last post: 2.0 years
Last activity: 1.8 years

Posted on 01-03-14 03:33:09 AM (last edited by Foxhack at 01-03-14 03:33:42 AM) Link | Quote
I added that babel code thing to my profile. I won't be doing much translating... I really don't want my OCD-like tendencies to get the best of me and end up translating the entire damn wiki. I'll poke around in stuff but I still don't understand how the translation system works.

I do have a suggestion though... non-technical stuff like jokes and alt-text should probably be left untranslated unless the translator is a native speaker, 'cause most of them are not easy to adapt into other languages correctly.

____________________
My Video Game Collection
usr_share
70
Level: 21


Posts: 47/79
EXP: 42741
For next: 7202

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.5 years

Posted on 01-07-14 03:03:03 PM Link | Quote
For some reason, it looks like some translations aren't uploading. They just get stuck in "Saving..." forever. When I reload the page, some translations get saved and some don't.

____________________
Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 520/722
EXP: 1175112
For next: 58758

Since: 04-17-12

From: Mexicali, Mexico

Since last post: 2.0 years
Last activity: 1.8 years

Posted on 01-15-14 03:31:19 AM (last edited by Foxhack at 01-15-14 03:33:55 AM) Link | Quote
Is there any way to hide the translations in the recent changes page? Preferably by default?

Clicking on "filter out translations" does nothing.

Edit: Well, apparently it does, but only if people use the translation thing on the site. Manual edits are still visible. I noticed Glitterberri's recent Japanese edits show up, and so do other things some dude did to the Spanish version of the bob page... but all the other ones get hidden correctly. I'll just have to get used to that.

____________________
My Video Game Collection
Peardian

  
Magikoopa

16/3/1: KvSG #479 is up!

Level: 157


Posts: 6998/7597
EXP: 48609621
For next: 969612

Since: 08-02-07

From: Isle Delfino

Since last post: 12 days
Last activity: 20 hours

Posted on 01-23-14 03:17:32 AM Link | Quote
Before I forget, it seems Solatorobo (for the DS) has placeholder character dialogue portraits. For most of the characters, they look like scanned pencil sketches of faces. There are also a couple of Dummy portraits in the Misc. characters sheet. The most interesting ones are for Nero and Blanck, which feature early designs for them! You can see them on The Spriters Resource.

____________________
-Peardian-

"Kindness is the language which the deaf can hear and the blind can see." -Mark Twain


Pages: 1 2 3 4 5 6 7 8 9 10 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55Next newer thread | Next older thread
Jul - The Cutting Room Floor - The Cutting Room Wiki New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

36 database queries, 8 query cache hits.
Query execution time: 0.087972 seconds
Script execution time: 0.030721 seconds
Total render time: 0.118693 seconds