Git Product home page Git Product logo

mcpe-nativemods's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mcpe-nativemods's Issues

Page 9 not there

There is no Page 9 in this wiki. Please make one as soon as possile

Whats your twitter

Hey bro, I just went to message you and realised you dont have a twitter anymore, what happened?

Some problems in making addons

You may as well introduce how to use AIDE to make addons on Android. I don't have much time to spend on the PC, and compiling the addons is much easier on an Android device.
Also, in the wiki, you don't show how to use the functions I have hooked, and how to hook the functions with their mangled strings. I still can't make even one simple addon.
Please improve your tutorial, thanks!
@byteandahalf

Problem with identifing the old functions in the newest version

Hello!
There are many functions which can be identified in the version before 0.13.0 are shown as "sub_xxxx" in the newest iOS version( like "item::" ). How can I deal with it? Can the new version still accept the old functions which are stripped ( item:: functions are now shown as sub_xxx etc. ). Thanks a lot :)

Update to 0.16.0

Need to update data structures and function signatures for MCPE 0.16.0.

Help with Dimension

Hi! I try make custom dimension, but getting crash game.

Why is code dosent work?
static std::unique_ptr (*Dimension$createNew_real)(DimensionId, Level &);
static std::unique_ptr Dimension$createNew_hook(DimensionId id, Level &level)
{
if(id == DimensionId::DIMENSION_NEW)
return std::unique_ptr(new NewDimension(level));

return Dimension$createNew_real(id, level);

}

I also tried to specify the type of generator is its measurement but get an error in my code:
std::unique_ptr NewDimension::_createGenerator(GeneratorType type){

    return GeneratorType::FLAT

}

Issue cloning wiki due to illegal file names

Currently, the pages on the wiki are named in the style [0-9]: \p+. I am not sure what's wrong with my Windows Git client (2.5.0.windows.1), but when I git clone https://github.com/byteandahalf/MCPE-NativeMods.wiki.git:

$ git clone https://github.com/byteandahalf/MCPE-NativeMods.wiki.git
Cloning into 'MCPE-NativeMods.wiki'...
remote: Counting objects: 386, done.
Receiving objects:  50[Kcttal 386 (delta 0), reused s: 0 (delta 0), pack-reused 3869% (190/386)
Receiving objects: 100% (386/386), 51.74 KiB | 0 bytes/s, done.
Resolving deltas: 100% (218/218), done.
Checking connectivity... done.
error: unable to create file 0:-Home.md (No such file or directory)
error: unable to create file 1:-What-is-a-native-mod?.md (No such file or directory)
error: unable to create file 2:-What-can-and-cannot-be-modified.md (No such file or directory)
error: unable to create file 3:-Prerequisites.md (No such file or directory)
error: unable to create file 4:-Setting-up-IDA.md (No such file or directory)
error: unable to create file 5:-The-ARM-processor.md (No such file or directory)
error: unable to create file 6:-How-does-a-mod-work?.md (No such file or directory)
error: unable to create file 7:-Using-IDA-to-find-functions.md (No such file or directory)
error: unable to create file 8:-Understanding-the-IDA-disassembly-window.md (No such file or directory)
error: unable to create file 9:-Making-our-first-mod.md (No such file or directory)
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

This is probably related to : and ? etc. being illegal characters. Perhaps this should be reported as a GitHub issue instead, but in the meantime, it is worthy to modify the page names.

Wiki out of date with regards to IDA

I've been cleaning up the wiki a little recently in preparation for making a mod and I've noticed that the sections referring to IDA are out-of-date. Both of the freely-available versions (demo and freeware) do not support ARM. I've been using Ghidra to do this, so that might be a good candidate for replacing IDA.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.