Superman v2.2 Basic update requests
Added 2024-12-28 19:44:47 +0000 UTCSo, I'm about to release a new basic update for Superman v2.2 adding the following changes:
-Added Suit option to make Heat Vision Laser explode vehicles like Blast laser does
-Added Suit option to disable custom camera when in vehicles
There is something else you guys want? Or any bug to report? Talk in comments and i will see if i can do for this basic update.
Comments
may try later
JulioNIB
2025-02-09 10:20:57 +0000 UTCcan u add like new take off poses when ur abt to flight into the air possibly?
Keon Rotolo
2025-02-09 08:31:49 +0000 UTCadd like a combo uppercut to laser like this one https://youtu.be/dztPfvT7F5U?si=a7tcpJn2wb2bM1UT at 16:06
Francisco Lopez
2025-01-10 14:49:29 +0000 UTCYes more of the camera effects and maybe more sound effects too
Benjamin Haapalahti
2025-01-09 22:46:29 +0000 UTCmore of those?
JulioNIB
2025-01-09 21:56:26 +0000 UTCI love the camera effects in this mod! If you could work on more of those
Benjamin Haapalahti
2025-01-09 16:21:51 +0000 UTCLike this one
Leo Lee
2025-01-09 09:49:27 +0000 UTChttps://youtu.be/wPPfvqaFO-k?si=A1GRL9ziednZTh7p
Leo Lee
2025-01-09 09:49:18 +0000 UTCmmmm, any video for reference?
JulioNIB
2025-01-08 16:04:33 +0000 UTCBro can you make a Lucifer Morningstar Script, I would be Appreciate
Leo Lee
2025-01-08 15:42:31 +0000 UTCcheck "flight" category in Suit Config
JulioNIB
2025-01-02 20:02:23 +0000 UTChey how do you increase flight speed
Wockyy
2025-01-02 19:16:54 +0000 UTCTy, it looks like its the sonic boom looking explosion when a thrown ped impacts something. It seems to be 100% guarantee to blow up a car. Thanks for the mods!
Mitch
2025-01-01 16:36:05 +0000 UTCmmm, i will check if i added something to exploded the car or if it's just actual normal situation
JulioNIB
2025-01-01 13:44:18 +0000 UTCJust like when pointing a gun, it can be nice to have NPCs react (e.g. run away, surrender, attack) when the character points their laser eyes at NPCs. Also, the laser attack should also affect the man inside the car.
Mert Şahin
2025-01-01 09:58:07 +0000 UTCyou should add a punch head off attack, where the player just punches off an enemy's head, similar to slice head off attack. Or you should add a punch through head like omni man did to the green girl. Lastly, you should do a spine rip out attack like omniman did.
Jr Mboya
2025-01-01 09:10:14 +0000 UTCBefore when you threw someone at a car it would just damage the car, now it explodes. Like the impact explosion? is there a way to turn it off?
Mitch
2025-01-01 03:17:33 +0000 UTCno no t I'm not setting in to 0, the "_hp" variable holds the value. those are the parameters ENTITY::SET_ENTITY_HEALTH(Entity entity, int Health, Hash instigator, Hash weaponhash) And my mod is a .ASI mod which doesn't use dot net and doesn't have build in stuff like ped.method(), but my other mod is c# with dot net so I can try moving the spawning friendly npcs thing there if this method actually helps, or find if there's a native function for it
user 1
2025-01-01 00:36:52 +0000 UTCwhy are you setting health to zero in your code? also, there is a .net method called Npc.canWrithe (something like that) you should set to false, it changes things in memory to avoid "pre death" anims
JulioNIB
2024-12-31 23:25:05 +0000 UTCi uploaded a new version just before answering to your comment, maybe you need to download again
JulioNIB
2024-12-31 23:22:51 +0000 UTCYeah I saw it, ur amazing bro
Jr Mboya
2024-12-31 23:01:35 +0000 UTCadded, you must enable in suit config of that attack
JulioNIB
2024-12-31 23:00:51 +0000 UTCyou know how you added the body smash that takes off the skin? Well do the same for heat vision, where you can blast the skin off
Jr Mboya
2024-12-31 20:45:07 +0000 UTCand if your last part of the reply was about me reporting the "bug" just ignore it theres no bug, its just that the god mode stayed enabled even when i had a model thats not on the list but when i view the menu page with the god peds list it got reset and diabled it if my model was not on the list so it works fine
user 1
2024-12-31 19:51:06 +0000 UTCMy code does this every frame int _hp = (npcSpecialGodModeHealth + 100); PED::SET_PED_MAX_HEALTH(Npc, _hp); ENTITY::SET_ENTITY_HEALTH(Npc, _hp, 0, 0); npcSpecialGodModeHealth is set to high values, 50,000, 65,000, 2billion, it doesnt matter and every time the Npc gets shot a few times it gets in an injured state and dies, but when i use nib godmode with the same values and they keep getting shot with auto guns they never die
user 1
2024-12-31 19:38:11 +0000 UTClet me see what i can do
JulioNIB
2024-12-31 19:36:36 +0000 UTCwill add more attacks later
JulioNIB
2024-12-31 19:28:19 +0000 UTCmay do later
JulioNIB
2024-12-31 19:28:11 +0000 UTCthis is already possible editing laser model name in suit config or suit .ini and editing sounds
JulioNIB
2024-12-31 19:27:50 +0000 UTCmay add later
JulioNIB
2024-12-31 19:27:06 +0000 UTCthis can be done in suit config, hit force coef variables
JulioNIB
2024-12-31 19:26:54 +0000 UTC"but when i set an npc's health to the same high value" how exactly you do this? NIB God mode does a extremally basic thing that is keep resetting the "gods" health to their max health value, so, it's very hard to kill them without calling a Kill command in codding or applying damage >= health the protected models list will consider models, doesnt consider if its the player ped, if its the same model, it will protect too
JulioNIB
2024-12-31 19:26:31 +0000 UTChow exactly did you make nib god mode? because when i use it and set an npc ped as protected it wont die even if it gets shot many times, but when i set an npc's health to the same high value every frame with my mod it still does that stupid thing where it gets injured in the ground and dies no matter how high its health may be
user 1
2024-12-31 18:19:50 +0000 UTCYou can slightly increase fist strength
İbrahim Kaya
2024-12-31 17:07:17 +0000 UTCAs far as flight, is it possible to add left to right movement like the undefeated game?
Layton 🐐
2024-12-31 08:24:46 +0000 UTCMuch thanks for your work!. Perhaps you can add the option to have the small Laser to look like Laser Blast (big) but retain all other characteristics; so one can feel the intensity of the blast but it isn't too destructive to the point of destroying everything you look at (useful during story gameplay I think).
Nhật Quang
2024-12-31 08:01:06 +0000 UTCJump knee slow motion and slice head off
erik
2024-12-31 07:29:20 +0000 UTCCan you possibly add in a supersonic punch and more variations of the weapon stab
Jayce Bowers
2024-12-31 03:04:36 +0000 UTCsomeone said it already, but first maybe just more special moves that are like slice head ones, more unique melee moves like the back hand punch (thats my favourite) but mainly like the options to roll when flying if that makes sense or maybe even like flying skills.
Sjc.tt
2024-12-30 20:06:21 +0000 UTCa section of super punching that dismembers and exploits characters like saitama
VILORIO RD
2024-12-30 18:31:48 +0000 UTCmake it so you can hold head smash where its like the show and it gets more and more gorey utill the head explodes
ollitheking
2024-12-30 17:04:24 +0000 UTCi think the mod now makes everything thats just a bit away seem a bit blurry, so maybe you can fix that. and sometimes i wanna be in first person to look at some things closely, so until you fix a first person make it able to disable and enable custom camera anytime? that last one is not important because i never play at first person, i just use it to zoom and look non important things like funny looking custom peds or something
user 1
2024-12-30 16:32:53 +0000 UTCLet's have the ability to tear, lift , and throw rocks from the ground, like the hulk mod. Then, a "slap" feature for the superman mod would be nice too,
Benedict
2024-12-30 10:36:57 +0000 UTCTelescopic vision might be unique
CAAALsage
2024-12-30 07:45:33 +0000 UTCFor example, in a laser attack, it would be very nice if the laser does not pass to the back before the enemy dies
İbrahim Kaya
2024-12-29 22:39:30 +0000 UTCCan you do this for power 1 weakest state 5 strongest state
İbrahim Kaya
2024-12-29 22:37:03 +0000 UTCIve always wanted the ability to roll and flip upside down when in flight mode. Same for other mods that include flight powers. Basically the same way you can fly a plane and do barrel rolls with WASD and the left mouse button.
thebrickprince
2024-12-29 20:14:46 +0000 UTCby the way I'm trying to make a little Smallville Farm with Meynoo I put some pics on instagram
Night Productions
2024-12-29 19:56:22 +0000 UTCThis doesn't work the same as laser explode head. With laser explode head, I can keep my finger on the trigger and Superman will automatically turn to and blast the head of the next closest PED. I would like Laser Vaporize Victim to automatically move to the next closest victim without me having to do anything except keep the trigger pressed down, like Laser Explode Head does.
Brian Good
2024-12-29 18:59:24 +0000 UTCWell then, that's my vote xD and/or an easier way of selecting/deselecting moves and powers
AnoraxGayming
2024-12-29 18:53:13 +0000 UTCyes, like it encases them in ice rather than slices/burns them
Johnny Paradox
2024-12-29 18:34:00 +0000 UTC✌🏻
JulioNIB
2024-12-29 18:12:18 +0000 UTCwill try later
JulioNIB
2024-12-29 18:12:02 +0000 UTCnot yet
JulioNIB
2024-12-29 18:11:19 +0000 UTCwill do, later
JulioNIB
2024-12-29 18:10:54 +0000 UTCmmm
JulioNIB
2024-12-29 18:10:39 +0000 UTCprobably issues in your side, send me email: gtaivscripting@gmail.com
JulioNIB
2024-12-29 18:10:09 +0000 UTClike the freeze breath?
JulioNIB
2024-12-29 18:09:39 +0000 UTCsend me this suit .ini file with the movements clipset you defined: gtaivscripting@gmail.com
JulioNIB
2024-12-29 18:09:06 +0000 UTCperfect thanks I don't know what happened on the laser but it was set on v2, now I fixed it then I'll check if it works again in the game, as for the walk I tried move_action@generic@core, then I tried move_m@generic but it always walks the same, what could I put to walk in a classic gta online style to be clear, because the default walk is slow I like it for man of steel, for other superman I would like to change it to faster and normal, then I noticed some changes for the target, before I was able to hook the target with more distance it was very precise, now it is not like that sometimes even passing not far away it does not point automatically and I have to get too close
Night Productions
2024-12-29 17:11:07 +0000 UTCwhich value are you setting in the move clipset vars? invalid values will be ignored (clipsets that doesnt exists in game files as clipsets) about laser model error, this is due to custom name in the settings and missing custom prop with that name in your files, probably action of a suit that you installed that replaced default "keep player character" suit. Default value is superman_laser_blast and not superman_laser_blastV2
JulioNIB
2024-12-29 16:56:53 +0000 UTCI tried to set the generic but the character insists on walking the same as the default, I would like to be able to only change the walk in the style of a normal character from gta online, also only with the "Keep player" suit it tells me when I use the lader "Game was unable to create Superman V2 Laser (Model: superman_laser_blastV2, info: Time out request"
Night Productions
2024-12-29 16:39:08 +0000 UTCIs it possible to make it so that the 'freeze vision' mode freezes enemies - no worries if its too complicated, i think it already looks good as is.
Johnny Paradox
2024-12-29 16:34:59 +0000 UTCNice I just updated mine, awesome
Bonafide
2024-12-29 16:16:36 +0000 UTCGlowing eyes doesn't activate until I go into suit config to reload
David
2024-12-29 16:04:52 +0000 UTCAh also small detail but, when going under water superman can't hold the breath like superman😂
iLUxEY
2024-12-29 15:32:31 +0000 UTCthink you can add the spine grab omni man does to donald? video for reference: https://youtu.be/t3C4EJLEcZM?t=49
CharChar
2024-12-29 15:11:27 +0000 UTCLol the people walking around in the game.
David Muhammad
2024-12-29 13:12:27 +0000 UTCSo thats already in there? If so my bad, im very much into adding my own sounds, so even being able to add more punch sounds or adding a loop when you turn on the heat vision eyes(when you press H) is cool but id rather the other requests mentioned before that if possible
Dr. R
2024-12-29 12:45:16 +0000 UTCThanks
E_MAN_C
2024-12-29 12:18:16 +0000 UTCSup i seen the comments some of them wants Random Crimes i think that is cool if you add that can you make it a toggable option
Chris
2024-12-29 11:54:42 +0000 UTCi think new superspeed anitmations could be very cool, also if you could remove the cap to slowmotion.
ollitheking
2024-12-29 11:41:42 +0000 UTCOh and maybe make it possible to grab more the one person or thing
E_MAN_C
2024-12-29 10:42:58 +0000 UTCIs there a way to edit the layout/slots of the power wheel without going into suit config?
AnoraxGayming
2024-12-29 10:34:51 +0000 UTCHey Julio, I was thinking for the super speed, the slow motion thing could be a little better by giving it the effect from smallville when Clark used super speed in slow motion, similar to the flash mod where we can control the speed to make things move slower or to a full stop. For the x ray vision and super hearing, could add something like finding certain cars or a cop or firefighters, also similar to smallville how it’s like actually skeleton showing and all blue and for super hearing, like on the cw superman and Lois show how he’s able to find people or cars and such like a tracker. Last thing, could add like a crimes thing like with the Spider-Man mod and can choose what crimes are happening or like boss fights. Maybe like catching falling planes or building fires, armed thugs, kidnapping and using super hearing and super vision to find them. If you can make any of those work that would be awesome
E_MAN_C
2024-12-29 10:30:18 +0000 UTCThis would be soooo cool! Hope you can add it in the next update 😌
JP Wannabe+
2024-12-29 08:14:24 +0000 UTCYou should add laser slice for the laser blast
Jr Mboya
2024-12-29 06:59:16 +0000 UTCWell, never played with his mods.😅
Benedict
2024-12-29 06:56:11 +0000 UTCthat's probably zefGta flash mod
JulioNIB
2024-12-29 06:46:14 +0000 UTCOk, so here's the video. It's not your video😅, sorry for the inconvenience. So, this video shows that action effect, and it seems he's using the Flash mod, at least that's what the comments say?🤷🏿♂️ This needs to be in superman mod 2.2 update. I'm currently about to reinstall your superpower mods in a fresh install and my membership will soon expire and I'm trying to see if I can continue my membership. It expires on the 1st of January actually so if you can release it today or tomorrow with this feature, that would be awesome. It's been a while since I enjoyed GTA V with your mods😁😎. Cheers man nohttps://youtube.com/shorts/O6R86TYiodI?si=4rPYW8j3wNF_Bntm
Benedict
2024-12-29 06:23:27 +0000 UTChttps://www.youtube.com/watch?v=OZWOlpiMOcY 0:35 also a varient of flying grab where you blast their heads whilst flying like that or free use of your heat vision
Master GM1236
2024-12-29 06:19:23 +0000 UTCi like the push hotkey, id like to make our punch/push does not immediately kills the npc but may disable/make them scared in some way
Baw42
2024-12-29 06:14:27 +0000 UTCi like his idea
Baw42
2024-12-29 06:10:29 +0000 UTCno, what you can try is exporting the prop and finding a game prop to replace, then change the name of the prop in the suit config or suit .ini file, there is a variable to determine the name of glowing eyes props
JulioNIB
2024-12-29 06:09:20 +0000 UTCYeah, I saw this action in one of your videos with A-Train. Wasn't that the flash mod you used?
Benedict
2024-12-29 06:07:54 +0000 UTCany video for reference?
JulioNIB
2024-12-29 06:07:34 +0000 UTCmmm maybe
JulioNIB
2024-12-29 06:06:45 +0000 UTCwill do later
JulioNIB
2024-12-29 06:06:38 +0000 UTCflash mod does this?
JulioNIB
2024-12-29 06:06:31 +0000 UTClets see later :)
JulioNIB
2024-12-29 06:06:23 +0000 UTCwill do later
JulioNIB
2024-12-29 06:05:38 +0000 UTCjust install over, only main oiv file
JulioNIB
2024-12-29 06:05:27 +0000 UTCi need to make lot of changes to make first person look good, will do someday
JulioNIB
2024-12-29 06:04:47 +0000 UTCwill do later
JulioNIB
2024-12-29 06:04:30 +0000 UTCyes, in mod Options, draw hud
JulioNIB
2024-12-29 06:04:18 +0000 UTCmay try later
JulioNIB
2024-12-29 06:03:49 +0000 UTCdone
JulioNIB
2024-12-29 06:02:44 +0000 UTCalready have, in the attack options in suit config, variable "keep aim to actual target"
JulioNIB
2024-12-29 06:01:56 +0000 UTCA sonic sway mechanic like in db sparking zero would've been cool.
Yuuji
2024-12-29 06:00:20 +0000 UTCwill do later
JulioNIB
2024-12-29 06:00:08 +0000 UTCyou mean jump and fly in different hotkeys, jump and fly are already possible, this request still on my list ^^
JulioNIB
2024-12-29 05:59:16 +0000 UTCpress H, @Kaito lets see @JP
JulioNIB
2024-12-29 05:57:35 +0000 UTCno, use the game video editor for this
JulioNIB
2024-12-29 05:55:59 +0000 UTCits a custom camera instead of gameplay camera, adding some effects when moving fast
JulioNIB
2024-12-29 05:55:35 +0000 UTCyou mean a random list of super sonic sounds? actual one is set to "sonic_boom_v2*", so, sounds like sonic_boom_v22.wav and sonic_boom_v23.wav would also be played randomly when starting supersonic flight
JulioNIB
2024-12-29 05:54:53 +0000 UTCdefault one isnt lester movement clipset, you just need to edit variables in the category "movementClipset" in the suit .ini files: glowingEyes_movementClipset=move_stealth@generic@core lowEnergy_movementClipset=move_m@depressed@a normalEyes_movementClipset=move_m@muscle@a sprinting_movementClipset=move_p_m_one walkAndAttack_movementClipset=move_action@generic@core depending on actual action/state the movement clipset changes, normalEyes its the idle with no glowing eyes
JulioNIB
2024-12-29 05:53:25 +0000 UTCcan you record this issue and send to me? gtaivscripting@gmail.com
JulioNIB
2024-12-29 05:51:19 +0000 UTCPC?
JulioNIB
2024-12-29 05:50:10 +0000 UTCwill do later
JulioNIB
2024-12-29 05:49:56 +0000 UTCmmm, will add later :)
JulioNIB
2024-12-29 05:47:20 +0000 UTCwhat about the speed blitz?
Master GM1236
2024-12-29 05:46:31 +0000 UTCmay try later
JulioNIB
2024-12-29 05:46:15 +0000 UTCi will add a option to set min speed to hit things, actual is 5
JulioNIB
2024-12-29 05:37:05 +0000 UTCahh okay, but would seperate that prop like you did with the laser solve the problem?
Ebo
2024-12-29 05:03:45 +0000 UTCI hope you add this. Thank you, julio
Revs
2024-12-29 04:56:46 +0000 UTCYes that would be cool 😎
John Berube
2024-12-29 04:53:02 +0000 UTClike a very strong throw
JulioNIB
2024-12-29 04:51:23 +0000 UTCmmm, this is very specific
JulioNIB
2024-12-29 04:51:00 +0000 UTCunfortunately body splitting is very limited
JulioNIB
2024-12-29 04:49:13 +0000 UTCissues with things that can't be created in first try are related to too much custom DLC packs or too big custom DLC packs, there is nothing i can do about.
JulioNIB
2024-12-29 04:15:54 +0000 UTCripping people apart evenly so their body's are split in 2 kinda thing and a speed blitz (a train type ability for supes)
Master GM1236
2024-12-29 04:09:51 +0000 UTChttps://youtu.be/tfSJ09XtJ7Q?si=F-ev59ouP2DADtzP From = 01:00 to 01:05 Can you add a move where the character punches the enemy, but the enemy doesn’t get knocked too far back?
Revs
2024-12-29 02:41:54 +0000 UTCMaybe if possible people could explode when throwing them against an object. Kinda like with the new grab and slam option you added
John Berube
2024-12-29 02:39:27 +0000 UTCMy glowing eyes prop bugged where i can't toggle it for the first time
Ebo
2024-12-29 00:42:46 +0000 UTCHello, I would like to give an idea about superman mode, for example, when we touch the car or people while walking with superman, it would be much better if it pushes back a little bit.
İbrahim Kaya
2024-12-28 23:52:25 +0000 UTCOr making it so you could catch bullets in slow mode
The
2024-12-28 23:48:10 +0000 UTC- Phasing: like Flashv2 but only for avoiding attacks. Prevents damage loss by recording current HP, then healing once phase sequence ends. Never heals above current hp. Superman animation is vibrating in place, and transparency is reduced while phasing - Two hand punch turns into a strong Flying Grab (A stabbing grab) with the fists as impalers. Its faster than Flying grab, and it can be even boosted by pressing spacebar. Impact causes a huge shockwave - a push hotkey. I just wanna push weaklings in slow motion. Its a power move that does no damage😁
NaWa
2024-12-28 23:29:17 +0000 UTCHow do you make Superman mod eye glow?
Kaito Chidube
2024-12-28 23:28:22 +0000 UTCUpdate the flash mod good sir🙏
Kaito Chidube
2024-12-28 23:27:41 +0000 UTCAdd grab pole, post or vehicle and use it as a weapon
Revs
2024-12-28 23:03:34 +0000 UTCIm gonna get my word in during lunch break!!!
NaWa
2024-12-28 22:39:01 +0000 UTCadd strong punches that obliterates victims into blood and organs and punches that dismember like punching off the head also a chest crush and then wiping the blood on their hands on the victim
Imperius
2024-12-28 22:27:44 +0000 UTCAdd the ability to smash people into blood pools just like in your flash mod. Also, let the skeleton corpse model appear as the action happens. Cheers
Benedict
2024-12-28 22:03:43 +0000 UTCAlso i would like if you can make it so random criminal events happen and you have to stop them, you know give us something to do
iLUxEY
2024-12-28 21:58:57 +0000 UTCYou can add a punch that denies the characters that a part comes out flying like the Martian script of zef
VILORIO RD
2024-12-28 21:55:28 +0000 UTCAnd same thing when grabbing vehicles would be nice!
iLUxEY
2024-12-28 21:53:52 +0000 UTCAdd animations when you grab an npc and do fast flight
iLUxEY
2024-12-28 21:53:16 +0000 UTCThe same thing happens to me.
David Muhammad
2024-12-28 21:46:37 +0000 UTCAn option to speed walk like the PCs would be nice 👍🏾🙂
David Muhammad
2024-12-28 21:46:09 +0000 UTCBug for me. Standing to super fast flying, then either canceling flight or landing keeps the sound effect of superflying going. Only time it doesn't is if im floating then superfly
Dillon Kerr
2024-12-28 20:59:22 +0000 UTCI would like to modify the walk with a generic male movement, I tried to put the movement reference code but I continue to walk like Lester
Night Productions
2024-12-28 20:57:06 +0000 UTCDisarming enemies without heatvision(either breaking/crushing the weapon or just taking it and throwing) Omnimans ground beatdown or something a little less aggressive like supermans push he does to batman in bvs at the start of the fight and also being able to add more super sonic sounds
Dr. R
2024-12-28 20:57:05 +0000 UTCI would like to see some sort of front kick, and a flying variation of it also
Smith
2024-12-28 20:54:28 +0000 UTCFreeze laser with ice prop ?
Team
2024-12-28 20:49:34 +0000 UTCBlocking and what’s this custom camera???
Bonafide
2024-12-28 20:45:06 +0000 UTCIs there a way to get the free camera while flying? I want to take some screenshots from the front
diego
2024-12-28 20:26:41 +0000 UTCFor this mod specifically, could you add an option so that when you press the button to make superman change from standing straight to when his eyes glow, all powers are affected by another damage coefficient setting. Indicating that he’s angry and even stronger! Same with what happens with the Hulk mod in rage mode
JP Wannabe+
2024-12-28 20:26:31 +0000 UTCThe ability to use jump and fly together and maybe linking energy and health regen to one of the relax poses?
Ethereal Black Eternal
2024-12-28 20:25:57 +0000 UTCI would love a criminals and save people mid to go with it too. When an event is triggered a sound would play indicating superman’s hearing then you have to go to the rescue 😌
JP Wannabe+
2024-12-28 20:23:07 +0000 UTCEverything is perfect bro love your mods😇
Omkar Koli
2024-12-28 20:17:12 +0000 UTCAdd auto targeting option for laser blast vaporize victim.
Brian Good
2024-12-28 20:12:22 +0000 UTCOption to ignore already exploded vehicles with laser blast head auto targeting.
Brian Good
2024-12-28 20:11:56 +0000 UTCAtomic punch, Instant lobotomy cutting anyones superpower, flying multiple punches
Pee Gaming
2024-12-28 20:11:51 +0000 UTCNew question. Is there a way to disable the Superman hud?
diego
2024-12-28 20:09:29 +0000 UTCvou testar esse mod
CONTUDO
2024-12-28 20:07:37 +0000 UTCNever mind I think I got it. Didn’t even know that was a thing!
diego
2024-12-28 20:06:46 +0000 UTCA crimes mod for Superman!
Gabriel Lacap
2024-12-28 20:05:25 +0000 UTCCan first person mode be enhanced so we can use first person when flying or lasering for example
kevin73633
2024-12-28 20:04:25 +0000 UTCThe mods perfect 👌, I would add some people to save from situations like the criminals mod but for saving people , just so the world feels less empty.
Ryan macias
2024-12-28 20:00:51 +0000 UTCExplain more if you can
diego
2024-12-28 20:00:36 +0000 UTCAdding a small explosion like how the laser in the first version is
ZayRTX
2024-12-28 20:00:21 +0000 UTCThat's great the Custom Camera sure is a bit hard when your in vehicles great to see a fix 😁 but i gotta ask when you release that new version how do you install it properly i have the last update what do i need to do?
Chris
2024-12-28 20:00:17 +0000 UTCYou gotta use oiv generator
L SK
2024-12-28 19:59:14 +0000 UTC1st person compatible flying around
L SK
2024-12-28 19:58:42 +0000 UTCI wanted to know how to put the bright burn suit pop up in the menu. It says it’s not installed
diego
2024-12-28 19:58:34 +0000 UTC