本帖最后由 hhe111 于 2020-12-15 18:49 编辑
玩了几小时2077感觉还没这游戏开放世界做的好。关于修改更详细的说明。改武器,改能力都可以启用sunbeam大佬的ct功能后通过 command('SetItem("Items.物品或能力ID", 1)')的lua脚本指令获得,修改后乐趣更多例如 command('SetItem("Items.9223372084117676378", 1)')就是获得消音P9.
下面给出全武器的ID
9223372084117676378 P9 Silenced
9223372071538058418 P9
9223372181685423122 68P (non-lethal handgun)
9223372084117713265 68P (non-lethal handgun) NOT MY
9223372084117675487 Desert Eagle
9223372084117713271 REX 357
9223372084117718824 MP5 Silenced
9223372081763061568 MP5
9223372084117675503 Vector .45
9223372084117719586 MPXautoSilencedCamo
9223372084117718842 MPXburst (non-lethal sub-machine)
9223372084117676376 MP7semi (non-lethal sub-machine)
9223372084117676370 NEGEV LMG
9223372084117713249 M249 LMG
9223372084117676368 AK47
9223372248899986588 P308semi
9223372071538058433 G36
9223372071538058425 Goblin (non-lethal ARburst)
9223372071538058427 MCX (non-lethal ARsemi)
9223372081762914841 m590auto
9223372084117713277 m1014 (non-lethal shotgun)
9223372084117713267 APGL
9223372071538058447 GL-06
9223372181685392545 Nail Gun
9223372084117713273 MedicalDart
9223372181685403823 PoliceShocker下面是获得能力的指令
Gadget SpyWatch
command('SetItem("Items.9223372147861224805", 1)') 9223372181685389063 - Gadget ElectroFist
Gunkata
command('SetItem("Items.9223372247745438999", 1)') Combat Roll
command('SetItem("Items.9223372247745438997", 1)') Gadget Exotic Megaphone
command('SetItem("Items.9223372247745439002", 1)') MeleeWeapon Crowbar
command('SetItem("Items.9223372239430388713", 1)')
Passive Shock Optik
command('SetItem("Items.9223372247745438993", 1)')
Shockwave
command('SetItem("Items.9223372247745438995", 1)')
Sucker Punch
command('SetItem("Items.9223372247745438996", 1)')
FAST HACK! NICE!
command('SetItem("Items.9223372247745438991", 1)')
Exotic BeeSuit - one of abilities from BeeSuit
command('SetItem("Items.9223372247745438994", 1)') Viral Hack ability
command('SetItem("Items.9223372241393613235", 1)')
SiphonCrypto
command('SetItem("Items.9223372238307363724", 1)') BeeSwarm gadget
command('SetItem("Items.9223372157572117874", 1)') FCKKK FOUND SOMETHING, and i did not seen this in game. A SPIDER WITH A SHIELD!!! IT IS AWESOME
command('SetItem("Items.9223372251408008906", 1)')
AR Betrayal - something interesting. Gadget.
command('SetItem("Items.9223372181685389066", 1)') Add Cargo Drone Summon Ability
command('SetItem("Items.9223372234313232334", 1)') 其他功能也可以通过脚本指令实现,原帖里有很多了,比如 不死模式 (Can take damage but cannot die)
command('SetPawnImmuneToDeath(GetLocalPlayerEntityId(), 1)')
禁用警察FelonySystemEnable( 0 )
|