0 of 0

File information

Last updated

Original upload

Created by

commondrop

Uploaded by

commondrop

Virus scan

Safe to use

Tags for this mod

34 comments

  1. EvilSmil3y
    EvilSmil3y
    • premium
    • 0 kudos
    this is cool and i understand its literally meant to be a cheat but.... i still wish it was a little less cheaty and a little more lore friendly? like if there was somehow a chance of instantly getting a certain wanted level when buying anything since you're using counterfeit money and I'm sure the stores in  2077 would have some type of sensors to detect that stuff or something. probably not possible but just thought id drop my idea. cool mod regardless
    1. butnig
      butnig
      • supporter
      • 0 kudos
      it aint that deep bruh
    2. Endcat
      Endcat
      • premium
      • 6 kudos
      OH MAN SERIOUSLY!?? Then why are you here?? How do you make free money appearing from nowhere lore friendly? Certainly not in the universe this game is set in.

    3. EvilSmil3y
      EvilSmil3y
      • premium
      • 0 kudos
      ....i mean i gave my opinion on how in the post. i already thought of a way to implement it in the game and hired someone to make it. it works pretty well
  2. Kwinni
    Kwinni
    • supporter
    • 0 kudos
    this hasn't worked for me in the past but there are not many money mods still working these days so I appreciate you.
    1. commondrop
      commondrop
      • member
      • 1 kudos
      Thank you so much! really means a lot!
  3. kamijou129
    kamijou129
    • member
    • 0 kudos

    nothing shows up on the printer, is it meant to be like this? if so how do i add money to it
    1. commondrop
      commondrop
      • member
      • 1 kudos
      Sorry for the inconvenience! I just uploaded a new version that fixes that issue! Let me know if it works for you :) 
    2. kamijou129
      kamijou129
      • member
      • 0 kudos
      now it just crashes whenever i open the CET menu
    3. commondrop
      commondrop
      • member
      • 1 kudos
      I believe ive fixed that issue, let me know if it continues!
    4. kamijou129
      kamijou129
      • member
      • 0 kudos
      it works now, thank you, and sorry for spending so much of your time
    5. commondrop
      commondrop
      • member
      • 1 kudos
      no worries just here to make people such as yourself happy! thank you for downloading my first ever mod!
    6. Kwinni
      Kwinni
      • supporter
      • 0 kudos
      I needed it fixed as well anyway so no worries bruv thanks for posting.
  4. xanthro
    xanthro
    • member
    • 1 kudos
    Could I ask for a bulk remove all cars version of this if you just want something to do?
    I know the game already has a command to add all cars already (that adds alot of PL dlc cars even if you don't own PL), but it don't have a remove all cars command that I know of.

    I am unsure of the correct code to remove any car sadly, as I know how to remove them from call car selection screen but they are not *really* removed from player unless I'm having a conflict with another mod.

    There is a onedrive doc somewhere online that has listing for most things in game including the cars.
    I guess the command to "remove" a car is 

    vs = Game.GetVehicleSystem() vs:EnablePlayerVehicle('Vehicle.v_standard2_thorton_galena_player', false)

    but without a batch remove, one has to type 85 lines all edited to move the ,true
    Idk how to edit these kinds of mods else I would just download this and input all of this myself for personal use.

    If you don't want to do this, I understand :) Thank you though and I wish you luck in your mod making adventures. :D
    1. commondrop
      commondrop
      • member
      • 1 kudos
      As in remove them from the player(as in a vehicle reset) or remove them from the game entirely? 
  5. mattmartin609
    mattmartin609
    • premium
    • 15 kudos
    Keep it up fren! The start of a beautiful coding journey haha. Will keep an eye out
    1. commondrop
      commondrop
      • member
      • 1 kudos
      Thank you so much! This may be the start of something huge, you never know. Will see you around fren!
  6. TheManualEnhancer
    TheManualEnhancer
    • premium
    • 445 kudos
    Just a heads-up, you should pop your ImGui colors properly or it can cause issues with other mod windows, or even crash CET (and the game).

    To pop them, you need to do this (where you're popping the style currently):

                ImGui.PopStyleColor(15) --Pushing 15 colors, so pop 15 colors


    Also, I don't think this should be done this way (I don't think you should call an End if the window hasn't begun):

                if not ImGui.Begin("Eddie Printer") then
                    ImGui.End()
                    return
                end
                --All of your existing window code

    You should just do this:
                if ImGui.Begin("Eddie Printer") then
                    --All of your existing window code
                    ImGui.End()
                end


    And lastly, you should probably package it properly so the zip file contains the [bin/x64/plugins/cyber_engine_tweaks/mods] folders (empty, of course, aside from the "mods" folder, which should have your mod's folder in it... You should also not include an old log with errors in your mod, as it will make it harder to debug any errors reported by users.


    Edit: As for general feedback on the mod itself, good job on the UI... It looks nice :)
    1. theCyanideX
      theCyanideX
      • premium
      • 2,872 kudos
      Also, maybe don't include the db.sqlite3 file (not that it matters -- just to simplify things).
    2. commondrop
      commondrop
      • member
      • 1 kudos
      OMG I had no idea thank you so much for the pointers. And thank you for the compliment on the UI i worked hard <3
    3. commondrop
      commondrop
      • member
      • 1 kudos
      ohhh so when you run the mod would it generate your own for you as well?
    4. TheManualEnhancer
      TheManualEnhancer
      • premium
      • 445 kudos
      Yeah, it will generate the log and sqlite files for the user when they run the game
    5. commondrop
      commondrop
      • member
      • 1 kudos
      I updated the file tysm for the help!
  7. DBi101001
    DBi101001
    • premium
    • 26 kudos
    Unlimited Eddies (money) at Cyberpunk 2077 Nexus - Mods and community
    CET HotKey gets you  $100,000,000 
    Push of one key and you have more than enough for an entire playthrough.
    Sorry :( I know, I'm a jerk.
    1. zilljah
      zilljah
      • premium
      • 1 kudos
      You're not a jerk, but I don't understand why you'd need either of these when you can just type in a console command with whatever amount you want and boom, instant eddies

      Game.AddToInventory("Items.money", X)
    2. DBi101001
      DBi101001
      • premium
      • 26 kudos
      Now I don't feel like a jerk anymore. We're all part of the learning circle today, because I didn't know that. LoL
    3. EnjayNexus
      EnjayNexus
      • member
      • 6 kudos
      This is my first ever mod so give me some feedback if you have any!

      It seems to me that the "why" is mainly because commondrop wanted to learn how to make a mod and get some feedback on their coding/scripting.  They did it and got some useful feedback.
      Sounds like a win to me.

      However, yes, if you already have CET installed (and, obviously, you need to in order to get this mod to run) you can just type in the command.  This mod does make it easier, but - as I said - I don't think that was the main point.

      It'll be interesting to see what commondrop comes up with next.
    4. commondrop
      commondrop
      • member
      • 1 kudos
      Its just a coding project and wanted some feedback! But i do know its very easy to get eddies this way but i just wanted to learn :)
  8. OhneHoffnung
    OhneHoffnung
    • member
    • 2 kudos
    Unneccessary. 3 Clicks on the WWW and you can find the universal CET Command to just print money. Don't bloat your mod list with this...
    1. commondrop
      commondrop
      • member
      • 1 kudos
      As it may, it was a good learning experience. :)
  9. KiraVizla
    KiraVizla
    • supporter
    • 0 kudos
    Not sure if you meant it to be this way but the main files for this mod appear as misc. files in the files tab when going to download. 
    1. commondrop
      commondrop
      • member
      • 1 kudos
      Ohh yeah sorry! I simply didnt know what category to put it as I apologize! 
  10. haiken098
    haiken098
    • supporter
    • 16 kudos
    We already have mods that does this and more, but I guess this is for people who just wants the eddies and not anything else. 
    1. commondrop
      commondrop
      • member
      • 1 kudos
      Hello! I know its very saturated in the modding community but as i said it was my first ever coding project working in this format so i wanted to make something simple yet useful. But thanks for the feedback!