MR.D's Core remakes
Moderators: MR.D, Moderators
Re: MR.D's Core remakes
Hmm, that's odd. Every time I've seen that, it's been piece names that don't exist somewhere, for example:
piece gun, turret, aimer, base, flare1, flare2;
Where flare2 doesn't actually exist. Scriptor doesn't care, and if you're not actually using that piecename anywhere in the script, it won't produce constant errors, just errors during the first time the Unit is calling stuff further down the hierarchy.
Haven't ever seen it because of name issues within the S3O itself, but maybe I've just been lucky...
piece gun, turret, aimer, base, flare1, flare2;
Where flare2 doesn't actually exist. Scriptor doesn't care, and if you're not actually using that piecename anywhere in the script, it won't produce constant errors, just errors during the first time the Unit is calling stuff further down the hierarchy.
Haven't ever seen it because of name issues within the S3O itself, but maybe I've just been lucky...
Re: MR.D's Core remakes
No generally don't mess the piece list up because I go through them one by one and do them in the order I have in upspring when writing scripts from scratch.
Re: MR.D's Core remakes
Hmm, that's odd then. If you've already posted it, maybe I can take a look later, when I'm done with what I'm doing now...
Re: MR.D's Core remakes
Uh no I haven't because it needs a recent SVN for MIN and MAX, I was too lazy add dozen lines of code for the necessary if/else statements.
Here is it anyway...
Here is it anyway...
Re: MR.D's Core remakes
Found yer problem. You name a piecenum "sleeve" that does not exist in the S3O.
Re: MR.D's Core remakes
Ugh.. ffs I double checked the list, in fact, I've had scriptor and upspring right next to each other. Thanks anyway. Now I only need to figure out a better way to calculate the gravity stuff when it does the small jumps.
Re: MR.D's Core remakes
Meh, I've had it happen a couple of dozen times, since I use a lot of copy-pasta 
Looking over your script, meh... I think you're using far too many sensors, and it's going to run slow as hell, at that tickrate. Have you read the suspension script in P.U.R.E.? It's a lot less overhead, and does most of the same things, only I'm emulating a lot more stuff, to cheat and gain speed back.
The only thing I haven't done with it is your wheel-turning stuff, which is on my list of stuff to solve.
I think it'd be best to use Lua to get the next path-position, and do some trig... instead of checking heading constantly, which is very expensive. After all, you want to know where it's going next, not where it's been, which is the big problem with doing it all in BOS...

Looking over your script, meh... I think you're using far too many sensors, and it's going to run slow as hell, at that tickrate. Have you read the suspension script in P.U.R.E.? It's a lot less overhead, and does most of the same things, only I'm emulating a lot more stuff, to cheat and gain speed back.
The only thing I haven't done with it is your wheel-turning stuff, which is on my list of stuff to solve.
I think it'd be best to use Lua to get the next path-position, and do some trig... instead of checking heading constantly, which is very expensive. After all, you want to know where it's going next, not where it's been, which is the big problem with doing it all in BOS...
Re: MR.D's Core remakes
Actually get HEADING returns a member var stored in the unit already, thus it does no additional calculation in contrast to what I used before (get XZ_ATAN(0)).
I could get rid of the wheel sensors entirely and do fake bumps when there is a height difference but couldn't be arsed yet.
I could get rid of the wheel sensors entirely and do fake bumps when there is a height difference but couldn't be arsed yet.
Re: MR.D's Core remakes
Noob question :
Is there a fake mod to watch your sexy models ingame ? I don't intend to play, just watching.
Is there a fake mod to watch your sexy models ingame ? I don't intend to play, just watching.
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: MR.D's Core remakes
look, dont touch 

Re: MR.D's Core remakes
masure u can look at all the models in game with sexy animations and firing in CA 
Mr D your work is awesome but i think the gator texture seems to be fairly dull compared to your other models considering it was your first tank it could be the reason why i would say its your weakest texture..
Any chance you could do some work on the gator texture ??

Mr D your work is awesome but i think the gator texture seems to be fairly dull compared to your other models considering it was your first tank it could be the reason why i would say its your weakest texture..
Any chance you could do some work on the gator texture ??
Re: MR.D's Core remakes
A group picture ingame of all the units I've made so far.


Re: MR.D's Core remakes
Do you plan to update the first post? It's a really cool overview..
Re: MR.D's Core remakes
Hot hot hot hot hot sex.
Also:
>>> remove(Can) == remove(Core.beating_steel_heart)
True
>>>
Also:
>>> remove(Can) == remove(Core.beating_steel_heart)
True
>>>
Re: MR.D's Core remakes
please make new con-modells, i know the honor is less compared to fighting units, but they look shitty immo
-
- Imperial Winter Developer
- Posts: 3742
- Joined: 24 Aug 2004, 08:59
Re: MR.D's Core remakes
Mr.D did make a new level 1 con unit.
Re: MR.D's Core remakes
In the future, forgot about this thread. I'll host the new ones if I get the scripts.MelTraX wrote:Do you plan to update the first post? It's a really cool overview..
-
- Posts: 1176
- Joined: 23 Aug 2007, 19:46
Re: MR.D's Core remakes
Would be cool if the inital post would provide a downloadlink for all the remakes as it's a bit difficult to find some of them now as CA either didn't or doesn't use certain units anymore or has changed them a bit like that Raider with wheels or the Garpike with the Wolverine-style turret...
I also have two questions:
1.)
Did you create a seperate rocket model for the Diplomat?
2.)
Did you ever texture the Minelayer?
http://spring.clan-sy.com/phpbb/viewtop ... =9&t=14213
I also have two questions:
1.)
Did you create a seperate rocket model for the Diplomat?
2.)
Did you ever texture the Minelayer?
http://spring.clan-sy.com/phpbb/viewtop ... =9&t=14213