Jump to content

CLEO 2.0


ThirteenAG

Recommended Posts

Okay, should be fixed. Some things got broken after updates. GPS mod is not yet available for vc, but you can compile it from the sources.

  • Like 2
Link to comment
Share on other sites

The____Mostwanted

Okay, should be fixed. Some things got broken after updates. GPS mod is not yet available for vc, but you can compile it from the sources.

I LOVE U DUDE (NOT HOMO) !!!!!! YOU R THE BEST !!!

Link to comment
Share on other sites

spaceeinstein

Is anyone interested in looking over my code for a plugin for CLEO? I am currently working on an opcodes restoration project for Vice City. This is my first public work using C++, Visual Studio, and GitHub, so it would be great if anyone can help out. 49 opcodes have been implemented so far.

EDIT: Links have been updated. Visit GTAModding for the latest updates. Edited by spaceeinstein
  • Like 4
Link to comment
Share on other sites

Nice. I can't check it out right now though. Do you plan to use it in GTA LC somehow?

Link to comment
Share on other sites

spaceeinstein

I would like to develop it enough for GTA LC but some opcodes are too complex for me to restore. My primary plan is to restore as many as I possibly can.

Link to comment
Share on other sites

Cool. Probably it would be good to make a complete list of opcodes that need to be done and then just scratch completed opcodes out. Maybe I'll be able to help you with some of them in a few weeks or so.

Link to comment
Share on other sites

I had similar idea, to port some of III opcodes to Vice City. Nice to see it moves on.

There's the first pull request for you, just a little code improvement.

Link to comment
Share on other sites

Could you let VC load the mp3? Really need the opcodes

 

 

0AAC: $hMP3 = load_audiostream "CLEO\playlist\1.mp3"

0AAD: set_mp3 $hMP3 perform_action 1

0AAE: release_mp3 $hMP3

0AAF: 0@ = get_mp3_length $hMP3

0AB9: get_mp3 $hMP3 state_to 7@

0ABB: 0@ = audiostream $hMP3 volume

0ABC: set_audiostream $hMP3 volume 0@

0AC0: audiostream $hMP3 loop 1

0AC1: $hMP3 = load_audiostream_with_3d_support "sample.mp3" //IF and SET

0AC2: set_3d_audiostream $hMP3 position 0@ 1@ 2@

0AC3: link_3d_audiostream $hMP3 to_object $object

0AC4: link_3d_audiostream $hMP3 to_actor $actor

0AC5: link_3d_audiostream $hMP3 to_vehicle $car

Link to comment
Share on other sites

How the two opcodes used? They are doing?

 

0601: is_button_pressed_on_pad 3 with_sensitivity 0xFF

0602: emulate_button_press_on_pad 2 with_sensitivity 0xFF

 

The keys?

Link to comment
Share on other sites

Noticed this strange bug with the turn indicators script, the signals for the Stretch are reversed :lol:

Same thing happens with the Hearse and Love Fist limo.

 

gta_vc_2016_01_20_09_30_43_460.jpg

 

Edited by BeckermannDewitt
Link to comment
Share on other sites

Yeah, I think R* messed up the model, but not sure.

Link to comment
Share on other sites

Yeah, I checked a couple DFFs. The (single) taillights marker was always on the right side of the model, except for the strech limo. That one has it on the left side. Well, Rockstar never needed to distinguish left from right, so they didn't mess up as such. But still, it's a divergence from their usual scheme.

 

Out of curiosity I took a quick look at your source code. From what I've seen, working around that should easily be possible by using the absolute values of the offsets and then negating the other.

Link to comment
Share on other sites

I will fix it some time later, or feel free to update the script yourself.

Link to comment
Share on other sites

spaceeinstein

Is there a bug to opcode 0ADC? It seems to ignore the first character. For example, using the string "AB", typing just "B" returns true. Or using "ABCDE", typing "BCDE" returns true.

Link to comment
Share on other sites

I suppose it's possible. Create an issue, I'll check it out in two weeks(or earlier).

Link to comment
Share on other sites

I did a fix for 0ADC opcode https://github.com/x87/III.VC.CLEO/commit/1cf29a440d4c07a32f86d5e3db1d6d9a23bc4b9c

https://github.com/spaceeinstein/III.VC.CLEO/pull/2

 

I can't do a PL for ThirteenAG's base repo, as I forked the space's one previously. It is much ahead of the base fork, should all the changes spaceeinstein did be then merged to the base repo?

Link to comment
Share on other sites

ThirteenAG,we found the opcode about animations are useful.

We can not add the extra animation in vice city,so we use a new animation replace the original animations in vc.

However,it is limited ,because the original animations are finited.

But the opcode in san andreas apply them,

Can you convert or add it in the new version cleo?thanks. :pp

Edited by Bill SKY
Link to comment
Share on other sites

I uploaded v2.0.0.4 to cleo.li. Fixed 0ADC bug and a crash in steam version.

Edited by ThirteenAG
Link to comment
Share on other sites

No I can't.

Link to comment
Share on other sites

Any way to start both (3,VC) versions on XP?

Whenever i put the files, game exits.

Link to comment
Share on other sites

Any way to start both (3,VC) versions on XP?

Whenever i put the files, game exits.

I won't be supporting XP, in theory it should be possible to recompile the main asi and plugins with older toolset or _xp.
  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

Just don't want to do that, that's all.

  • Like 2
Link to comment
Share on other sites

He's just too lazy to switch a compiler option, fact.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.