Git Product home page Git Product logo

pvztools's People

Contributors

lmintlcx avatar

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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pvztools's Issues

生成僵尸时如何指定其初始状态?

请问,我想在生成僵尸的时候指定它的状态(例如从植物方生成僵尸,生成就进入魅惑状态),这里该怎么修改

void PvZ::asm_put_zombie(int row, int col, int type)
{
    asm_push_dword(col);
    asm_push_dword(type);
    asm_mov_exx(Reg::EAX, row);
    asm_mov_exx_dword_ptr(Reg::ECX, 0x6a9ec0);
    asm_mov_exx_dword_ptr_exx_add(Reg::ECX, 0x768);
    asm_mov_exx_dword_ptr_exx_add(Reg::ECX, 0x160);
    asm_call(0x0042a0f0);
}

这里应该是是修改在场的僵尸状态

case 1: // Hypno
                    WriteMemory<bool>(true, zombie_offset + 0xb8 + i * 0x15c);
                    break;

1

请问这个可以修改steam版本吗?

open game process error

whenever i find the game it tells me open game process error, i really wanna try this but i cant because this keeps happening and i dont know anything else to do

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.