Thanks man do you not take donations for your work? I ask because myself and I'm sure there are many others here would be willing to donate to your work as they are in my opinion the best gta mods out there period.
|
|
|
|
Would you like to get all the new info from
PSX-Scene in your email each day?
Want to learn more about the team keeping you up to date with the latest scene news?
Read about them now! Check out our Developer bios, too! | ||
|
|
Thanks man do you not take donations for your work? I ask because myself and I'm sure there are many others here would be willing to donate to your work as they are in my opinion the best gta mods out there period.
Thank you Evil for the update. I use it every day and your menu just keeps getting better.
is this a package file or a patch??? if its a package file for ps3 it says error on my JB Ps3 any suggestions on why this might be happening? thanks.
Hey Evil, just letting you know of a small bug in the update. When you try to activate the boost/jump option in the menu nothing happens but still works from the shortcut buttons (R1 + DPAD UP) for the people that didnt know. This is one of my most used features for evading helicopters....handbrake turn boost, handbrake turn boost ect till they give up with frustration. Keep up the awesome menus
EvilB, there a problem with the guard, it seem like they don't attack enemy/gang/zombie, they attack anyone whoever start firing gun(and I say ANYONE but except enemy)
hope this fix soon
GTA IV PS3 BLES00229 and EFLC BLUS30524
(sorry if my english are bad)
ill look into these thanks for reports.
Also for anyone wanting to add there own sco to the packages heres the modamanger source, only file that will need editing is the modmanager_script_config.c this is where you will add your sco and names to load thru my packages.
Includes the normal styles 1&2 for Three-Socks menu lib with some edits by me and style 3 with the menu to the right of the screen.
Spoiler
Code:/** * This file is from ModManager https://bitbucket.org/ThreeSocks/gtaiv-modmanager * * ModManager * * @package menu * @author Three-Socks http://psx-scene.com/forums/members/three-socks/ * @license LICENSE.txt DON'T BE A DICK PUBLIC LICENSE (DBAD) * * @version 1.3 */ void modmanager_script_config(void) { // Shortcuts uint mainMenu = last_selected[1]; uint subMenu = last_selected[2]; // Main if (menu_level == 1) { menu_addItem("Developer Tools");; menu_addItem("Map Mods"); menu_addItem("Minigames"); menu_addItem("Trainers"); menu_addItem("SCO Mod Slots"); modmanager_addScript("Godmode + Unlimited Clip", "3s_trainer_health"); if (!IS_NETWORK_SESSION()) { if (GET_CURRENT_EPISODE() == 1 || GET_CURRENT_EPISODE() == 2) modmanager_addScript("Load Modmanger ( ~PAD_LSTICK_NONE~ + ~PAD_RSTICK_NONE~ )", "load_modmanager"); } return; } else if (menu_level == 2) { if (item_selected == 1) { modmanager_addScript("Any Heli Pick Up ( ~PAD_LSTICK_NONE~ )", "anyheli_pickup"); modmanager_addScript("EvilB Object Spawner ( ~PAD_LB~ + ~PAD_DPAD_DOWN~ )", "eb_object_spawner"); modmanager_addScript("Funny Car Builder ( ~PAD_LB~ + ~PAD_B~ )", "funny_car_builder"); modmanager_addScript("Object Launcher ( ~PAD_LT~ + ~PAD_DPAD_LEFT~ )", "obj_launch"); modmanager_addScript("Partical Effects ( ~PAD_LT~ + ~PAD_DPAD_RIGHT~ )", "particle_manager"); if (GET_CURRENT_EPISODE() == 0) modmanager_addScript("Pigeon Jumper ( ~PAD_LT~ + ~PAD_DPAD_UP~ )", "pigeon_jumper"); modmanager_addScript("Skylift ( ~PAD_LB~ + ~PAD_RSTICK_NONE~ ) & Towtruck ( ~PAD_LB~ + ~PAD_LSTICK_NONE~ )", "skylift_towtruck"); return; } else if (item_selected == 2) { modmanager_addScript("Airport Base", "airport_base"); modmanager_addScript("Airport Hole/Blender", "airport_hole"); modmanager_addScript("Airport Stunt Park", "airport_stunt_park"); modmanager_addScript("Bike Stunt Park", "bike_stunt_park"); modmanager_addScript("Cliff House", "cliff_house"); modmanager_addScript("Derby Plaza", "derby_plaza"); modmanager_addScript("Heli Cannon", "heli_cannon"); modmanager_addScript("Huge Stunt Park", "huge_stunt_park"); modmanager_addScript("Modern House", "modern_house2"); modmanager_addScript("Motor Skate Park", "moto_skate_park"); if (GET_CURRENT_EPISODE() == 2) modmanager_addScript("New Yacht Club (TBoGT Only)", "new_yacht_club"); modmanager_addScript("Rotterdam Tower Long Jump", "rotterdam_long_jump"); modmanager_addScript("Simple Loop 2", "simple_loop2"); modmanager_addScript("Super Halfpipe", "super_halfpipe"); modmanager_addScript("The Climbing Man Rally Course", "climb_rally_course"); modmanager_addScript("The Leap of Faith Ramp", "leap_of_faith"); modmanager_addScript("The Reef", "the_reef"); return; } else if (item_selected == 3) { modmanager_addScript("Gang Wars 2.4 (All in One)", "gangwar_all"); modmanager_addScript("Gang Wars Multi-War", "gangwar_multi"); modmanager_addScript("Gang Wars Rider-War", "gangwar_rider"); modmanager_addScript("Hitman Jobs", "hitman_job"); modmanager_addScript("Treasure Hunt 1st Edition", "treasure_hunt1st"); modmanager_addScript("Treasure Hunt 2nd Edition", "treasure_hunt2nd"); modmanager_addScript("Zombie Minigame (Escape Happiness Island)", "zombie_minigame"); modmanager_addScript("Zombies Mod", "jd_zombie"); return; } else if (item_selected == 4) { modmanager_addScript("EvilB's Console Trainer ( ~PAD_LB~ + ~PAD_DPAD_RIGHT~ )", "eb_trainer"); if (IS_NETWORK_SESSION()) modmanager_addScript("EvilB's Network Trainer ( ~PAD_LB~ + ~PAD_DPAD_LEFT~ )", "eb_net_trainer"); modmanager_addScript("Three-Socks Trainer ( ~PAD_LB~ + ~PAD_DPAD_UP~ )", "3s_trainer_startup"); modmanager_addScript("XMC Trainer ( ~PAD_LB~ + ~PAD_RB~ )", "xmc_trainer"); return; } else if (item_selected == 5) { modmanager_addScript("Mod Slot 01", "modslot01"); modmanager_addScript("Mod Slot 02", "modslot02"); modmanager_addScript("Mod Slot 03", "modslot03"); modmanager_addScript("Mod Slot 04", "modslot04"); modmanager_addScript("Mod Slot 05", "modslot05"); modmanager_addScript("Mod Slot 06", "modslot06"); modmanager_addScript("Mod Slot 07", "modslot07"); modmanager_addScript("Mod Slot 08", "modslot08"); modmanager_addScript("Mod Slot 09", "modslot09"); modmanager_addScript("Mod Slot 10", "modslot10"); modmanager_addScript("Mod Slot 11", "modslot11"); modmanager_addScript("Mod Slot 12", "modslot12"); return; } } project_error(MODMANAGER_ERROR_ID_INVALID); }
EvilB Console Trainer Modmanager.rar
thanks, oh and btw "ammo cap" doesn't work too.
thats the ammo cap in Three-socks trainer yes?
i always seem to break somethings and they slip thru testing if you find anymore bugs please post them and which sco there from thanks.
| « Previous Thread | Next Thread » |