Need help with forking. - Page 3

Need help with forking.

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Need help with forking.

Post by smoth »

Image
Super Mario wrote:The chickens doesn't appear when I test it in lobby and not in lobby. Ai doesn't seemed to work.
NOT INFORMATION I ASKED FOR. UGH.
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Need help with forking.

Post by Super Mario »

Here is the info log that every one wants so badly.
Attachments
infolog.txt
I'm not a programer though.
(18.78 KiB) Downloaded 7 times
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Need help with forking.

Post by smoth »

[f=0000000] Reading Estimate PathCosts [8]
[f=0000000] Reading Estimate PathCosts [32]
[f=0000000] [CPathManager] pathing data checksum: e210d6d7
[f=0000000] Loading .smt tile-file "maps/DryDeltaSiege.smt"
[f=0000000] Loading 40585 tiles from file 1/1
[f=0000000] Reading tiles
[f=0000000] Reading tile map
[f=0000000] generating MipMaps: 13 ms
[f=0000000] Generating 3D trees
[f=0000000] Creating Projectile Textures
[f=0000000] Creating sky
[f=0000000] Loading console: 152 ms
[f=0000000] [Sound] Unable to open audio file: FailedCommand
[f=0000000] [Sound] CSound::GetSoundId: could not find sound: FailedCommand
[f=0000000] Loading LuaRules
[f=0000000] Failed to load: unit_commando_watch.lua ([string "LuaRules/Gadgets/unit_commando_watch.lua"]:33: attempt to index field 'commando_minelayer' (a nil value))
[f=0000000] Failed to load: unit_no_land_damage.lua ([string "LuaRules/Gadgets/unit_no_land_damage.lua"]:26: attempt to index field 'coax_depthcharge' (a nil value))
[f=0000000] Failed to load: unit_spawner_defense.lua ([string "LuaRules/Gadgets/unit_spawner_defense.lua"]:271: attempt to index field '?' (a nil value))
[f=0000000] Loaded gadget: No Self-D <unit_prevent_share_selfd.lua>
[f=0000000] Loaded gadget: Tech Trees (with count, range, sign, ...) <better_ranged_counted_multi_tech.lua>
[f=0000000] Loaded gadget: Anti Stock <unit_antistock.lua>
[f=0000000] Loaded gadget: DirectControl <unit_direct_control.lua>
[f=0000000] Loaded gadget: Dynamic collision volume & Hitsphere Scaledown <unit_dynamic_collision_volume.lua>
[f=0000000] Loaded gadget: FinishedBuilding <unit_finished_building.lua>
[f=0000000] Loaded gadget: Jumpjets <unit_jumpjets.lua>
[f=0000000] Loaded gadget: Los_Only_Sounds <unit_los_only_sounds.lua>
[f=0000000] Loaded gadget: Napalm <lups_napalm.lua>
ass
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: Need help with forking.

Post by knorke »

try if you can spawn a chicken with
/cheat
/give nameOfSomeChickenUnit
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Need help with forking.

Post by Super Mario »

smoth wrote: ass
To let you know, I do not know lua.

Code: Select all

chickenDefTypes[UnitDefNames[unitName].id] = unitName
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: Need help with forking.

Post by knorke »

Like I wrote earlier:
Basically that means it is not possible to just plug BA chickens into any game.
the modinfo.lua is just the first step.
It will some fucking around with unitfiles and maybe lua.
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Need help with forking.

Post by Super Mario »

knorke wrote:Like I wrote earlier:
Basically that means it is not possible to just plug BA chickens into any game.
the modinfo.lua is just the first step.
It will some fucking around with unitfiles and maybe lua.
That I mod I developing for uses BA content. I just need to know how/what to fix it that's all.
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Need help with forking.

Post by smoth »

Super Mario wrote:
smoth wrote: ass
To let you know, I do not know lua.

Code: Select all

