mugen chars, rare characters
Mugen | CHAT | Info on the more Recent version of a Character. please. - Forum | Registration | Login
[New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum » MUGEN related » Mugen beginners' corner » Info on the more Recent version of a Character. please. (And i also need to know a thing about Chars and AI)
Info on the more Recent version of a Character. please.
markx2475Date: Wednesday, 2009-10-21, 7:18 AM | Message # 1
Baby
Group: Users
Messages: 13
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
Well, i belive the Char i want is on the Database, but as some times there are more than versions of one, i would like to request the most recent, or if anyone know what is, so that i may go and DL it.

ill post what is on my .Def file to see if nayone knows of a recent version.

[Info]
name = "Shin Akuma"
displayname = "Shin Akuma"
versiondate = 07,10,2005
mugenversion= 06,14,2003
author = "Phantom.of.the.Server"
pal.defaults= 1,2,3,4,5,6,7,8,9,10,11,12

I picked that up form my first Mugen, and his original folder was called, cvs2_ShinGouki.
i changed the general name, since i prefer Akuma.
i tried going to the Site in the Readme.txt but it was no longer active, so i did not send a mail to the creator in fear of he might not used that one any more. and it seems easier to check a data base.

now for the Chars and AI thing.

i read some where, i belive here, that there was a way to make the AI to NOT play some charaters.
well, now at the moment i don't have Norris or Galactus or guys like that on my roster, in fear of when i play a survival a untouchable guy will show up, this goes for Norris.

so i am asking what way is it?

also there are some chars like Galactus and all those big guys that are better suited for boss roles, but in order to do that i have to set and "Order" in the select.def files in order to make the desired character last right?

but i just need the info on the Akuma and the AI most of all. AI tops everything :P

hope anyone can help wink

EDIT: Also is there a way to make the (little) Character Icon smaller? i have a Galactus that has a big (comical) head that covers 3 of the Characters from the row above.
i did not want to remove him, and i also can just reposition him, but still, having a char that goes out of the box seems weird biggrin also, is there a way to ADD a icon? i don't think i have that case right now, but some times i get some chars that come without an icon OR a portait, if i could add something there i would be glad, since it would feel more complete biggrin
Thanks in advance smile


"Embrace Your Dreams, Protect Your SOLDIER Honor."

"Embrace The Darkness That Lies Within You."

Message edited by markx2475 - Wednesday, 2009-10-21, 7:50 AM
 
buyDate: Wednesday, 2009-10-21, 6:17 PM | Message # 2
Angel
Group: Administrators
Messages: 1243
Awards: 2
Reputation: 14
Status: Offline
1 question - if you downloaded from the database the char is problably the latest version

2 question - as far as i know, there isn't an easy way to remove the ai. You will have to edit the character's files.

3 question - you have to change the small portrait. Use figher factory for that

 
MGSSJ2Date: Thursday, 2009-10-22, 4:58 AM | Message # 3
Mystic Coder
Group: contributor
Messages: 2954
Awards: 5
Reputation: 47
Reproofs: 0%
Status: Offline
Quote (markx2475)
so i am asking what way is it?

You want to disable the AI? Try this:

-Open the .cmd file of the char with Fighter Factory, and seek a line like this:

*took from Naruto-kun's char from Youkai*

---
[State -1]
type = VarSet
trigger1 = command = "AI_1"
trigger2 = command = "AI_2"
trigger3 = command = "AI_3"
trigger4 = command = "AI_4"
trigger5 = command = "AI_5"
trigger6 = command = "AI_6"
trigger7 = command = "AI_7"
trigger8 = command = "AI_8"
trigger9 = command = "AI_9"
trigger10 = command = "AI_10"
trigger11 = command = "AI_11"
trigger12 = command = "AI_12"
trigger13 = command = "AI_13"
trigger14 = command = "AI_14"
trigger15 = command = "AI_15"
trigger16 = command = "AI_16"
trigger17 = command = "AI_17"
trigger18 = command = "AI_18"
trigger19 = command = "AI_19"
trigger20 = command = "AI_20"
trigger21 = command = "AI_21"
trigger22 = command = "AI_22"
trigger23 = command = "AI_23"
trigger24 = command = "AI_24"
trigger25 = command = "AI_25"
trigger26 = command = "AI_26"
v = (any var goes here)
value = 1
---

-Change the "type = VarSet" for "type = Null".

I tested with Naruto and it worked. Now he's really stupid, just like Naruto.


 
markx2475Date: Thursday, 2009-10-22, 6:39 AM | Message # 4
Baby
Group: Users
Messages: 13
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
no no, i want ot disable the AI from playing with some characters, like as if they are not selectable for the AI, i don't want to me fighting and a Chuck Norris comes up as my enemy, so i want to knwo if there is somehting i can do on the Select file to diable the Ai form playing that Char, to make it Human Exclusive.

"Embrace Your Dreams, Protect Your SOLDIER Honor."

"Embrace The Darkness That Lies Within You."

 
striderhienDate: Thursday, 2009-10-22, 3:37 PM | Message # 5
Archangel
Group: contributor
Messages: 1801
Awards: 4
Reputation: 7
Reproofs: 0%
Status: Offline
aaah i got it, you were asking it wrong thou...
here try this trick i discovered myself
for exemple, if you don't want to find zero in arcade mode type this
zero, stages/KFM.def, order=b
this way you won't find him in arcade mode as an opponent
(doesnt work with MUGEN 1.0, the version elecbyte made in 2009)


 
SinGokuDate: Thursday, 2009-10-22, 8:21 PM | Message # 6
Archangel
Group: contributor
Messages: 1866
Awards: 2
Reputation: 7
Reproofs: 0%
Status: Offline
Quote (MGSSJ2)
Now he's really stupid, just like Naruto.

BELIEVE IT!!!!!! tongue


 
MGSSJ2Date: Thursday, 2009-10-22, 9:47 PM | Message # 7
Mystic Coder
Group: contributor
Messages: 2954
Awards: 5
Reputation: 47
Reproofs: 0%
Status: Offline
Quote (striderhien)
aaah i got it, you were asking it wrong thou...
here try this trick i discovered myself
for exemple, if you don't want to find zero in arcade mode type this
zero, stages/KFM.def, order=b
this way you won't find him in arcade mode as an opponent
(doesnt work with MUGEN 1.0, the version elecbyte made in 2009)

And I think it doesn't work in Survival Mode either...

Quote (SinGoku)
BELIEVE IT!!!!!!

?


 
markx2475Date: Friday, 2009-10-23, 3:32 AM | Message # 8
Baby
Group: Users
Messages: 13
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
Good ill try it now wink

and MGSSJ2, in case you are wandreing what SinGOku meant, it is the unforntunate result of the "Dattebayo" (mispelled i think) that Naruto so often says.

in English he says, Beleive it! wihc gets anoying by the third time, and he says it OFTEN.

so yeah "stupid" :P

do i have to add the stages? i usualy just have Random :P

btu ill give it a try now


"Embrace Your Dreams, Protect Your SOLDIER Honor."

"Embrace The Darkness That Lies Within You."

 
MGSSJ2Date: Friday, 2009-10-23, 4:37 AM | Message # 9
Mystic Coder
Group: contributor
Messages: 2954
Awards: 5
Reputation: 47
Reproofs: 0%
Status: Offline
Quote (markx2475)
and MGSSJ2, in case you are wandreing what SinGOku meant, it is the unforntunate result of the "Dattebayo" (mispelled i think) that Naruto so often says.

in English he says, Beleive it! wihc gets anoying by the third time, and he says it OFTEN.

so yeah "stupid" :P

I knew it, it's just that it isn't a logical post tongue And I hate it too.

Quote (markx2475)
do i have to add the stages? i usualy just have Random

I think you don't have to.


 
Forum » MUGEN related » Mugen beginners' corner » Info on the more Recent version of a Character. please. (And i also need to know a thing about Chars and AI)
  • Page 1 of 1
  • 1
Search:

Copyright MyCorp © 2024 Create a free website with uCoz