Put limited grf in data.ini

Thyr

New member
Messages
78
Points
0
Github
warcraftfrozen
Is this possible adding a limit on putting grf on data.ini

Example - this is my default format of data.ini

[Data]

0= your.grf

1=palette.grf

2=data.grf

3=rdata.grf

then...

If data.ini changed to this. the client will not launch or start because the other.grf is not trusted grf.

[Data]

0= your.grf

1=palette.grf

2=data.grf

3=rdata.grf

4=other.grf

This idea is just to avoid nodelay.grf or any grf, to avoid uneven gameplay of each players.

 
Last edited by a moderator:
why not embed your data.ini into your client so no one can add or edit your data.ini

 
why not embed your data.ini into your client so no one can add or edit your data.ini
Not true, it's clearly visible if you open with hex editor.

 
I see, so the gepard is the only thing. I thought there is other ways like encrypting the data.ini to disable modification onti by adding grfs.  
default_biggrin.png
.

 
Back
Top