Page 2 of 4
Re: Need help with forking.
Posted: 26 May 2011, 00:10
by Super Mario
This is the modinfo.lua
Code: Select all
return {
name="TA Chicken Defense V0.01",
description="TA V_2.07-r1 + CA Chickens",
shortname="TA",
version="(TA 2.07)",
mutator="Official",
game="Total Annihilation",
shortGame="TA",
modtype=1,
depend = {
"Tech Annihilation v2.07-r1",
},
NTAI = {
tdfpath="BA";
},
}
Won't show up still.
Re: Need help with forking.
Posted: 26 May 2011, 02:53
by Super Mario
Here my another attempt
Code: Select all
return {
name='TA Chicken Defense',
description='TA V_2.07-r1 + CA Chickens',
shortname='TA',
version='V0.01',
mutator='',
game='',
shortGame='',
modtype=1,
depend = {
'Tech Annihilation',
},
}
Still won't work
Re: Need help with forking.
Posted: 26 May 2011, 03:01
by knorke
mutator='',
game='',
seems wrong but not sure.
did you try renaming the file to force refresh?
what games/files excactly do you want to combine? (dl links)
Re: Need help with forking.
Posted: 26 May 2011, 03:10
by Super Mario
knorke wrote:mutator='',
game='',
seems wrong but not sure.
did you try renaming the file to force refresh?
what games/files excactly do you want to combine? (dl links)
http://springfiles.com/spring/games/tech-annihilation-8 And chickens of course
Re: Need help with forking.
Posted: 26 May 2011, 03:34
by Super Mario
I am literally frustrated by this and give up on it.
Re: Need help with forking.
Posted: 27 May 2011, 14:26
by Forboding Angel
I'm pretty sure that the dependency line needs to be name and version.
Re: Need help with forking.
Posted: 30 May 2011, 02:20
by Super Mario
Forboding Angel wrote:I'm pretty sure that the dependency line needs to be name and version.
I am pretty much sure that I name it correctly.
Re: Need help with forking.
Posted: 30 May 2011, 02:25
by Super Mario
Try it with zero-k chickens
Code: Select all
return {
name='Tech Chicken(v1.3)',
description='Zero-K-C',
shortname='ZKC',
version='v0.8.7',
mutator='1',
game='',
shortGame='',
modtype=1,
depend = {
'Tech Annihilation v2.07-r1' ,
},
NTAI = {
tdfpath='TA';
},
}
Still doesn't work.
Re: Need help with forking.
Posted: 30 May 2011, 02:34
by Super Mario
Oh for crying out load does the mod tech annihilation allow to hooked by ANYTHING?
Re: Need help with forking.
Posted: 30 May 2011, 03:31
by smoth
It can.
Re: Need help with forking.
Posted: 30 May 2011, 04:40
by Super Mario
smoth wrote:It can.
Evidence or it didn't happen.
Re: Need help with forking.
Posted: 30 May 2011, 05:11
by smoth
Super Mario wrote:smoth wrote:It can.
Evidence or it didn't happen.
NYPA
knorke:
post something helpfull or just leave it.
Re: Need help with forking.
Posted: 30 May 2011, 06:17
by smoth
Super Mario wrote:Oh for crying out load does the mod tech annihilation allow to hooked by ANYTHING?
smoth wrote:It can.
helpful, this was his question it was answered.
Super Mario wrote:smoth wrote:It can.
Evidence or it didn't happen.
smart ass "prove it" reply. Gets no help.
Re: Need help with forking.
Posted: 30 May 2011, 15:42
by Super Mario
If it can than I should able to see it in the mod list when I attempt to test it.
Re: Need help with forking.
Posted: 30 May 2011, 16:14
by smoth
You are mistaking a symptom with the problem. not being able to see it isn't the problem. it not being properly done is, the symptom is that you don't see it.
Re: Need help with forking.
Posted: 30 May 2011, 16:29
by Super Mario
I am pretty much sure that I done it correctly.
Re: Need help with forking.
Posted: 31 May 2011, 01:54
by Super Mario
Well I got it to list it now. The game ends rather quickly, the chickens don't appear.
Re: Need help with forking.
Posted: 31 May 2011, 02:38
by smoth
"the game ends rather quickly"
you are going to have to make some effort to give more than a sentence.
Give pastebin'd infologs...
say WHAT HAPPENED AT GAME END.
etc
Re: Need help with forking.
Posted: 01 Jun 2011, 01:06
by Super Mario
The chickens doesn't appear when I test it in lobby and not in lobby. Ai doesn't seemed to work.
Re: Need help with forking.
Posted: 01 Jun 2011, 01:45
by oksnoop2
Please post the infolog.txt found in your spring folder on a site like pastebin.ca and let's all take a look at it.
