More Awards ?
Moderator: Moderators
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
More Awards ?
Now, now... can i create more medals and awards ? If yes, then how many ?
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: More Awards ?
You can't create more medals and awards.
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: More Awards ?
Why not ?
-
RogueKnight
- Space Ranger
- Posts: 2512
- Joined: Sat Nov 22, 2008 1:50 pm
- Projects :: Life. Work.
- xbox live or psn: No gamertag set
- Location: Washington, US
Re: More Awards ?
Its hardcoded.Labj wrote:Why not ?
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: More Awards ?
Aaah, thats diferent, but what do you mean?And where it is?
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: More Awards ?
I'm pretty sure that that's wrong. You would have to edit the shell at the very least to get your new medal to show up in the stats screen. I could be totally off base, but do you really need new medals and awards so long as you can have weapons that work as award weapons?DarthRogueKnight wrote:Its hardcoded.Labj wrote:Why not ?
They would work the same way that award weapons work now, but they would be implemented differently. You would just use your Lua script to add a new weapon for a unit. You would not be able to replace the weapon (since you can't change the weapon in weapon slot 1), the new weapon would just be a different weapon choice for that unit, like the award rocket launcher.
Another way to do it would be to replace the original award weapon ODF with a new ODF, but you'd have to play around with that since I'm not sure of every reference between the original and the award weapons.
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: More Awards ?
So its just that. thanks, I will try
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: More Awards ?
To have more awards, you have to:
1) When a map starts load up your saved stats
2) If wanted, change class properties to enable/disable effects/weapons based off of your stats
3) Write scripts that run on every map to collect your battle stats
4) When the map ends, save the new stats
5) Rewrite the shell to load your saved stats and to have a screen space to display them
However, I don't see a point to doing any of that. It would all be SP only. And if thats the case, it would be easier to just write a custom user script (supported by v1.3 patch) to create a few new FakeConsole commands that give you those effect/weapon changes manually.
If you didn't want to change any class properties, but only wanted to see more stats in the 'player stats screen' after the end of each map, then you only need to do steps 3 and 5, and it would work in MP. That actually wouldn't be too hard, assuming you already know the basics of how swbf2 creates its screens. (I really wish I hadn't lost the v1.3 source code. For the stuff I've learned since then, we could have had a v1.4
)
1) When a map starts load up your saved stats
2) If wanted, change class properties to enable/disable effects/weapons based off of your stats
3) Write scripts that run on every map to collect your battle stats
4) When the map ends, save the new stats
5) Rewrite the shell to load your saved stats and to have a screen space to display them
However, I don't see a point to doing any of that. It would all be SP only. And if thats the case, it would be easier to just write a custom user script (supported by v1.3 patch) to create a few new FakeConsole commands that give you those effect/weapon changes manually.
If you didn't want to change any class properties, but only wanted to see more stats in the 'player stats screen' after the end of each map, then you only need to do steps 3 and 5, and it would work in MP. That actually wouldn't be too hard, assuming you already know the basics of how swbf2 creates its screens. (I really wish I hadn't lost the v1.3 source code. For the stuff I've learned since then, we could have had a v1.4
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: More Awards ?
What if i want to do a medal that needs 48 points and it may change the number of points when you get to veteran, elite and legend ?
My plans for this are:
That up there with regeneration. Can be called War Leader or something cool.
Grenadier ( Use secondary weapon )
A medal with a blade, you know meele attacks. What about Sworsman
Another points medal with 60 that duplies your HP. i dont know uh... it would be called Supporter
Have you played Renegade Squadron, OK what about Hero Killer, kill the hero ( duh!! )
One of them needs a new effect, that can be done with PE right ?
My plans for this are:
That up there with regeneration. Can be called War Leader or something cool.
Grenadier ( Use secondary weapon )
A medal with a blade, you know meele attacks. What about Sworsman
Another points medal with 60 that duplies your HP. i dont know uh... it would be called Supporter
Have you played Renegade Squadron, OK what about Hero Killer, kill the hero ( duh!! )
One of them needs a new effect, that can be done with PE right ?
