Callum Thomson
Callum Thomson
I retested some of these, with desktop player on current master: - Scope: First Blood - Playable - Doeo! - Playable - Ghostscape - Can enter doors and navigate, there...
> Thanks! Does `[u8; 1024 / 8 - size_of::()]` work here to mirror the source? The field also needs to be public, otherwise this isn't possible to construct (I suspect...
There aren't a lot of differences between the og n7g and the refresh, the only real difference is the different firmware versions. The only reason I didn't add it is...
I've pushed up experimental support for the nano7 2012 here: https://github.com/CUB3D/ipod_sun/tree/nano7_2012 I can confirm that the final 1.0.4 firmware from the old nano can be decrypted by a new one...
> `std::fs::write(&format!("./tmp-{:?}.bin", name.iter().rev().map(|s| *s as char).collect::()), section_data).unwrap(); ` what this line do? it fails on windows. Previos versions of ipod sun works perfectly. Oops, that's not supposed to be there,...
The underlying cause here is that when the player places a stone the variable ```_root.table``` is updated with a 1 in the position where the stone was placed so the...
This is due to trying to read an object which uses "external decoding" or [flash.utils.IExternalizable](https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/utils/IExternalizable.html) specifically an `Object` requires parsing via "UI.ibScriptDataNode". Currently flash-lso can only handle pre-registered decoders for...
TLDR: This isn't due to #1535, the header in this swf tells lies. According to the header in this SWF `frameCount = 2`, in reality there are 77 frames. When...
> @CUB3D it's not included in the module tree though? Oops, forgot to commit that bit. Fixed