chickenDefTypes[UnitDefNames[unitName].id] = unitName
The point was if someone is trying to help you, don't expect them to BEG for your compliance.

one line of code is useless to me. Pastbin.com the whole file.

Super Mario wrote:
knorke wrote:Like I wrote earlier:
Basically that means it is not possible to just plug BA chickens into any game.
the modinfo.lua is just the first step.
It will some fucking around with unitfiles and maybe lua.
That I mod I developing for uses BA content. I just need to know how/what to fix it that's all.
That is what he is trying to tell you. His wording is also unclear. "just plug BA chickens into any game." He means you cannot just plonk the files in and them work. you have to do alterations. AS IN learn to lua a bit.
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Need help with forking.

Post by Super Mario »

http://pastebin.com/1QDzqW3p
here is the past bin.
Some thing I notice. Ba chickens won't work with the lastest BA mod. Is this result of the api changes made in the spring engine? Name-changes?
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Need help with forking.

Post by smoth »

I'll have to look at the file when I get back from working out.

to answer your new question. No it probably is just an issue with compatibility with the two. Gundam's chickens has yet to require me to do any updates and that is based on the ba chickens.

My cursory glance tells me I will probably need a few other files. Did you grab this file btw:"LuaRules/Configs/spawn_defs.lua"
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Need help with forking.

Post by Super Mario »

smoth wrote:I'll have to look at the file when I get back from working out.

to answer your new question. No it probably is just an issue with compatibility with the two. Gundam's chickens has yet to require me to do any updates and that is based on the ba chickens.

My cursory glance tells me I will probably need a few other files. Did you grab this file btw:"LuaRules/Configs/spawn_defs.lua"
Yes, I have the file and here is the pastebin. http://pastebin.com/7UZxsWpd
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Need help with forking.

Post by smoth »

try this:
http://pastebin.com/ypCuFPc8

Unless I fux'd up the lua it should spit out what you are missing.
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Need help with forking.

Post by Super Mario »

Tried it got a new error.

Code: Select all

[f=0000000] Failed to load: unit_spawner_defense.lua  ([string "LuaRules/gadgets.lua"]:395: stack overflow)
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Need help with forking.

Post by smoth »

ALL OF THE FUCKING In.. you know what

I'll go do something else for a while until you decide you actually WANT help.
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: Need help with forking.

Post by knorke »

knorke wrote:try if you can spawn a chicken with
/cheat
/give nameOfSomeChickenUnit
did you even try that?
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Need help with forking.

Post by Super Mario »

smoth wrote:ALL OF THE FUCKING In.. you know what

I'll go do something else for a while until you decide you actually WANT help.
I did what you told me and yet you yell at me. You never said I have to post the entire thing. Be more detail when it comes to instructions. I'm not type of guy who makes assumptions when it comes to instructions.
knorke wrote:
knorke wrote:try if you can spawn a chicken with
/cheat
/give nameOfSomeChickenUnit
did you even try that?
Defeats the of purpose of it doesn't it? I not going to do that console command for every wave, it's titudious work.
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: Need help with forking.

Post by knorke »

huh? :shock:
Image
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Need help with forking.

Post by smoth »

Super Mario wrote: I'm not type of guy who makes assumptions when it comes to instructions.
Then you should have given me ALL of the data you had instead of ASSUMING that was the line.
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Need help with forking.

Post by Super Mario »

smoth wrote:
Super Mario wrote: I'm not type of guy who makes assumptions when it comes to instructions.
Then you should have given me ALL of the data you had instead of ASSUMING that was the line.
Alright, alright.
Attachments
infolog.txt
(24.68 KiB) Downloaded 13 times
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Need help with forking.

Post by smoth »

You seem to think I have infinite stock of time, when someone helps you, in the future, don't waste their time.

fun stuff is the stack tracer is busted now so i cannot run your code through it to see what is busted. looks like it is trying to write to a datadir, that is funny don't know what you did.
Post Reply

Return to “Game Development”