Исходник Source 2 SDK Generator Tool

Пользователь
Статус
Оффлайн
Регистрация
3 Янв 2020
Сообщения
116
Реакции[?]
124
Поинты[?]
28K
This tool fully generates the Source 2 SDK, providing everything you need to integrate it into your project with ease. Simply include it in your project, and you're good to go! If the game is updated, you can simply run the generator again, and it will automatically update everything for you.

This tool is built with the Fatality Base in mind, and is an improved version of my previous tool. It comes with a number of enhancements, including:
  • Code cleanup and optimization
  • Improved naming sanitation for better readability and consistency
  • Compatibility with Fatality Base
  • other stuff
credits and Thanks to the neverlosecc/source2gen project for the source2gen-loader

its a source so no virus total needed

example of generated files

source2gen - Microsoft Visual Studio 11_7_2024 1_57_29 AM.png
schema - File Explorer 11_7_2024 1_57_42 AM.png
schema - File Explorer 11_7_2024 1_57_48 AM.png
 

Вложения

Последнее редактирование:
Пользователь
Статус
Оффлайн
Регистрация
3 Янв 2020
Сообщения
116
Реакции[?]
124
Поинты[?]
28K
realized i did some mistakes, here fixed and improved the code generation
should be correct enums var and other stuff needed and does member_arr now
had do in zip file as to long

just include your vector etc into the gen file when you add to your base

its only the sdk.cpp source , virus total here
Пожалуйста, авторизуйтесь для просмотра ссылки.
lol nice one +rep

this is real deal
now paster etc can go crazy with fatal base and other stuff
i add offset file gen for interface stuff when i know how do it
 

Вложения

Последнее редактирование:
Начинающий
Статус
Оффлайн
Регистрация
5 Июл 2022
Сообщения
191
Реакции[?]
27
Поинты[?]
21K
The sdk doesn't generate properly it messed up when generating the namespace for this

C++:
#define MEMBER(n, c, ...) __VA_ARGS__& get_##n () { return *(__VA_ARGS__*)(uintptr_t(this) + sdk::offsets::schema::c::n); }
and there is no namespace for c or n
 
Пользователь
Статус
Оффлайн
Регистрация
3 Янв 2020
Сообщения
116
Реакции[?]
124
Поинты[?]
28K
The sdk doesn't generate properly it messed up when generating the namespace for this

C++:
#define MEMBER(n, c, ...) __VA_ARGS__& get_##n () { return *(__VA_ARGS__*)(uintptr_t(this) + sdk::offsets::schema::c::n); }
and there is no namespace for c or n
its not bugged cuz of that, n, c _-

the
sdk::offsets::schema::c::n is the
MEMBER(n, c,

the n be the offset name etc the c be the offset class
its the offset_schema download this replace the sdk.cpp

you also need include the needed files from the base in the generated.h
pretty much up to date and mostly ready for fatality if you just wanna past it in

i included the generated sdk if you just wanna past it in mostly ready for fatality
 

Вложения

Последнее редактирование:
Новичок
Статус
Оффлайн
Регистрация
26 Июн 2022
Сообщения
1
Реакции[?]
1
Поинты[?]
1K
its not bugged cuz of that, n, c _-

the
sdk::offsets::schema::c::n is the
MEMBER(n, c,

the n be the offset name etc the c be the offset class
its the offset_schema download this replace the sdk.cpp

you also need include the needed files from the base in the generated.h
pretty much up to date and mostly ready for fatality if you just wanna past it in

i included the generated sdk if you just wanna past it in mostly ready for fatality
how to start this
 
Похожие темы
Сверху Снизу