IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules GTA Modification Forums

Please post mod releases in the Mod Showroom

GTAGarage.com
free mod hosting from GTANet, simply login with your GTAForums account details

GTAModding.com
GTANet's modding wiki

GTA Modding Chatroom
provided by irc.gtanet.com (Don't have an IRC client? Click here)


  Reply to this topicStart new topicStart Poll

 how to fight other gangs

 ◘
 
MT.EVEREST  
Posted: Sunday, Apr 8 2012, 12:24
Quote Post


San Andreas Moder
Group Icon
Group: Members
Joined: Feb 24, 2012

XXXXX



i want to fight other gangs like aztecas,triads in pc.As i have created only 1 mod!.so where i must enter the codes please help.
PMPlayStation Network
  Top
 

 
OrionSR  
Posted: Monday, Apr 9 2012, 11:12
Quote Post


Chain Game Development Team
Group Icon
Group: Members
Joined: May 23, 2007

Member Award




As far as I know, gang wars can only be started is the usual way, by getting a "3rd kill" on a Vago or Balla when CJ is standing in a turf controlled by either Vagos or Ballas. However, once the gang war has been provoked it is possible to change which gang CJ will fight.

0x96ab64 // current gang war stage PC
= 0: no war
= 1: war provoked
= 2: first wave
= 3: first wave passed
= 4: second wave
= 5: second wave passed
= 6: third wave


0A8D: 0@ = read_memory 0x96ab64 size 4 virtual_protect 0
if 0@ == 1 then change the gang for the war


There are two groups that spawn during the war. The gang groups can be the same or different.
4@ = 4 // Da Nang
5@ = 5 // Mafia
0A8C: write_memory 0x96ab84 size 4 value 4@ virtual_protect 0 // Attack/War Gang
0A8C: write_memory 0x96ab50 size 4 value 5@ virtual_protect 0 // War Gang 2


Something else to mess with is the gang strength. This is usually determined by the density of the war zone. A gang strength of 3 is not seen in an unmodded game.

strength digits :
00 = armed with bats, 9mm pistols, Micro-SMG, and SMG ( rival density of 1 to 14 )
01 = armed with 9mm pistols, Micro-SMGs, SMG, and AK-47 ( rival density of 15 to 29 )
02 = armed with Micro-SMGs, SMGs, and AK-47s ( rival density of 30 and above )
03 = armed with SMGs, AK-47s, and Desert Eagles ( not seen without modification )
04 and above will eventually crash the game


0A8C: write_memory 0x96ab58 size 4 value 3 virtual_protect 0 // Gang Strength
PM
  Top
 

 
MT.EVEREST  
Posted: Monday, Apr 9 2012, 12:12
Quote Post


San Andreas Moder
Group Icon
Group: Members
Joined: Feb 24, 2012

XXXXX



where i will enter thhat codes??¿
PMPlayStation Network
  Top
 

 
OrionSR  
Posted: Monday, Apr 9 2012, 17:54
Quote Post


Chain Game Development Team
Group Icon
Group: Members
Joined: May 23, 2007

Member Award




In a CLEO script, the rest is up to you. If I wanted to write this mod I would have done so already. You will need to learn basic coding skills and have an understanding of what these codes are doing, but it should be a fairly simple script; suitable for learning basic coding with plenty of room for expansion.
PM
  Top
 

 

0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

0 Members:

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG