Projectile detection script
Projectile detection script
I need help with creating a projectile checking system for pawns. The reason is that my friends tend to mesh with the damage amounts of the projectiles in the weapon.ini file. I want the pawns to check for which type of projectile that hit it and check whether the damage amount that was given was mondified or not. (For example, the damage of a rifle shell is 23, if it is hit by a rifle_shell, it check whether the actual damage was 23 or not.)
Re: Projectile detection script
Can you encrypt the demo using the utility in the tools folder.
Re: Projectile detection script
But the demo doesn't work with the encypted .txt files. It only allow to encrypt media files
Re: Projectile detection script
I do not know much about computers but,is nt there a way to put a password for these texts to their properties?
Re: Projectile detection script
Well, I'm trying to find one. But, I feel safer with a script that detects changes in the damage section of the projectile
Re: Projectile detection script
Copy the weapon.ini file to something like log.ini then use the log.ini file in the character.ini as the weapon's file. But leave the weapon.ini file so he has a file to modify. You might also make the log.ini file read only and hidden.
Re: Projectile detection script
thanks you both of you, your advices was so useful. But, i'm wondering, can't reality factory reads a encrypted text file?
Re: Projectile detection script
Well, the reason i wasn't able to encrypt the .ini files was beacause I didn't use VFS tool in the tools folder. Sorry guys. Thank you for helping me