Visualizza messaggio singolo
  #56 (permalink)  
Vecchio 23rd March 2008, 05:51
L'avatar di rex922
rex922 rex922 non  è collegato
Member
 
Data registrazione: Dec 2007
Messaggi: 64
Potenza rep: 1
rex922 è su una strada distinta
Citazione:
Originalmente inviato da gangstamalu Visualizza messaggio
And out of the 2 cwcheat handles it alot better.
I was thinking of a better way to organize the DB.

Now a days people just download DBs for certain games from other places.

They look like this
Codice:
 
_C0 ------------------------------
_C0 -------  BATTLE CODES  -------
_C0 ------------------------------
_C0 Infinite HP
_L 0x10244108 0x0000FFFF
_C0 Infinite MP
_L 0x10244110 0x0000FFFF
_C0 Infinite AP
_L 0x10244118 0x0000FFFF
See the problem with this is in the DB it shows up like this.

Codice:
[N]  ------------------------------
[N] -------  BATTLE CODES  -------
[N] ------------------------------
[N] Infinite HP
[N] 0x10244108 0x0000FFFF
[N] Infinite MP
[N] 0x10244110 0x0000FFFF
[N] Infinite AP
[N] 0x10244118 0x0000FFFF
So there are a couple of useless ones that you have to pass. I was thinking y not add another option so that they get skipped.Maybe something like this:

Codice:
 
_C3 ------------------------------
_C3 -------  BATTLE CODES  -------
_C3 ------------------------------
_C0 Infinite HP
_L 0x10244108 0x0000FFFF
_C0 Infinite MP
_L 0x10244110 0x0000FFFF
_C0 Infinite AP
_L 0x10244118 0x0000FFFF
Comes out like this:

Codice:
------------------------------
-------  BATTLE CODES  -------
------------------------------
[N] Infinite HP
[N] 0x10244108 0x0000FFFF
[N] Infinite MP
[N] 0x10244110 0x0000FFFF
[N] Infinite AP
[N] 0x10244118 0x0000FFFF
It's just a idea. You can completely ignore it if its nothing thats important. I just think it would think it would make it easier.
to sum it all up basically make _c3 a comment line
Ps:Weltall your pms have no more space
Here is an installer i made for the new pc app
Download - mihd.net

Ultima modifica di rex922 : 23rd March 2008 alle ore 07:57.
Rispondi citando