EDIT: Could someone please follow this tutorial to add a custom collision to a fambaa unit for me? I do not need any collisions around the transparent shield generator on top, thanks!
I need help with something. I know very little about modding as I'm somewhat new to it, so please keep that in mind as you read this.
There is a map made by a developer called Rends. The map is called Mos Eisley Spaceport, and is a canonical replica of the real Mos Eisley. Diet Dr. Pepper fine work. One really nice thing about it is that there are tons of neutral AIs roaming the area designed to look like citizens, and it really adds to the atmosphere of the place.
With that in mind, Rends also made a map called Coruscant Streets. It's like Mos Eisley Spaceport in that it mirrors what the real Streets would look like. But, there is one thing missing from it. There aren't any neutral AI to complete the scenery.
Again, I know very little about modding, so stay with me here. I know it might be farfetched, but I would be EXTREMELY appreciative if someone could either teach me how to make neutral AIs that run around Coruscant Streets, or actually (again, farfetched) make this for me. I don't know how easy/difficult that would be for some of you but please help me out with this, however you can. I want this map to reach perfection.
EDIT
Could someone make/tell me how to make a few Fake Console commands? I don't really know anything about Lua:
COMMAND ONE
Remove point limits, disallow AI spawn 1, kills all AI on team 1, denies CP capture, sets the AI goal to deathmatch, sprint energy usage 0.
COMMAND TWO
Remove point limits, disallow AI spawn 2, kills all AI on team 2, denies CP capture, sets the AI goal to deathmatch, sprint energy usage 0.
COMMAND THREE
Remove point limits, health regen - humans 15
COMMAND FOUR
Walkthrough hangar shields, add jetpacks, fall damage 0
COMMAND FIVE
Unlimited ammo slots 1, 2, and 3
At the very least point me in the right direction if you can. I want these commands so I don't have to press the individual buttons every time. Anything you can do or tell me would be much appreciated.
Re: All-Purpose Request Thread (Mk. IV)
Posted: Mon Apr 20, 2015 3:51 am
by AnthonyBF2
Hidden/Spoiler:
[quote="SnakeEyesRaw"]I need help with something. I know very little about modding as I'm somewhat new to it, so please keep that in mind as you read this.
There is a map made by a developer called Rends. The map is called Mos Eisley Spaceport, and is a canonical replica of the real Mos Eisley. Diet Dr. Pepper fine work. One really nice thing about it is that there are tons of neutral AIs roaming the area designed to look like citizens, and it really adds to the atmosphere of the place.
With that in mind, Rends also made a map called Coruscant Streets. It's like Mos Eisley Spaceport in that it mirrors what the real Streets would look like. But, there is one thing missing from it. There aren't any neutral AI to complete the scenery.
Again, I know very little about modding, so stay with me here. I know it might be farfetched, but I would be EXTREMELY appreciative if someone could either teach me how to make neutral AIs that run around Coruscant Streets, or actually (again, farfetched) make this for me. I don't know how easy/difficult that would be for some of you but please help me out with this, however you can. I want this map to reach perfection.
EDIT
Could someone make/tell me how to make a few Fake Console commands? I don't really know anything about Lua:
COMMAND ONE
Remove point limits, disallow AI spawn 1, kills all AI on team 1, denies CP capture, sets the AI goal to deathmatch, sprint energy usage 0.
COMMAND TWO
Remove point limits, disallow AI spawn 2, kills all AI on team 2, denies CP capture, sets the AI goal to deathmatch, sprint energy usage 0.
COMMAND THREE
Remove point limits, health regen - humans 15
COMMAND FOUR
Walkthrough hangar shields, add jetpacks, fall damage 0
COMMAND FIVE
Unlimited ammo slots 1, 2, and 3
At the very least point me in the right direction if you can. I want these commands so I don't have to press the individual buttons every time. Anything you can do or tell me would be much appreciated.[/quote]
I'm not sure how to go about replying to you on some of those request, but I can build for you a simple FC command that takes 1 CP and gives it to local sides and then call local characters from Rend's Spaceport level.
If you have the 1.3 r129 patch - you already have a long list of things you can do such as stop bot spawns, move through shields. Of course only the host can issue those functions since that's the way the swbf2 engine is created (host controls things - prevents players from having cheats/hacks)
And about ammo - trying to make this unlimited mid-match will crash. How ever it can still be setup that those weapons are unlimited from the beginning of the match.
If no one else comes back to you soon enough, PM me with your idea/requests and be detail and I will explain back what I can do/what can't be done.
Re: All-Purpose Request Thread (Mk. IV)
Posted: Mon Apr 20, 2015 8:59 am
by SnakeEyesRaw
anthonybf2 wrote:
Hidden/Spoiler:
[quote="SnakeEyesRaw"]I need help with something. I know very little about modding as I'm somewhat new to it, so please keep that in mind as you read this.
There is a map made by a developer called Rends. The map is called Mos Eisley Spaceport, and is a canonical replica of the real Mos Eisley. Diet Dr. Pepper fine work. One really nice thing about it is that there are tons of neutral AIs roaming the area designed to look like citizens, and it really adds to the atmosphere of the place.
With that in mind, Rends also made a map called Coruscant Streets. It's like Mos Eisley Spaceport in that it mirrors what the real Streets would look like. But, there is one thing missing from it. There aren't any neutral AI to complete the scenery.
Again, I know very little about modding, so stay with me here. I know it might be farfetched, but I would be EXTREMELY appreciative if someone could either teach me how to make neutral AIs that run around Coruscant Streets, or actually (again, farfetched) make this for me. I don't know how easy/difficult that would be for some of you but please help me out with this, however you can. I want this map to reach perfection.
EDIT
Could someone make/tell me how to make a few Fake Console commands? I don't really know anything about Lua:
COMMAND ONE
Remove point limits, disallow AI spawn 1, kills all AI on team 1, denies CP capture, sets the AI goal to deathmatch, sprint energy usage 0.
COMMAND TWO
Remove point limits, disallow AI spawn 2, kills all AI on team 2, denies CP capture, sets the AI goal to deathmatch, sprint energy usage 0.
COMMAND THREE
Remove point limits, health regen - humans 15
COMMAND FOUR
Walkthrough hangar shields, add jetpacks, fall damage 0
COMMAND FIVE
Unlimited ammo slots 1, 2, and 3
At the very least point me in the right direction if you can. I want these commands so I don't have to press the individual buttons every time. Anything you can do or tell me would be much appreciated.
I'm not sure how to go about replying to you on some of those request, but I can build for you a simple FC command that takes 1 CP and gives it to local sides and then call local characters from Rend's Spaceport level.
If you have the 1.3 r129 patch - you already have a long list of things you can do such as stop bot spawns, move through shields. Of course only the host can issue those functions since that's the way the swbf2 engine is created (host controls things - prevents players from having cheats/hacks)
And about ammo - trying to make this unlimited mid-match will crash. How ever it can still be setup that those weapons are unlimited from the beginning of the match.
If no one else comes back to you soon enough, PM me with your idea/requests and be detail and I will explain back what I can do/what can't be done.[/quote]
Thank you for replying. I'll respond in chunks I suppose:
Yes, that command for local spawns would be absolutely excellent. Would it be possible to make 6-8 individual commands that give the locals a different specific CP? That way I can use the locals on other maps too. If there's multiple commands that allow for different CPs I could have it so that on one map if I feel like it I could have them spawn at say, 3, and on another they could spawn at 1. Is that feasible?
As far as the other commands go, yes, I know I can execute them using Fake Console normally, I just wish to condense a few specific ones into the commands I listed before. They're commands I use extremely often and I'd prefer to hit one button instead of hunting for the individual buttons and inputting the values accordingly. Especially since I need to use some of these commands quickly before a local multiplayer game starts, since I play with my brother a lot. Unlimited ammo for example is only one command I usually input at the start of the match, often in addition to the commands in "Command One" or "Command Two", but at other times commands three and four. You can see how that might become tedious to do individually every single game, and my brother and I usually play five or six games at a time.
Thoughts?
Re: All-Purpose Request Thread (Mk. IV)
Posted: Fri Apr 24, 2015 4:47 pm
by razac920
Could someone make me a model icon for a custom CP hologram, that looks like this?
Re: All-Purpose Request Thread (Mk. IV)
Posted: Fri Apr 24, 2015 6:08 pm
by THEWULFMAN
razac920 wrote:Could someone make me a model icon for a custom CP hologram, that looks like this?
I don't have any screenshots, but I did make sure they didn't have any messed up faces this time. :u
Re: All-Purpose Request Thread (Mk. IV)
Posted: Sat Apr 25, 2015 9:17 pm
by commanderawesome
Those are perfect! Thanks!
Re: All-Purpose Request Thread (Mk. IV)
Posted: Sat Apr 25, 2015 10:33 pm
by SnakeEyesRaw
Did anyone ever make a normal, unmodified Clone Wars era for Hoth and/or Endor? I know BFX allows you to play on those maps in CW but it changes the weapons and things around.
Re: All-Purpose Request Thread (Mk. IV)
Posted: Sat Apr 25, 2015 10:53 pm
by razac920
Isn't that part of the +123 mod?
Re: All-Purpose Request Thread (Mk. IV)
Posted: Sun Apr 26, 2015 12:23 am
by AnthonyBF2
Does anyone have a copy of the custom GC test world folder from here?
Probably, but I run the Conversion Pack and don't want to install a mod that would interfere with it. I've looked everywhere and it doesn't look like anyone's done that yet, surprisingly. I hope someone does because I'd really like to play on those maps in CW.