Jump to content

Rj Simas

Member
  • Content Count

    27
  • Joined

  • Last Visited

  • Most Liked  

    1

Everything posted by Rj Simas

  1. EDIT: This post has been updated Hey everyone! I've been working on this mod called SC4-ModernCamera. It adds a whole new, modern 3D mouse-controlled camera to SimCity 4 Deluxe. Feel free to test it out and play around. Let me know what you think! ✌️ https://github.com/UncleUncleRj/SC4-ModernCamera/
  2. New Modern 3D Camera Plugin

    @StevieKam84 - Hey! Glad you're enjoying it! Have you tried the new Alt angle lock feature? That might be what you're asking for. Try it out (version 1.0.4) and let me know.
  3. New Modern 3D Camera Plugin

    @Ulisse Wolf Would you be able to take another look at the sc4pac install link on the mod's STEX page? It's been a few days since I uploaded a new version with a new yaml file and despite the documentation saying it should update within hours, it is still stuck on the old version. Apologies if this is normal operation.
  4. New Modern 3D Camera Plugin

    Hello sir, I've just updated the plugin to version 1.0.4 - the new version has an experimental feature called ALT angle lock in modern camera mode. Hold ALT and it will lock to the nearest Classic Camera angle. You may freely move around while locked to this angle. Release ALT to return to the previous angle.
  5. New Modern 3D Camera Plugin

    Thank you!!
  6. New Modern 3D Camera Plugin

    Can someone help me figure out this sc4pac thing? Either it sends only the .dll or only the .dat file to the end user. BOTH are needed for the mod to work properly. I've tried changing the metadata file multiple times, but it seems to argue with me and/or autogenerate new ones which seem to break it. I know I'm likely the one doing something wrong. Here's the metadata online: https://github.com/sebamarynissen/simtropolis-channel/blob/main/src/yaml/rj-simas/37462-modern-camera.yaml Attached is the file I uploaded to both github and STEX Thanks for any help! SC4-ModernCamera_1_0_3.zip
  7. New Modern 3D Camera Plugin

    Not with this mod specifically, but I could see it being possible.
  8. SC4 Modern Camera

    Version 1.0.4

    448 Downloads

    ===== SC4-ModernCamera ===== This mod completely changes the SimCity 4 Classic Camera into a more modern Mouse-Controlled camera. Current Controls: WASD: Moves the camera (optional - can be disabled in-game) Hold SHIFT to move faster M3 + horizontal drag: Rotates the camera. M3 + vertical drag: Adjusts the camera pitch. In-game Option to Invert Vertical controls Mouse wheel: New smooth zoom experience. Camera options are available in-game a NEW Modern Camera settings button in the upper-right corner of the screen. The settings window can switch between Modern and Classic camera mode in real time, reset the camera location, show the changelog, and open Advanced Settings for redraw aggression and diagnostics logging. If you enjoy the plugin, please leave a review! Discuss the plugin on the forums:
  9. New Modern 3D Camera Plugin

    Yeah, it probably had nothing to do with the error but I thought it was to blame at the time. I'm updating documentation to reflect that.
  10. New Modern 3D Camera Plugin

    Just finished and uploaded version 1.0.2 https://github.com/UncleUncleRj/SC4-ModernCamera/releases/tag/v1.0.2 It's 4am here, I think I'm gonna go get a little rest. 💤
  11. New Modern 3D Camera Plugin

    @Turnstyled Yes, I saw in a YouTube video that there was that issue. I'm going to see about hiding it when the UI is minimized.
  12. New Modern 3D Camera Plugin

    @Haljackey While I'm working on this, you may actually get easier screenshots in any scenario by using WindowKey + G to invoke the Xbox Bar and clicking the camera widget, which can take screenshots.
  13. New Modern 3D Camera Plugin

    I'll work on this to get it fixed asap.
  14. New Modern 3D Camera Plugin

    @Turnstyled Thank you! I'll be entering this as a bug report. =)
  15. New Modern 3D Camera Plugin

    @hugues aroux Yes the drawing did help. You want a 'lock angle' modifier. So that wherever you're currently at, you can jump to a locked Maxis-camera to the nearest possible location but stay mobile. Yes I can work on that. In fact, the gears are already turning!
  16. New Modern 3D Camera Plugin

    @hugues aroux Forgive me, I'm trying to wrap my head around what you'd like - if I misunderstand please correct me. It sounds like you prefer the classic 4-angle rotation but still want to keep the smooth zoom. Because the "Pan & Tilt" feature essentially replaced the classic rotation, enabling the classic mode would mean disabling Pan & Tilt. Thinking this through, I see two potential solutions: A settings toggle: I could add an option to the settings menu to disable Pan & Tilt, effectively restoring the classic 4-angle rotation. However, I would need to test how this behaves at extreme high and low zoom levels. It might alter the "usual" camera angles and introduce a whole new set of variables. A modifier key: As you suggested, I could add a modifier (like the SHIFT key) to activate the classic 4-angle rotation on the fly. This is entirely possible, but again, it might create strange camera angles at the zoom extremes allowed by the modern camera. These are just my initial thoughts, and I haven't tested these interactions yet. Let me know what you think, and I'll start experimenting with this soon.
  17. SC4 Modern Camera

    xD Try it out bro, lemme know what you think
  18. New Modern 3D Camera Plugin

    Okay, I managed to fix the scrolling problem, I had to log and debug what area IDs the plugin was treating as 3D world surfaces vs SC4 UI and just have it target world surfaces. Great! And with that 1.0 is officially released! Thank you to everyone!
  19. New Modern 3D Camera Plugin

    Thank you both for pointing this out, and for the input. I will also look into this!
  20. New Modern 3D Camera Plugin

    I've uploaded a new version, please try. Thank you all! https://github.com/UncleUncleRj/SC4-ModernCamera/releases
  21. New Modern 3D Camera Plugin

    Thank you, that's good to know. I'm working on this currently.
  22. New Modern 3D Camera Plugin

    I've released a new update. It completely overhauls the original camera. Please take a look and tell me what you guys think, the good the bad and the ugly.https://github.com/UncleUncleRj/SC4-ModernCamera/releases thank you! PS I changed the title of this thread to reflect what I hope this plugin is more closely resembling.
  23. New Modern 3D Camera Plugin

    @CasperVg @Null 45 Wow! Thanks for sharing your work - I've been working on the plugin and have released a major update. It no longer clips through the ground causing misrenders, no longer has trouble with vanished walls at odd angles, and has better overall performance. I've also updated my repo to try to better incorporate community standards as per Null45's recommendation. I still have more work to do before I complete the plugin - if you guys try it out and want to help - please try to break the camera using camera movement, if/when you do, please press F8, then exit the game. There should be a SC4-3DMouseCam.log file in the plugins folder. Please DM me with a quick summary of what you did and attach the .log file. TY! WARNING - Again - do not yet try on important cities/regions without backing them up!
  24. New Modern 3D Camera Plugin

    @Null 45 Cool! Thank you for the advice. I went ahead and tested this out and got a huge performance boost while dragging the camera around over the previous model. I'll merge the code and make a new release probably later today. EDIT: Okay, I've updated the plugin. It's still got the same glitches, strange behaviors etc (still alpha) - but the performance improvement is tangible. I'll work on it some more when I can. If anyone else wants to collaborate, or fork it, or whatever - feel free! Honestly, I'm kind of new at this (git/github) - but I'm trying to learn it quickly.
  25. How to: Make your own Mods

    Yes 👍 I did this 😁 thank you for the response! I'm a little hesitant to mention what it is because I don't want to be told "you can't do that" until I've had a crack at it. ⚡⚡
×